The patient's ID of EHCR.
object.EHCRID( [EHCRSourceID = 0])
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
EHCRSourceID |
In, Optional Default value is 0 |
int |
The deprecated parameter, 0 should be
used |
int
Display EHCRID of the patient.
Dim aPatient
Dim aEHCRID
Set aPatient = Profile.SelectPatient
aEHCRID = aPatient.EHCRID(0)
Profile.MsgBox(aEHCRID)
In Profile Client v8 on User Interface EHCRID cannot be found.