Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphDefinitionLinkComponent
-
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionGraphDefinitionLinkComponent
(com.google.gson.JsonObject json, GraphDefinition owner) XmlParser.parseGraphDefinitionGraphDefinitionLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGraphDefinitionGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
RdfParser.composeGraphDefinitionGraphDefinitionLinkComponent
(Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkComponent element, int index) protected void
XmlParser.composeGraphDefinitionGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
XmlParser.composeGraphDefinitionGraphDefinitionLinkComponentElements
(GraphDefinition.GraphDefinitionLinkComponent element) protected void
JsonParser.composeGraphDefinitionGraphDefinitionLinkComponentInner
(GraphDefinition.GraphDefinitionLinkComponent element) protected boolean
XmlParser.parseGraphDefinitionGraphDefinitionLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) protected void
JsonParser.parseGraphDefinitionGraphDefinitionLinkComponentProperties
(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<GraphDefinition.GraphDefinitionLinkComponent> GraphDefinition.GraphDefinitionLinkTargetComponent.link
Additional links from target resource.protected List
<GraphDefinition.GraphDefinitionLinkComponent> GraphDefinition.link
Links this graph makes rules about.Modifier and TypeMethodDescriptionGraphDefinition.addLink()
GraphDefinition.GraphDefinitionLinkTargetComponent.addLink()
GraphDefinition.GraphDefinitionLinkComponent.addTarget
(GraphDefinition.GraphDefinitionLinkTargetComponent t) GraphDefinition.GraphDefinitionLinkComponent.copy()
GraphDefinition.getLinkFirstRep()
GraphDefinition.GraphDefinitionLinkTargetComponent.getLinkFirstRep()
GraphDefinition.GraphDefinitionLinkComponent.setDescription
(String value) GraphDefinition.GraphDefinitionLinkComponent.setDescriptionElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setMaxElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setMin
(int value) GraphDefinition.GraphDefinitionLinkComponent.setMinElement
(IntegerType value) GraphDefinition.GraphDefinitionLinkComponent.setPathElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setSliceName
(String value) GraphDefinition.GraphDefinitionLinkComponent.setSliceNameElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setTarget
(List<GraphDefinition.GraphDefinitionLinkTargetComponent> theTarget) Modifier and TypeMethodDescriptionGraphDefinition.getLink()
GraphDefinition.GraphDefinitionLinkTargetComponent.getLink()
Modifier and TypeMethodDescriptionGraphDefinition.addLink
(GraphDefinition.GraphDefinitionLinkComponent t) GraphDefinition.GraphDefinitionLinkTargetComponent.addLink
(GraphDefinition.GraphDefinitionLinkComponent t) void
GraphDefinition.GraphDefinitionLinkComponent.copyValues
(GraphDefinition.GraphDefinitionLinkComponent dst) Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.setLink
(List<GraphDefinition.GraphDefinitionLinkComponent> theLink) GraphDefinition.setLink
(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)