Name of the maternity hospital where the patient will give birth at.
object.Hospital
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the maternity hospital name.
Dim aPatient
Dim aHospital
Set aPatient = Profile.SelectPatient
aHospital = aPatient.Hospital
Profile.MsgBox (aHospital)
In Profile Client v8 on User Interface Hospital can be found in
.