Uses of Class
org.hl7.fhir.r5.model.GraphDefinition
Package
Description
-
Uses of GraphDefinition in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic GraphDefinition
Extensions.addReplaces
(GraphDefinition context, String value) Modifier and TypeMethodDescriptionstatic GraphDefinition
Extensions.addReplaces
(GraphDefinition context, String value) Extensions.getReplacesList
(GraphDefinition context) -
Uses of GraphDefinition in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected GraphDefinition
JsonParser.parseGraphDefinition
(com.google.gson.JsonObject json) protected GraphDefinition
XmlParser.parseGraphDefinition
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGraphDefinition
(String name, GraphDefinition element) protected void
RdfParser.composeGraphDefinition
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition element, int index) protected void
XmlParser.composeGraphDefinition
(String name, GraphDefinition element) protected void
XmlParser.composeGraphDefinitionElements
(GraphDefinition element) protected void
JsonParser.composeGraphDefinitionProperties
(GraphDefinition element) protected boolean
XmlParser.parseGraphDefinitionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res) protected void
JsonParser.parseGraphDefinitionProperties
(com.google.gson.JsonObject json, GraphDefinition res) -
Uses of GraphDefinition in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionGraphDefinition.addContact
(ContactDetail t) GraphDefinition.addIdentifier
(Identifier t) GraphDefinition.addJurisdiction
(CodeableConcept t) GraphDefinition.addLink
(GraphDefinition.GraphDefinitionLinkComponent t) GraphDefinition.addNode
(GraphDefinition.GraphDefinitionNodeComponent t) GraphDefinition.addUseContext
(UsageContext t) GraphDefinition.copy()
GraphDefinition.setContact
(List<ContactDetail> theContact) GraphDefinition.setCopyright
(String value) GraphDefinition.setCopyrightElement
(MarkdownType value) GraphDefinition.setCopyrightLabel
(String value) GraphDefinition.setCopyrightLabelElement
(StringType value) GraphDefinition.setDateElement
(DateTimeType value) GraphDefinition.setDescription
(String value) GraphDefinition.setDescriptionElement
(MarkdownType value) GraphDefinition.setExperimental
(boolean value) GraphDefinition.setExperimentalElement
(BooleanType value) GraphDefinition.setIdentifier
(List<Identifier> theIdentifier) GraphDefinition.setJurisdiction
(List<CodeableConcept> theJurisdiction) GraphDefinition.setLink
(List<GraphDefinition.GraphDefinitionLinkComponent> theLink) GraphDefinition.setNameElement
(StringType value) GraphDefinition.setNode
(List<GraphDefinition.GraphDefinitionNodeComponent> theNode) GraphDefinition.setPublisher
(String value) GraphDefinition.setPublisherElement
(StringType value) GraphDefinition.setPurpose
(String value) GraphDefinition.setPurposeElement
(MarkdownType value) GraphDefinition.setStartElement
(IdType value) GraphDefinition.setStatus
(Enumerations.PublicationStatus value) GraphDefinition.setStatusElement
(Enumeration<Enumerations.PublicationStatus> value) GraphDefinition.setTitleElement
(StringType value) GraphDefinition.setUrlElement
(UriType value) GraphDefinition.setUseContext
(List<UsageContext> theUseContext) GraphDefinition.setVersion
(String value) GraphDefinition.setVersionAlgorithm
(DataType value) GraphDefinition.setVersionElement
(StringType value) protected GraphDefinition
GraphDefinition.typedCopy()
-
Uses of GraphDefinition in org.hl7.fhir.r5.utils
Modifier and TypeMethodDescriptionvoid
GraphDefinitionEngine.setGraphDefinition
(GraphDefinition graphDefinition) void
IGraphDefinitionEngine.setGraphDefinition
(GraphDefinition graphDefinition)