Procedure CaseTypeCategories(case\_type, category\_set)

CaseTypeCategories

The procedure CaseTypeCategories retrieves the sub-collection of data categories that is included in a specific case type.

CaseTypeCategories(
        case_type,         ! (input) element of the set AllCaseTypes
        category_set       ! (output) subset of AllDataCategories
        )

Arguments

case_type

An element of the set AllCaseTypes, refering to the case type for which you want to retrieve the included data categories.

category_set

A subset of the set AllDataCategories, on successfull return this subset is filled with the data categories included in the case type.

Return Value

The procedure returns 1 on success, 0 otherwise.

Note

  • This function is only applicable if the project option Data_Management_style is set to Single_Data_Manager_file.