Table Description
DATypical Picture Answer: The typical picture answer entity stores the answers to a Question under specific circumstances.

The Typical Picture Answers entity records the answers to a question under specific circumstances.

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::TypicalPicture::Entity::TypicalPictureAnswer
Controlling File: DecisionAssist\model\Packages\Service Layer\TypicalPicture\Entity\TypicalPicture_cat.efx
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
typicalPictureAnswerIDkeynoSystem generated unique identifier for a Typical Answer.DA_TYPICAL_PICTURE_ANSWER_ID SVR_INT64
questionIDdetails The system generated unique identifier for the question related to that Typical Answer.DA_TYPICAL_PICTURE_QUESTION_ID SVR_STRING<100>
questionPageIDdetails The system generated unique identifier for the Question Page which contains the question to which the Typical Answer relates.DA_TYPICAL_PICTURE_QUESTIONPAGE_ID SVR_INT64
valuedetails The value for that Typical Answer.DA_TYPICAL_PICTURE_VALUE SVR_STRING<100>
minValuedetails The minimum value for that Typical Answer.DA_TYPICAL_PICTURE_MIN_VALUE SVR_STRING<100>
maxValuedetails The maximum value for that Typical Answer.DA_TYPICAL_PICTURE_MAX_VALUE SVR_STRING<100>
typicalPictureVersionIDdetailsnoSystem generated unique identifier for a Typical Picture Version.DA_TYPICAL_PICTURE_VERSION_ID SVR_INT64
Foreign Keys (1)
ChildParent
TypicalPictureAnswer.typicalPictureVersionIDTypicalPictureVersion.typicalPictureVersionID
Indices (1)
Index NameAttributes
TypicalPictureAnswerIndexquestionID, questionPageID, typicalPictureVersionID
Operations (9)
OperationStereotypeOptionsDescriptionSQL
addAnswerbatchinsert   
readread Standard Operation 
searchByTypicalPictureVersionreadmulti   
removeByTPVersionnsremove   
removeByQuestionForTPVersionnsremove   
modifymodify Standard Operation 
removeremove Standard Operation 
insertinsertPRE_DATA_ACCESS: yes
Inserts&nbsp;a&nbsp;new&nbsp;typical&nbsp;picture&nbsp;answer&nbsp;record. 
insertTypicalPictureAnswerinsert Standard Operation 
Related Pages (20)