Table Description
DAQuestionnaire: The questionnaire entity holds details of Questionnaires the answers to which are used to help make decisions. There can be multiple versions of a Questionnaire.

The questionnaire entity holds details of questionnaires the answers to which are used to help make decision. There can be multiple versions of a Questionnaire.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Decision Assist::Service Layer::Questionnaries::Entity::Questionnaire
Controlling File: DecisionAssist\model\Packages\Service Layer\Questionnaires\Entity\Questionnaire Version_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
questionnaireIDkeynoSystem generated unique identifier for a questionnaire.DA_QUESTIONNAIRE_ID SVR_INT64
createdDateTimedetails The date and time that the questionnaire was created.CURAM_DATETIME SVR_DATETIME
createdBydetails The full name of the user who created the questionnaire.DA_CREATED_BY_USER SVR_STRING<64>
Foreign Keys (2)
ChildParent
DAAssessmentConfiguration.relatedQuestionnaireIDQuestionnaire.questionnaireID
QuestionnaireVersion.questionnaireIDQuestionnaire.questionnaireID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: questionnaireID
AUTO_ID_KEY: QUESTIONRE
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodify Modifies a questionnarie record. 
insertQuestionnaireinsert Inserts record to questionnaire entity. This method expects questionnaire ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (questionnaire ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (questionnaire ID) by itself. 
Related Pages (4)