Table Description
DATypical Picture: A Typical Picture gives the typical answers to a Questionnaire for a specific Determination Outcome or that apply in certain circumstances. A typical picture can have multiple versions.

A Typical Picture gives the Typical answers to a questionnaire for a specific Determination Outcome or answers that apply in specific circumstances. A typical picture can have multiple versions.

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::TypicalPicture
Controlling File: DecisionAssist\model\Packages\Service Layer\TypicalPicture\Entity\TypicalPicture_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
typicalPictureIDkeynoSystem generated unique identifier for a Typical Picture.DA_TYPICAL_PICTURE_ID SVR_INT64
createdDateTimedetails The date and time the Typical Picture was created.CURAM_DATETIME SVR_DATETIME
createdBydetails The name of the user who created the Typical Picture.DA_CREATED_BY_USER SVR_STRING<64>
Foreign Keys (1)
ChildParent
TypicalPictureVersion.typicalPictureIDTypicalPicture.typicalPictureID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: typicalPictureID
AUTO_ID_KEY: TPCTURE
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodify Modifies a typical picture record. 
insertTypicalPictureinsert Inserts record to typical picture entity. This method expects typical picture 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 (typical picture ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (typical picture ID) by itself. 
Related Pages (2)