
Uses of Class
org.hl7.fhir.r5.model.GraphDefinition
Packages that use GraphDefinition
Package
Description
-
Uses of GraphDefinition in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return GraphDefinitionModifier and TypeMethodDescriptionstatic GraphDefinition
Extensions.addReplaces
(GraphDefinition context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type GraphDefinitionModifier and TypeMethodDescriptionstatic GraphDefinition
Extensions.addReplaces
(GraphDefinition context, String value) Extensions.getReplacesList
(GraphDefinition context) -
Uses of GraphDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinitionModifier and TypeMethodDescriptionprotected GraphDefinition
JsonParser.parseGraphDefinition
(com.google.gson.JsonObject json) protected GraphDefinition
XmlParser.parseGraphDefinition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinitionModifier 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
Methods in org.hl7.fhir.r5.model that return GraphDefinitionModifier 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()
Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition -
Uses of GraphDefinition in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return GraphDefinitionMethods in org.hl7.fhir.r5.utils with parameters of type GraphDefinitionModifier and TypeMethodDescriptionvoid
GraphDefinitionEngine.setGraphDefinition
(GraphDefinition graphDefinition) void
IGraphDefinitionEngine.setGraphDefinition
(GraphDefinition graphDefinition)