Free format text, containing any further actions or information relevant to the patient.
object.Note
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Note view.
Dim aPatient
Dim aNote
Set aPatient = Profile.SelectPatient
aNote = aPatient.Note
Profile.MsgBox (aNote)
In Profile Client v8 on User Interface Note can be found in
.