This filter property is used to load the collection of the CDO forms with the specified ID of the case attached.
object.CaseID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCdoFormFilter interface |
int
Display the number of the clinical forms loaded on the basis of the selected filter and their names.
Dim aResult
Dim aPatientId
Dim aCaseId
Dim aFilter
Dim aCdoForms, aCdoForm
Dim aMessage
Dim i
aResult = Profile.Lookup_PatientCaseSearch(aPatientId, aCaseId, _
"Select Case for search", true)
if not aResult then exit sub
Set aFilter = Profile.CreateCdoFormFilter
aFilter.CaseID = aCaseId
set aCdoForms = Profile.LoadCdoForms(aFilter)
aMessage = "CDO Forms Count = " & aCdoForms.Count
for i = 0 to aCdoForms.Count - 1
set aCdoForm = aCdoForms.Item(i)
aMessage = aMessage & vbNewLine & "The name of CDO Form is " & aCdoForm.Name
next
Profile.MsgBox(aMessage) In Profile Client v8 on User Interface CDO Forms can be found in .