Creating a Visit Report
To create a Visit Report:
- Using the appropriate MedML components, define a form that captures the data you want to include in the Visit Report. The form must have the following characteristics:
- The form must contain a section definition consisting of a single Item containing a date/time control definition that includes the month, day, year, hour, and minute of the visit, of which at least the month and year must be required.
- The Visit report component definitions must include the following specific required UUIDs:
Component
UUID
Visit Report visit
PF_UUID_VISITREPORT_FORMSET
Visit Report form
PF_UUID_VISITREPORT_FORM
Visit Report section
BD991BBE-B0A4-11D2-80E3-00A0C9AF7674
Visit Report item
BD991BBF-B0A4-11D2-80E3-00A0C9AF7674
Visit Report date/time control
BD991BC0-B0A4-11D2-80E3-00A0C9AF7674
- In the form definition, specify VISITREPORT as the value of the TYPE attribute.
- Include the form in a visit definition that has the following characteristics:
- The value of the visit TYPE attribute is MONITOR.
- The value of the UNSCHEDULED attribute is True.
- The value of the REPEATING attribute is True.