ISProfile.OpenCaseForm

Description

This function opens case form.

Syntax

object.OpenCaseForm aCaseID

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aCaseID In, Required
int
ID of the case

Example

Display the case window.

Dim aResult 
Dim aPatientId
Dim aCaseId

aResult = Profile.Lookup_PatientCaseSearch(aPatientId, aCaseId, _
  "Select Case for search", true)
  
if not aResult then exit sub  

Profile.OpenCaseForm(aCaseId)
Note:

In Profile Client v8 on User Interface Cases can be found in Clinical > Medical Record > Cases.

Version information

Added in v7.8.0