ISPatient.Hospital

Description

Name of the maternity hospital where the patient will give birth at.

Syntax

object.Hospital

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

Return Value

string

Example

Display the maternity hospital name.

Dim aPatient 
Dim aHospital

Set aPatient = Profile.SelectPatient 
aHospital = aPatient.Hospital
Profile.MsgBox (aHospital)  
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Hospital can be found in Patient > Alter Patient > Maternity > Hospital field.

Version information

Added in v7.8.0