Table Description
Intake Screening Execution: Links Screening Executions to an Intake Case. Used by the system to determine which intake the screening record is associated with.

Example

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::Intake::Entity::IntakeScreeningExecution::IntakeScreeningExecution
Controlling File: Intake\model\Packages\Entity\IntakeScreeningExecution\IntakeScreeningExecution_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSno
Attributes (2)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
screeningExecutionIDkeynoThe screening execution ID.SCREENING_EXECUTION_ID SVR_INT64
intakeCaseIDdetailsnoThe intake case ID.CASE_ID SVR_INT64
Foreign Keys (2)
ChildParent
IntakeScreeningExecution.intakeCaseIDIntake.intakeCaseID
IntakeScreeningExecution.screeningExecutionIDParticipantScreening.screeningExecutionID
Indices (1)
Index NameAttributes
IntakeScrExecIntCaseIDIdxintakeCaseID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByIntakereadmulti Searches for IntakeScreeningExecution records based on the Intake. 
searchByScreeningExecutionIDreadmulti Searches for an IntakeScreeningExecution record based on the Screening Execution ID. 
Related Pages (0)