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