The text edit field that allows the doctor to record short critical reminders.
object.PatientMemoText
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Memo field.
Dim aPatient
Dim aMemoText
Set aPatient = Profile.SelectPatient
aMemoText = aPatient.PatientMemoText
Profile.MsgBox (aMemoText)
In Profile Client v8 on User Interface Patient Memo Text can be found in
.