General comments about the patient's obstetric history.
object.HistoryDescription
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Obstetric History field.
Dim aPatient
Dim aHistoryDescription
Set aPatient = Profile.SelectPatient
aHistoryDescription = aPatient.HistoryDescription
Profile.MsgBox (aHistoryDescription)
In Profile Client v8 on User Interface History Description can be found in
.