Operation Details
Description: Reads the participant's date of birth based on the case participant role ID.
Sterotype: ns
SQL
SELECT
  Person.dateOfBirth
INTO
  :dateOfBirth 
FROM
  CaseParticipantRole,
  Person 
WHERE CaseParticipantRole.caseParticipantRoleID = :caseParticipantRoleID 
  AND Person.concernRoleID = CaseParticipantRole.participantRoleID