ISPatient.OrganisationID

Description

Identifier of the organisation, which 'owns' the patient.

Syntax

object.OrganisationID

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

Return Value

int

Example

Display ID of the organisation, which "owns" the patient.

Dim aPatient  
Dim aOrganisationID

Set aPatient = Profile.SelectPatient
aOrganisationID = aPatient.OrganisationID
Profile.MsgBox (aOrganisationID)    
Note:

In Profile Client v8 on User Interface Organisation ID cannot be found.

Version information

Added in v7.8.0