DeterminationConfig Class

This class links Cúram Decision Assist to the assessment functionality in the Cúram Enterprise Framework. To understand the business processes for this class, it is helpful to have a high level summary of the following attributes in the DeterminationConfig entity:

In addition to the above attributes, name translations can be added for a determination configuration record. The locale of a user who logs in is read and matched with the appropriate translation and the determination config name will be displayed in language appropriate to user.

The following table describes in detail the business processes that make up the DeterminationConfig class:

Table 1. Description of DeterminationConfig Business Processes
Business Process Description
getDeterminationConfigIndicatorDetails This method is used to read all active assessment configurations of type decision assist. Typically it is intended to be used by users responsible for administrating determination configuration to view determination configuration indicator details.
listActiveDAAssessmentConfig This method is used to read all active assessment configurations of type decision assist.
listDeterminationConfig This method lists all the determination configuration records.
readDeterminationConfig This method returns a determination configuration record.
readDeterminationConfigIndicatorDetails This method returns determination configuration indicators for a particular determination configuration.
readDeterminationConfigNameTranslation This method returns a determination configuration name translation record.
listActiveDeterminationConfig This method lists all active determination configurations excluding those which are already assigned to the assessment.
readAssessment This method returns an assessment record.
readDAAssessment This method is used to read assessment configuration details of type decision assist.
readDatesIndicatorDetails This method is used to know whether the determination configuration's start and end dates are in future or not.
listDAAssessmentConfiguration This method is intended to be used by users responsible for managing assessment configurations to list all the assessment configurations on the system which are of type decision assist.