This function returns the identifier of the patient's default place of service.
object.Get_PosId()
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the identifier of the patient's default place of service.
Dim aPatient
Dim aPOSID
Set aPatient = Profile.SelectPatient
aPOSID = aPatient.Get_PosId
Profile.MsgBox (aPOSID) In Profile Client v8 on User Interface default POS ID cannot be found.