ISPatient.Note

Description

Free format text, containing any further actions or information relevant to the patient.

Syntax

object.Note

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the content of the Note view.

Dim aPatient  
Dim aNote

Set aPatient = Profile.SelectPatient
aNote = aPatient.Note 
Profile.MsgBox (aNote)  
Note:

In Profile Client v8 on User Interface Note can be found in Patient > Alter Patient > Notes view.

Version information

Added in v7.8.0