Skip to main content

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 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 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

FeedbackOpens in a new tab