The recipient and the subject of the patient's document, returned as a character string.
object.Description
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatientDocument interface |
string
Display the number of the patient's documents, their recipient and subject.
Dim aPatient
Dim aFilter
Dim aDocuments
Dim aDocument
Dim aMessage
Set aPatient = Profile.SelectPatient
set aFilter = Profile.CreatePatientDocumentFilter
aFilter.PatientId = aPatient.ID
aFilter.IncludeScanDoc = True
set aDocuments = Profile.LoadPatientDocuments(aFilter)
aMessage = "Documents Count = " & aDocuments.Count
for i = 0 to aDocuments.Count - 1
set aDocument = aDocuments.Items(i)
aMessage = aMessage & vbNewLine
aMessage = aMessage & aDocument.Description
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface the Document recipient can be found by clicking the Show Recipients button in
and the Document subject can be found in .