ISPatient.OrganisationName

Description

Some node of the organisational structure, which "owns" the patient.

Syntax

object.OrganisationName

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

Return Value

string

Example

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

Dim aPatient  
Dim aOrganisationName

Set aPatient = Profile.SelectPatient
aOrganisationName = aPatient.OrganisationName
Profile.MsgBox (aOrganisationName)  
Note:

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

Version information

Added in v7.8.0