Capture

A Capture is an abstract object. Concrete objects that extend Capture describe the means of obtaining research data.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Capture [ label = "{<id>Capture | \l \l| <CaptureusesResponseDomain> usesResponseDomain \l| <CapturehasConcept> hasConcept \l| <CaptureelicitsObservation> elicitsObservation \l \l}" tooltip = "DataCapture:Capture" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0044ff" ] DDI4_ResponseDomain [ label = "{<id>ResponseDomain | \l \l| <ResponseDomainisCodedBy> isCodedBy \l \l}" tooltip = "DataCapture:ResponseDomain" ]; DDI4_Observation [ label = "{<id>Observation | \l \l| <ObservationproducedbyProcessStep> producedbyProcessStep \l| <ObservationanswersCapture> answersCapture \l \l}" tooltip = "DataCapture:Observation" ]; DDI4_InstrumentComponent [ label = "{<id>InstrumentComponent | \l \l| <InstrumentComponenthasInstructions> hasInstructions \l| <InstrumentComponenthasExternalAids> hasExternalAids \l \l}" tooltip = "DataCapture:InstrumentComponent" ]; } subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Concept [ label = "{<id>Concept | \l \l| \l \l}" tooltip = "Conceptual:Concept" ]; } DDI4_Capture -> DDI4_InstrumentComponent [arrowhead=empty color="#000000" ]; DDI4_ResponseDomain -> DDI4_Capture:CaptureusesResponseDomain [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="usesResponseDomain" fontcolor="black" color="#00000"]; DDI4_Capture:CapturehasConcept -> DDI4_Concept [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasConcept" fontcolor="black" color="#00000"]; DDI4_Capture:CaptureelicitsObservation -> DDI4_Observation [ arrowhead=none labeldistance=1.9 taillabel="1..1" headlabel="0..n" edgetooltip="elicitsObservation" fontcolor="black" color="#00000"]; }