This function returns the code of the patient's default place of service.
object.Get_POS()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the code of the patient's default place of service.
Dim aPatient
Dim aPOS
Set aPatient = Profile.SelectPatient
aPOS = aPatient.Get_POS
Profile.MsgBox (aPOS)
In Profile Client v8 on User Interface default POS can be found in
.