Table of contents
d:ComputationItemType
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_InstrumentCode [ label = "{<id>InstrumentCode | + purposeOfCode : ExternalControlledVocabularyEntry \l + usesCommandCode : CommandCode \l \l \l| \l \l}" tooltip = "DataCapture:InstrumentCode" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_InstrumentComponent [ label = "{<id>DDI_InstrumentComponent}" tooltip = "DataCapture:InstrumentComponent" href = "../Package/DataCapture/InstrumentComponent/index.html" ] } DDI4_InstrumentCode -> DDI4_InstrumentComponent [arrowhead=onormal color="#000000"]; }