Skip to main content

HS.Message.ECRUpdateResponse

persistent class HS.Message.ECRUpdateResponse extends HS.Util.EnsResponse

SQL Table Name: HS_Message.ECRUpdateResponse

Property Inventory

Properties

property EncounterId as %String;
The encounterid returned from the ECR ($lg(token,3))
Property methods: EncounterIdDisplayToLogical(), EncounterIdGet(), EncounterIdGetStored(), EncounterIdIsValid(), EncounterIdLogicalToDisplay(), EncounterIdLogicalToOdbc(), EncounterIdNormalize(), EncounterIdSet()
property EncounterList as %String (MAXLEN = 32000);
The encounterlist returned from the ECR ($lg(token,2))
Property methods: EncounterListDisplayToLogical(), EncounterListGet(), EncounterListGetStored(), EncounterListIsValid(), EncounterListLogicalToDisplay(), EncounterListLogicalToOdbc(), EncounterListNormalize(), EncounterListSet()
property MPIUpdateFlag as %String (DISPLAYLIST = ",Disabled,No Change,Added,Updated,Deleted,Merged", VALUELIST = ",-1,0,1,2,3,4");
MPI Update flag
Property methods: MPIUpdateFlagDisplayToLogical(), MPIUpdateFlagGet(), MPIUpdateFlagGetStored(), MPIUpdateFlagIsValid(), MPIUpdateFlagLogicalToDisplay(), MPIUpdateFlagLogicalToOdbc(), MPIUpdateFlagNormalize(), MPIUpdateFlagSet()
property PatientID as %String;
The patientid returned from the ECR ($lg(token,1))
Property methods: PatientIDDisplayToLogical(), PatientIDGet(), PatientIDGetStored(), PatientIDIsValid(), PatientIDLogicalToDisplay(), PatientIDLogicalToOdbc(), PatientIDNormalize(), PatientIDSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (HS.Util.EnsResponse)

^Ens.MessageBodyD(ID,"EnsResponse")
=
HSCoreVersion
HSMinVersionError

Storage Model: Storage (HS.Message.ECRUpdateResponse)

^Ens.MessageBodyD(ID,"ECRUpdateResponse")
=
Token
MPIUpdateFlag
PatientID
EncounterList
EncounterId
FeedbackOpens in a new tab