HS.Doc.Mapping.Common.HealthShareMapping
class HS.Doc.Mapping.Common.HealthShareMapping extends %Library.RegisteredObject, %XML.Adaptor
Property Inventory
Parameters
parameter NAMESPACE = http://www.intersystems.com/healthshare/mapping;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the
class to XML.  If NAMESPACE = "", the default namespace is used for the XML schema
is used as the namespace for his class.
Properties
property Mappings as list of HS.Doc.Mapping.Common.Mapping;
Property methods: MappingsBuildValueArray(), MappingsCollectionToDisplay(), MappingsCollectionToOdbc(), MappingsDisplayToCollection(), MappingsGet(), MappingsGetObject(), MappingsGetObjectId(), MappingsGetSwizzled(), MappingsIsValid(), MappingsOdbcToCollection(), MappingsSet(), MappingsSetObject(), MappingsSetObjectId()
property Source as HS.Doc.Mapping.Common.DocumentType;
Property methods: SourceGet(), SourceGetSwizzled(), SourceIsValid(), SourceNewObject(), SourceSet()
property StructuredMappings as list of HS.Doc.Mapping.Common.StructuredMapping;
Property methods: StructuredMappingsBuildValueArray(), StructuredMappingsCollectionToDisplay(), StructuredMappingsCollectionToOdbc(), StructuredMappingsDisplayToCollection(), StructuredMappingsGet(), StructuredMappingsGetObject(), StructuredMappingsGetObjectId(), StructuredMappingsGetSwizzled(), StructuredMappingsIsValid(), StructuredMappingsOdbcToCollection(), StructuredMappingsSet(), StructuredMappingsSetObject(), StructuredMappingsSetObjectId()
property Target as HS.Doc.Mapping.Common.DocumentType;
Property methods: TargetGet(), TargetGetSwizzled(), TargetIsValid(), TargetNewObject(), TargetSet()
property name as %String (MAXLEN = 300, XMLPROJECTION = "ATTRIBUTE");
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()