Skip to main content

HS.Message.AddUpdateHubEncounterInfo

serial class HS.Message.AddUpdateHubEncounterInfo extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Parameters

parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.

Properties

property EncounterNumber as %String (MAXLEN = 220);
Property methods: EncounterNumberDisplayToLogical(), EncounterNumberGet(), EncounterNumberIsValid(), EncounterNumberLogicalToDisplay(), EncounterNumberLogicalToOdbc(), EncounterNumberNormalize(), EncounterNumberSet()
property EncounterType as %String;
Property methods: EncounterTypeDisplayToLogical(), EncounterTypeGet(), EncounterTypeIsValid(), EncounterTypeLogicalToDisplay(), EncounterTypeLogicalToOdbc(), EncounterTypeNormalize(), EncounterTypeSet()
property FromTime as HS.Types.TimeStamp;
Property methods: FromTimeDisplayToLogical(), FromTimeGet(), FromTimeIsValid(), FromTimeLogicalToDisplay(), FromTimeLogicalToTimeStamp(), FromTimeLogicalToXSD(), FromTimeNormalize(), FromTimeOdbcToLogical(), FromTimeSet(), FromTimeXSDToLogical()
property IdentifiedClinicians as list of HS.Types.IdentifiedClinician;
Property methods: IdentifiedCliniciansBuildValueArray(), IdentifiedCliniciansCollectionToDisplay(), IdentifiedCliniciansCollectionToOdbc(), IdentifiedCliniciansDisplayToCollection(), IdentifiedCliniciansGet(), IdentifiedCliniciansGetObject(), IdentifiedCliniciansGetObjectId(), IdentifiedCliniciansGetSwizzled(), IdentifiedCliniciansIsValid(), IdentifiedCliniciansOdbcToCollection(), IdentifiedCliniciansSet(), IdentifiedCliniciansSetObject(), IdentifiedCliniciansSetObjectId()
property ToTime as HS.Types.TimeStamp;
Property methods: ToTimeDisplayToLogical(), ToTimeGet(), ToTimeIsValid(), ToTimeLogicalToDisplay(), ToTimeLogicalToTimeStamp(), ToTimeLogicalToXSD(), ToTimeNormalize(), ToTimeOdbcToLogical(), ToTimeSet(), ToTimeXSDToLogical()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab