ISPatient.PatientMemoText

Description

The text edit field that allows the doctor to record short critical reminders.

Syntax

object.PatientMemoText

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

Return Value

string

Example

Display the content of the Memo field.

Dim aPatient  
Dim aMemoText

Set aPatient = Profile.SelectPatient
aMemoText = aPatient.PatientMemoText
Profile.MsgBox (aMemoText)  
Note:

In Profile Client v8 on User Interface Patient Memo Text can be found in Clinical > Medical Record > Patient Info panel > Memo field.

Version information

Added in v7.8.0