Table Description

Unborn Child: This evidence captures details about a pregnant woman's unborn child.

One or more Unborn Child records are created for a pregnant woman, depending on the number of children she is expecting. For example, if the pregnant woman is expecting triplets, three Unborn Child records are added for the pregnancy. When an Unborn Child record is added to a pregnancy record, a Case Participant Role of type 'unborn child' is created.

Example

A case worker creates a Pregnancy record for Linda Smith as she is currently expecting one child. Linda Smith is living with the father of her unborn child so the father's details are recorded on her Pregnancy record. The case worker creates one Unborn Child record associated to Linda Smith's Pregnancy record. If Linda Smith was expecting twins the case worker would create two Unborn Child records.

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::Evidence::Service Layer::Entity::Household::UnbornChild::UnbornChild
Controlling File: Evidence\model\ServiceLayer\entity\Household\UnbornChild\UnbornChild_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeyno

System generated unique identifier for the Unborn Child. There is no UI field for this attribute.

EVIDENCE_ID SVR_INT64
caseParticipantRoleIDdetailsno

The Case Participant Role ID of the unborn child.

CASE_PARTICIPANT_ROLE_ID SVR_INT64
commentsdetails 

Additional details related to the unborn child.

COMMENTS SVR_STRING<300>
Foreign Keys (1)
ChildParent
UnbornChild.caseParticipantRoleIDCaseParticipantRole.caseParticipantRoleID
Indices (1)
Index NameAttributes
IND_1635005967caseParticipantRoleID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceID
PRE_DATA_ACCESS: yes
Standard Insert Operation. 
readread Standard Read Operation. 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Modify Operation. 
removeremove Standard Remove Operation. 
Related Pages (6)