Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
macroId4255a98f-414f-44a1-84c7-625720ecdea2
displayNameStudy Diagram - StudyEventGroupDef
nameStudy Diagram - StudyEventGroupDef
pagePin2

language
Code Blockexample

Include Page

xml
firstline1
titleExample ODM-XML
linenumberstrue
collapsetrue

StudyEventGroupDef Example
StudyEventGroupDef Example

<!-- StudyEventGroup representing the study cell A1: ArmOID and EpochOID are populated --> <StudyEventGroupDef OID="SEG.A1" Name="Study cell A1" ArmOID="ARM.A EpochOID="EPOCH.1> <StudyEventGroupRef StudyEventGroupOID="SEG.X"/> <StudyEventGroupRef StudyEventGroupOID="SEG.Y"/> </StudyEventGroupDef> <!-- StudyEventGroup representing the study element X --> <StudyEventGroupDef OID="SEG.X" Name="Study element X"> ... </StudyEventGroupDef> <!-- StudyEventGroup representing the study element Y --> <StudyEventGroupDef OID="SEG.Y" Name="Study element Y"> <StudyEventGroupRef StudyEventGroupOID="SEG.P"/> <StudyEventGroupRef StudyEventGroupOID="SEG.Q"/> </StudyEventGroupDef> <!-- StudyEventGroup representing the study sub-element P --> <StudyEventGroupDef OID="SEG.P" Name="Subelement P">...</StudyEventGroupDef> <!-- StudyEventGroup representing the study sub-element Q --> <StudyEventGroupDef OID="SEG.Q" Name="Subelement Q">...</StudyEventGroupDef>


Pagenav2