ISPatient.RTFNote

Description

Any further actions or information relevant to the patient and displayed in RTF format.

Syntax

object.RTFNote

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

Return Value

string

Example

Display the content of the Note view in RTF format.

Dim aPatient  
Dim aRTFNote

Set aPatient = Profile.SelectPatient
aRTFNote = aPatient.RTFNote
Profile.MsgBox (aRTFNote)  
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