HS.InteropTools.HL7.Compare.Field
serial class HS.InteropTools.HL7.Compare.Field extends %Library.SerialObject
Property Inventory
Method Inventory
Properties
property Field as %String;
MSH:1.1.1.1 (1st segment . 1st iteration[repeating] . first field . first ^)
Property methods: FieldDisplayToLogical(), FieldGet(), FieldIsValid(), FieldLogicalToDisplay(), FieldLogicalToOdbc(), FieldNormalize(), FieldSet()
property Iteration as %Integer [ InitialExpression = 1 ];
For repeating fields which iteration
Property methods: IterationDisplayToLogical(), IterationGet(), IterationIsValid(), IterationLogicalToDisplay(), IterationNormalize(), IterationSet()
property ValueItem as StoredValue;
StoredValue object is a string or stream to the value
Property methods: ValueItemGet(), ValueItemGetObject(), ValueItemGetObjectId(), ValueItemGetSwizzled(), ValueItemIsValid(), ValueItemNewObject(), ValueItemSet(), ValueItemSetObject(), ValueItemSetObjectId(), ValueItemUnSwizzle()
Methods
Turn Field 1.1.1.1 into 1(1).1.1 to be used in GetValueAt of Ens HL7 message
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %AddToSyncSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %Delete()
 - %DeleteId()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %GetSwizzleObject()
 - %IsA()
 - %IsModified()
 - %IsNull()
 - %New()
 - %NormalizeObject()
 - %ObjectIsNull()
 - %ObjectModified()
 - %OnBeforeAddToSync()
 - %OnDetermineClass()
 - %Open()
 - %OpenId()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %ResolveConcurrencyConflict()
 - %SerializeObject()
 - %SetModified()
 - %SyncObjectIn()
 - %SyncTransport()
 - %ValidateObject()
 - LogicalToOdbc()
 - OdbcToLogical()