Skip to main content

HS.Doc.Mapping.Common.MappingTarget

class HS.Doc.Mapping.Common.MappingTarget 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.
parameter SUPPRESSTYPEPREFIX = 1;
Inherited description: SUPPRESSTYPEPREFIX allows the type name that refers to this class when used in an xsi:type attribute to have no prefix. The prefix may be left out of the type's QName by setting SUPPRESSTYPEPREFIX=1. This usage corresponds to an included schema for this class which has no targetNamespace. The default is false which will include the prefix in the type QName.

Properties

property Field as list of HS.Doc.Mapping.Common.TargetField (XMLPROJECTION = "ELEMENT");
Property methods: FieldBuildValueArray(), FieldCollectionToDisplay(), FieldCollectionToOdbc(), FieldDisplayToCollection(), FieldGet(), FieldGetObject(), FieldGetObjectId(), FieldGetSwizzled(), FieldIsValid(), FieldOdbcToCollection(), FieldSet(), FieldSetObject(), FieldSetObjectId()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab