StudyEventDef
StudyEventDef
Attribute | Value/Map to Oracle InForm |
---|---|
OID | Visit RefName |
Name | Visit RefName |
Repeating | Yes for repeating visits |
Type | Scheduled, Unscheduled, or Common |
Category | PatientVisit, Screening, Enrollment, CommonCRF, or Relation |
DBUID |
Entity: Visit Property: DBUID |
GUID | Visit identifier |
Revision |
Entity: Visit Property: Revision |
UUID |
Entity: Visit Property: UUID |
Dynamic | Visit is a dynamic visit |
VisitStartHours | Visit start hours set in Oracle Central Designer.
For example, if the value for visit 2 is 8, visit 2 should occur one day after visit 1. |
Mnemonic
StudyEventDef/Mnemonic
Attribute | Value/Map to Oracle InForm |
---|---|
TranslatedText | Display mnemonic for visit. |
FormRef
Attribute | Value/Map to Oracle InForm |
---|---|
FormOID | Form RefName |
OrderNumber | Form page order (for user interface display) |
Mandatory | Always No |
AltFormOID | Specifies the OID of the Alt form for the form that is identified by the current FormOID. |
Example
<StudyEventDef OID="vstFinal" Name="vstFinal" Repeating="No" Type="Scheduled" Category="Enrollment" pf:DBUID="10057" pf:GUID="{8BA4EB52-CCFD-4567-92CD-AFFA16947926}" pf:Revision="250599557260035" pf:UUID="D882CE3A-0F42-11D2-A419-00A0C963E0AC">
<FormRef FormOID="frmDOV" OrderNumber="1" Mandatory="No" />
<FormRef FormOID="frmSC" OrderNumber="2" Mandatory="No" />
<pf:Mnemonic>
<TranslatedText>Final</TranslatedText>
</pf:Mnemonic>
</StudyEventDef>
Parent topic: ODM mapping