Observation

The result of applying a particular Capture in an Instrument to some experimental Unit

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_Observation [ label = "{<id>Observation | \l \l| <ObservationproducedbyProcessStep> producedbyProcessStep \l| <ObservationanswersCapture> answersCapture \l \l}" tooltip = "DataCapture:Observation" ] subgraph CoreProcess { label = "CoreProcess" node [ color = "#000000" ] DDI4_ProcessStep [ label = "{<id>ProcessStep | + label : Label \l + description : StructuredString \l + definition : StructuredString \l + binding : Binding \l \l \l| <ProcessStepisPerformedBy> isPerformedBy \l| <ProcessStephasInput> hasInput \l| <ProcessStephasOutput> hasOutput \l \l}" tooltip = "CoreProcess:ProcessStep" ]; } subgraph DataCapture { label = "DataCapture" node [ color = "#0044ff" ] DDI4_Capture [ label = "{<id>Capture | \l \l| <CaptureusesResponseDomain> usesResponseDomain \l| <CapturehasConcept> hasConcept \l| <CaptureelicitsObservation> elicitsObservation \l \l}" tooltip = "DataCapture:Capture" ]; } subgraph { label = "" node [ color = "#" ] } DDI4_ProcessStep -> DDI4_Observation:ObservationproducedbyProcessStep [side=r arrowhead=diamond labeldistance=1.9 taillabel="1..1" headlabel="0..n" edgetooltip="producedbyProcessStep" fontcolor="black" color="#00000"]; DDI4_Observation:ObservationanswersCapture -> DDI4_Capture [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="answersCapture" fontcolor="black" color="#00000"]; }