/*This provides a form for selecting a clinical item group.*/
/*
<PARAMETERS>
<CLINICAL_ITEM_GROUP
FUNCTION="SELECT_MORB_GROUP"
>
</CLINICAL_ITEM_GROUP>
</PARAMETERS>
*/
...
where (group_no = :Clinical_Item_Group)
...
/*This provides a form for selecting a clinical item type.
Only enabled clinical items may be selected using this method.*/
/*
<PARAMETERS>
<CLINICAL_ITEM_TYPE
FUNCTION="SELECT_TERMS_ANY_CLASS"
>
</CLINICAL_ITEM_TYPE>
</PARAMETERS>
*/
...
where (morb_type_no = :Clinical_Item_Type)
...
/*This provides a form for selecting a procedure type clinical item type.
Only enabled clinical items may be selected using this method.*/
/*
<PARAMETERS>
<CLINICAL_ITEM_TYPE
FUNCTION="SELECT_PROCEDURE_TERMS"
>
</CLINICAL_ITEM_TYPE>
</PARAMETERS>
*/
...
where (morb_type_no = :Clinical_Item_Type)
...