|
{{if app_collectSubjectDOB == 1 }}
{{html app_date_of_birthLabel}}: ${app_thisSubjectsData["@OpenClinica:DateOfBirth"]} {{/if}}
{{if app_collectSubjectDOB == 2}}
{{html app_date_of_birthLabel}}: {{html yearOnly}} {{/if}}
{{html app_genderLabel}}: ${app_thisSubjectsData["@OpenClinica:Sex"]}
{{if app_thisSubjectsData["@OpenClinica:EnrollmentDate"] }}
{{html app_enrollMMDDYYYYLabel}}: ${app_thisSubjectsData["@OpenClinica:EnrollmentDate"]}
{{/if}}
{{if app_thisSubjectsData["@OpenClinica:Status"] }}
{{html app_subject_statusLabel}}: ${app_thisSubjectsData["@OpenClinica:Status"]}
{{/if}} |
{{if app_personIDRequired !='not used'}}
{{if app_showPersonID !='false'}}
{{html app_subject_unique_IDLabel}}: ${app_thisSubjectsData["@OpenClinica:UniqueIdentifier"]}
{{/if}}
{{/if}}
{{if app_secondaryLabelViewable =='true' }}
{{html app_secondary_IDLabel}}: ${app_thisSubjectsData["@OpenClinica:SecondaryID"]}
{{/if}}
{{each subjectGroupData}}
{{html studyGroupClassName}}: {{html studyGroupName}}
{{/each}} |