ISPatient.OrganisationPOS

Description

The Place of Service (POS) code, which 'owns' the patient.

Syntax

object.OrganisationPOS

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the Place of Service (POS) code, which 'owns' the patient.

Dim aPatient  
Dim aOrganisationPOS

Set aPatient = Profile.SelectPatient
aOrganisationPOS = aPatient.OrganisationPOS
Profile.MsgBox (aOrganisationPOS)  
Note:

In Profile Client v8 on User Interface Organisation Name can be found in Patient > Alter Patient > General > Organisation POS field or in Patient > Alter Patient > Organisation > Organisation POS field.

Version information

Added in v7.10.100