Uses of Class
org.hl7.fhir.r5.model.GraphDefinition.GraphDefinitionLinkComponent
-
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionLinkComponent
(com.google.gson.JsonObject json) XmlParser.parseGraphDefinitionLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
RdfParser.composeGraphDefinitionLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkComponent element, int index) protected void
XmlParser.composeGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
XmlParser.composeGraphDefinitionLinkComponentElements
(GraphDefinition.GraphDefinitionLinkComponent element) protected void
JsonParser.composeGraphDefinitionLinkComponentProperties
(GraphDefinition.GraphDefinitionLinkComponent element) protected boolean
XmlParser.parseGraphDefinitionLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionLinkComponent res) protected void
JsonParser.parseGraphDefinitionLinkComponentProperties
(com.google.gson.JsonObject json, GraphDefinition.GraphDefinitionLinkComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<GraphDefinition.GraphDefinitionLinkComponent> GraphDefinition.link
Links this graph makes rules about.Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkComponent.addCompartment
(GraphDefinition.GraphDefinitionLinkCompartmentComponent t) GraphDefinition.addLink()
GraphDefinition.GraphDefinitionLinkComponent.copy()
GraphDefinition.getLinkFirstRep()
GraphDefinition.GraphDefinitionLinkComponent.setCompartment
(List<GraphDefinition.GraphDefinitionLinkCompartmentComponent> theCompartment) 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.setParamsElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setPathElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setSliceName
(String value) GraphDefinition.GraphDefinitionLinkComponent.setSliceNameElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setSourceId
(String value) GraphDefinition.GraphDefinitionLinkComponent.setSourceIdElement
(IdType value) GraphDefinition.GraphDefinitionLinkComponent.setTargetId
(String value) GraphDefinition.GraphDefinitionLinkComponent.setTargetIdElement
(IdType value) Modifier and TypeMethodDescriptionGraphDefinition.addLink
(GraphDefinition.GraphDefinitionLinkComponent t) void
GraphDefinition.GraphDefinitionLinkComponent.copyValues
(GraphDefinition.GraphDefinitionLinkComponent dst) Modifier and TypeMethodDescriptionGraphDefinition.setLink
(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)