Uses of Class
org.hl7.fhir.r4.model.GraphDefinition
Packages that use GraphDefinition
-
Uses of GraphDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type GraphDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinition(String name, GraphDefinition element)protected voidRdfParser.composeGraphDefinition(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.composeGraphDefinitionInner(GraphDefinition element)protected booleanXmlParser.parseGraphDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res)JsonParser.parseGraphDefinitionGraphDefinitionLinkComponent(com.google.gson.JsonObject json, GraphDefinition owner)XmlParser.parseGraphDefinitionGraphDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner)protected booleanXmlParser.parseGraphDefinitionGraphDefinitionLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res)protected voidJsonParser.parseGraphDefinitionGraphDefinitionLinkComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res)JsonParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(com.google.gson.JsonObject json, GraphDefinition owner)XmlParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner)protected booleanXmlParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res)protected voidJsonParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res)JsonParser.parseGraphDefinitionGraphDefinitionLinkTargetComponent(com.google.gson.JsonObject json, GraphDefinition owner)XmlParser.parseGraphDefinitionGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner)protected booleanXmlParser.parseGraphDefinitionGraphDefinitionLinkTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res)protected voidJsonParser.parseGraphDefinitionGraphDefinitionLinkTargetComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res)protected voidJsonParser.parseGraphDefinitionProperties(com.google.gson.JsonObject json, GraphDefinition res) -
Uses of GraphDefinition in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return GraphDefinitionModifier and TypeMethodDescriptionGraphDefinition.addContact(ContactDetail t)GraphDefinition.addJurisdiction(CodeableConcept t)GraphDefinition.addLink(GraphDefinition.GraphDefinitionLinkComponent t)GraphDefinition.addUseContext(UsageContext t)GraphDefinition.copy()GraphDefinition.setContact(List<ContactDetail> theContact)GraphDefinition.setDateElement(DateTimeType value)GraphDefinition.setDescription(String value)GraphDefinition.setDescriptionElement(MarkdownType value)GraphDefinition.setExperimental(boolean value)GraphDefinition.setExperimentalElement(BooleanType value)GraphDefinition.setJurisdiction(List<CodeableConcept> theJurisdiction)GraphDefinition.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)GraphDefinition.setNameElement(StringType value)GraphDefinition.setProfile(String value)GraphDefinition.setProfileElement(CanonicalType value)GraphDefinition.setPublisher(String value)GraphDefinition.setPublisherElement(StringType value)GraphDefinition.setPurpose(String value)GraphDefinition.setPurposeElement(MarkdownType value)GraphDefinition.setStartElement(CodeType value)GraphDefinition.setStatus(Enumerations.PublicationStatus value)GraphDefinition.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)GraphDefinition.setUrlElement(UriType value)GraphDefinition.setUseContext(List<UsageContext> theUseContext)GraphDefinition.setVersion(String value)GraphDefinition.setVersionElement(StringType value)protected GraphDefinitionGraphDefinition.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition