Table Description
DATypicalPictureQuestionnaireLink: Typical Picture Questionnaire Link entity stores the relationship between a Typical Picture Versionand a Questionnaire Version.

Typical Picture Questionnaire Link entity stores the relationship between a typical picture version and a questionnaire version.

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::TPQuestionnaireLink
Controlling File: DecisionAssist\model\Packages\Service Layer\Questionnaires\Entity\Questionnaire Version_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
tpQuestionnaireLinkIDkeynoSystem generated unique identifier for an typical picture questionnaire link.DA_TYPICAL_PICTURE_QUESTIONNAIRE_LINK_ID SVR_INT64
typicalPictureVersionIDdetailsnoThe ID of the related typical picture version.DA_TYPICAL_PICTURE_VERSION_ID SVR_INT64
questionnaireVersionIDdetailsnoThe ID of the related questionnaire version.DA_QUESTIONNAIRE_VERSION_ID SVR_INT64
Foreign Keys (2)
ChildParent
TPQuestionnaireLink.questionnaireVersionIDQuestionnaireVersion.questionnaireVersionID
TPQuestionnaireLink.typicalPictureVersionIDTypicalPictureVersion.typicalPictureVersionID
Indices (2)
Index NameAttributes
IND__388821394questionnaireVersionID
IND__1728197785typicalPictureVersionID
Operations (12)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: tpQuestionnaireLinkID
AUTO_ID_KEY: TPQNRELNK
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
removeTypicalPictureQuestionnaireLinknsremove Delete all link between typical picture version and questionnaire version for a specified questionnaire version 
searchAssociatedTypicalPictureForQuestionnairensmulti Get number of typical picture version associated with a questionnaire versionSQL
searchTypicalPictureForAQuestionnairensreadmulti   
associateTypicalPictureToQuestionnairebatchinsert Associate typical picture versions to a questionnaire version 
removeTypicalPictureQuestionnaireAssociationnsremove Delete link between a typical picture version and a questionnaire version 
searchByQuestionnaireVersionKeyreadmulti List all records for a q<font size="2">uestionnaire version key.</font> 
insertTPQuestionnaireLinkinsert Inserts record to TP questionnaire link entity. This method expects TP questionnaire link 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 (TP questionnaire link ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (TP questionnaire link ID) by itself. 
modifyTPQuestionnaireAssociationnsmodifyOPTIMISTIC_LOCKING: no
Modifies the typical picture and questionnaire association.  
Related Pages (14)