Identifier of the organisation, which 'owns' the patient.
object.OrganisationID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the organisation, which "owns" the patient.
Dim aPatient
Dim aOrganisationID
Set aPatient = Profile.SelectPatient
aOrganisationID = aPatient.OrganisationID
Profile.MsgBox (aOrganisationID)
In Profile Client v8 on User Interface Organisation ID cannot be found.