Uses of Class
org.hl7.fhir.r5.model.GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent
Packages that use GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent
-
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionLinkTargetCompartmentComponent(com.google.gson.JsonObject json) XmlParser.parseGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) protected voidRdfParser.composeGraphDefinitionLinkTargetCompartmentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element, int index) protected voidXmlParser.composeGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) protected voidXmlParser.composeGraphDefinitionLinkTargetCompartmentComponentElements(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) protected voidJsonParser.composeGraphDefinitionLinkTargetCompartmentComponentProperties(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) protected booleanXmlParser.parseGraphDefinitionLinkTargetCompartmentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res) protected voidJsonParser.parseGraphDefinitionLinkTargetCompartmentComponentProperties(com.google.gson.JsonObject json, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeFieldDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.compartmentCompartment Consistency Rules.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.addCompartment()GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.copy()GraphDefinition.GraphDefinitionLinkTargetComponent.getCompartmentFirstRep()GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCode(Enumerations.CompartmentType value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCodeElement(Enumeration<Enumerations.CompartmentType> value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setDescription(String value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setDescriptionElement(StringType value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setExpression(String value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setExpressionElement(StringType value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRule(GraphDefinition.GraphCompartmentRule value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRuleElement(Enumeration<GraphDefinition.GraphCompartmentRule> value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setUse(GraphDefinition.GraphCompartmentUse value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setUseElement(Enumeration<GraphDefinition.GraphCompartmentUse> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.getCompartment()Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.addCompartment(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent t) voidGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.copyValues(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.setCompartment(List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent> theCompartment)