Skip to main content

HS.Doc.Mapping.SDA.MappingTarget

class HS.Doc.Mapping.SDA.MappingTarget extends HS.Doc.Mapping.Common.MappingTarget

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.
parameter XMLTYPE = SDAPath;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property FieldStructure as %String;
Property methods: FieldStructureDisplayToLogical(), FieldStructureGet(), FieldStructureIsValid(), FieldStructureLogicalToDisplay(), FieldStructureLogicalToOdbc(), FieldStructureNormalize(), FieldStructureSet()
property Note as %String (MAXLEN = 4000);
Property methods: NoteDisplayToLogical(), NoteGet(), NoteIsValid(), NoteLogicalToDisplay(), NoteLogicalToOdbc(), NoteNormalize(), NoteSet()
property Path as %String;
Property methods: PathDisplayToLogical(), PathGet(), PathIsValid(), PathLogicalToDisplay(), PathLogicalToOdbc(), PathNormalize(), PathSet()
property Root as %String;
Property methods: RootDisplayToLogical(), RootGet(), RootIsValid(), RootLogicalToDisplay(), RootLogicalToOdbc(), RootNormalize(), RootSet()
property Source as list of HS.Doc.Mapping.Common.SourceField (XMLPROJECTION = "ELEMENT");
Property methods: SourceBuildValueArray(), SourceCollectionToDisplay(), SourceCollectionToOdbc(), SourceDisplayToCollection(), SourceGet(), SourceGetObject(), SourceGetObjectId(), SourceGetSwizzled(), SourceIsValid(), SourceOdbcToCollection(), SourceSet(), SourceSetObject(), SourceSetObjectId()
property Streamlet as %String;
Property methods: StreamletDisplayToLogical(), StreamletGet(), StreamletIsValid(), StreamletLogicalToDisplay(), StreamletLogicalToOdbc(), StreamletNormalize(), StreamletSet()
property XPath as %String (MAXLEN = 32000);
Property methods: XPathDisplayToLogical(), XPathGet(), XPathIsValid(), XPathLogicalToDisplay(), XPathLogicalToOdbc(), XPathNormalize(), XPathSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab