IsPatientMaternity.Hospital

Description

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

Syntax

object.Hospital

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

Return Value

string

Example

Display maternity hospital name.

Dim aPatient 
Dim aHospital
Dim aMaternity

Set aPatient = Profile.SelectPatient   
Set aMaternity = aPatient.GetMaternity
aHospital = aMaternity.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