Table Description
Participant Note: A note specific to a participant.
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::Core::Reference Model::Service Layer::Participant Note::Entity::ParticipantNote
Controlling File: core\model\Packages\Reference Model\Service Layer\ParticipantNote\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
participantNoteIDkeynoUnique identifier of a participant note.PARTICIPANT_NOTE_ID SVR_INT64
participantIDdetailsnoUnique identifier of a participant. Links the note to the associated participant. PARTICIPANT_ID SVR_INT64
noteIDdetailsnoUnique identifier of a note. Links the participant note to the associated participant. NOTE_ID SVR_INT64
recordStatusdetailsnoCurrent record status of the participant note.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
ParticipantNote.participantIDConcernRole.concernRoleID
ParticipantNote.noteIDNote.noteID
Indices (2)
Index NameAttributes
participantNoteIdxparticipantID
IND_856314983noteID
Operations (19)
OperationStereotypeOptionsDescriptionSQL
validate  Validates the details of a participant note 
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Cancels the details of a participant note 
readNotens Reads the details of a participant note. @deprecated - replaced by {@link #readNote1()} @deprecated-since Version 6.0SQL
searchByParticipantIDnsmulti Retrieves a list of notes for a participant specified in the key. @deprecated - replaced by {@link #searchByParticipantID1()} @deprecated-since Version 6.0SQL
modify  Modifies the details of a participant note. @deprecated - replaced by {@link #modify1()} @deprecated-since Version 6.0 
validateCancel  Validates the details of a participant note prior to cancellation. 
validateModify  Validates the details of a participant note prior to modification. 
readRecordStatusnsread Retrieves the current record status of the participant note specified in the key. 
insert  Inserts a new participant note 
insertinsertAUTO_ID: participantNoteID
PRE_DATA_ACCESS: yes
Inserts a new participant note. 
modifyParticipantAndNotensmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Modifies the details of the participant note specified in the key. 
readParticipantIDAndNoteIDnsread Retrieves the participant id and note id of the note specified in the key. 
read  @superseded - replaced by readNote 
modify  @superseded - replaced by modifyParticipantAndNote  
modifyStatusnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: no
Changes the status of the participant note record to 'canceled'. 
searchByParticipantID1nsmulti Retrieves a list of notes for a participant specified in the key.SQL
readNote1ns Reads the details of a participant note.SQL
modify1  Modifies the details of a participant note. 
insertForMerge  Inserts a new participant note as a consequence of a merge client. 
Related Pages (33)