HS.SDA3.PriorCode
serial class HS.SDA3.PriorCode extends HS.SDA3.DataType
PriorCode appears in the SDA as a list property (PriorCodes) ofHS.SDA3.CodeTableTranslated and all classes that extend
CodeTableTranslated.
Property Inventory
Properties
property Code as %String (MAXLEN = 32000);
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property CodeSystem as %String (MAXLEN = 32000);
Property methods: CodeSystemDisplayToLogical(), CodeSystemGet(), CodeSystemIsValid(), CodeSystemLogicalToDisplay(), CodeSystemLogicalToOdbc(), CodeSystemNormalize(), CodeSystemSet()
property CodeSystemVersionId as %String (MAXLEN = 32000);
The coding system version ID
For example, HL7v2.x data structure CNE or CWE, piece 8 if Type="A", or
piece 7 if Type="O"
For example, HL7v2.x data structure CNE or CWE, piece 8 if Type="A", or
piece 7 if Type="O"
Property methods: CodeSystemVersionIdDisplayToLogical(), CodeSystemVersionIdGet(), CodeSystemVersionIdIsValid(), CodeSystemVersionIdLogicalToDisplay(), CodeSystemVersionIdLogicalToOdbc(), CodeSystemVersionIdNormalize(), CodeSystemVersionIdSet()
property Description as %String (MAXLEN = 32000);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Extension as HS.Local.SDA3.PriorCodeExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property Type as %String (DISPLAYLIST = ",Alternate,Original,Normalized", VALUELIST = ",A,O,N");
Supported values:
O - Original
A - Alternate
N - Normalized
When a PriorCode is parsed from HL7, Type is set to "A". When a
CodeTableTranslated is being translated, if the last entry in the list of
PriorCodes has Type="O", then the pre-translation Code, Description, and
SDACodingStandard will be inserted into PriorCodes as a PriorCode with
Type="N". Else they will be inserted with Type="O".
O - Original
A - Alternate
N - Normalized
When a PriorCode is parsed from HL7, Type is set to "A". When a
CodeTableTranslated is being translated, if the last entry in the list of
PriorCodes has Type="O", then the pre-translation Code, Description, and
SDACodingStandard will be inserted into PriorCodes as a PriorCode with
Type="N". Else they will be inserted with Type="O".
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
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()
- IsDefined()
- LogIgnoredTag()
- LogicalToOdbc()
- OdbcToLogical()
- ToQuickXML()
- ToQuickXMLStream()
- ToQuickXMLString()
- Translate()
- UpdateSDA()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportSDAString()
- XMLImportSDAStringUnknown()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()