| GENERAL DESCRIPTION |
The Problem List Application is granted permission to
use the function calls, "$$GETFORM^IBDF18" and "$$COPYFORM^IBDF18". These
calls are used to collect common problem lists defined under the Encounter
Form Utility. By replicating the previously entered lists, the clinician is
spared duplicate entry.
$$GETFORM^IBDF18()
Input: NONE
Returned: <form iew>^<form name>
$$COPYFORM^IBDF18(FORM,ARY)
Input: FORM= ien of form that has clinic common problem list
ARY= Location where clinic common problem list should
be copied to. ARY is accessed via indirection,
as in @ARY@(1) for the first entry
Returns: Length of the list
|