
Uses of Class
org.hl7.fhir.r5.model.GraphDefinition
Packages that use GraphDefinition
-
Uses of GraphDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinitionModifier and TypeMethodDescriptionprotected GraphDefinitionJsonParser.parseGraphDefinition(com.google.gson.JsonObject json) protected GraphDefinitionXmlParser.parseGraphDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinition(String name, GraphDefinition element) protected voidRdfParser.composeGraphDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition element, int index) protected voidXmlParser.composeGraphDefinition(String name, GraphDefinition element) protected voidXmlParser.composeGraphDefinitionElements(GraphDefinition element) protected voidJsonParser.composeGraphDefinitionProperties(GraphDefinition element) protected booleanXmlParser.parseGraphDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res) protected voidJsonParser.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 GraphDefinitionGraphDefinition.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 TypeMethodDescriptionvoidGraphDefinitionEngine.setGraphDefinition(GraphDefinition graphDefinition) voidIGraphDefinitionEngine.setGraphDefinition(GraphDefinition graphDefinition)