Skip to main content

HS.SDA3.CodeTableDetail.Observation

serial class HS.SDA3.CodeTableDetail.Observation extends HS.SDA3.CodeTableTranslated

In the Viewer Cache, Observation CodeTableDetails are matched to
MRCObservationItems on Code, Description, SDACodingStandard, and
ObservationValueUnits (which is itself subject to code table matching).

Property Inventory

Parameters

parameter XMLNAME = Observation;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLTYPE = ObservationCode;
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 Code as HS.SDA3.StrippedString (MAXLEN = 32000);
VIEWERLIB: User.HS.MRCObservationItem(ITMCode)
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet(), CodeXSDToLogical()
property Description as HS.SDA3.StrippedString (MAXLEN = 32000);
VIEWERLIB: User.HS.MRCObservationItem(ITMDesc)
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet(), DescriptionXSDToLogical()
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property ObservationValueUnits as HS.SDA3.CodeTableDetail.UoM;
SDATableName=UoM, ViewerClass=User.HS.CTUOM
VIEWERLIB: User.HS.MRCObservationItem(ITMCTUOMDR)
Property methods: ObservationValueUnitsGet(), ObservationValueUnitsGetObject(), ObservationValueUnitsGetObjectId(), ObservationValueUnitsGetSwizzled(), ObservationValueUnitsIsEmpty(), ObservationValueUnitsIsValid(), ObservationValueUnitsNewObject(), ObservationValueUnitsSet(), ObservationValueUnitsSetObject(), ObservationValueUnitsSetObjectId(), ObservationValueUnitsUnSwizzle()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab