Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent
Packages that use GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent
-
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(com.google.gson.JsonObject json, GraphDefinition owner)XmlParser.parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner)Methods in org.hl7.fhir.r4.formats with parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element)protected voidRdfParser.composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element, int index)protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element)protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentElements(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element)protected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentInner(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element)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) -
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeFieldDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.compartmentCompartment Consistency Rules.Methods in org.hl7.fhir.r4.model that return GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.addCompartment()GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.copy()GraphDefinition.GraphDefinitionLinkTargetComponent.getCompartmentFirstRep()GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCode(GraphDefinition.CompartmentCode value)GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCodeElement(Enumeration<GraphDefinition.CompartmentCode> 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.r4.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.getCompartment()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.setCompartment(List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent> theCompartment)