Skip to main content

HS.AU.Types.HI.IHINumberStatusGroupType

serial class HS.AU.Types.HI.IHINumberStatusGroupType extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Parameters

parameter NAMESPACE = http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.2.0;
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 XMLNAME = ihiNumberStatusGroup;
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.

Properties

property IHINumber as %String) [ Required ];
Property methods: IHINumberDisplayToLogical(), IHINumberGet(), IHINumberIsValid(), IHINumberLogicalToDisplay(), IHINumberLogicalToOdbc(), IHINumberNormalize(), IHINumberSet()
property IHIRecordStatus as %String (REFELEMENTQUALIFIED = 1, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.2.0", VALUELIST = ",Provisional,Unverified,Verified", XMLNAME = "ihiRecordStatus", XMLREF = 1) [ Required ];
Property methods: IHIRecordStatusDisplayToLogical(), IHIRecordStatusGet(), IHIRecordStatusIsValid(), IHIRecordStatusLogicalToDisplay(), IHIRecordStatusLogicalToOdbc(), IHIRecordStatusNormalize(), IHIRecordStatusSet()
property IHIStatus as %String (REFELEMENTQUALIFIED = 1, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.2.0", VALUELIST = ",Active,Deceased,Expired,Resolved,Retired", XMLNAME = "ihiStatus", XMLREF = 1) [ Required ];
Property methods: IHIStatusDisplayToLogical(), IHIStatusGet(), IHIStatusIsValid(), IHIStatusLogicalToDisplay(), IHIStatusLogicalToOdbc(), IHIStatusNormalize(), IHIStatusSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab