
Uses of Class
org.hl7.fhir.dstu3.model.PlanDefinition.PlanDefinitionGoalComponent
Packages that use PlanDefinition.PlanDefinitionGoalComponent
-
Uses of PlanDefinition.PlanDefinitionGoalComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return PlanDefinition.PlanDefinitionGoalComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionPlanDefinitionGoalComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionGoalComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type PlanDefinition.PlanDefinitionGoalComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionPlanDefinitionGoalComponent
(String name, PlanDefinition.PlanDefinitionGoalComponent element) protected void
RdfParser.composePlanDefinitionPlanDefinitionGoalComponent
(Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionGoalComponent element, int index) protected void
XmlParser.composePlanDefinitionPlanDefinitionGoalComponent
(String name, PlanDefinition.PlanDefinitionGoalComponent element) protected void
XmlParser.composePlanDefinitionPlanDefinitionGoalComponentElements
(PlanDefinition.PlanDefinitionGoalComponent element) protected void
JsonParser.composePlanDefinitionPlanDefinitionGoalComponentInner
(PlanDefinition.PlanDefinitionGoalComponent element) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionGoalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionGoalComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) -
Uses of PlanDefinition.PlanDefinitionGoalComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type PlanDefinition.PlanDefinitionGoalComponentModifier and TypeFieldDescriptionprotected List
<PlanDefinition.PlanDefinitionGoalComponent> PlanDefinition.goal
Goals that describe what the activities within the plan are intended to achieve.Methods in org.hl7.fhir.dstu3.model that return PlanDefinition.PlanDefinitionGoalComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.addAddresses
(CodeableConcept t) PlanDefinition.PlanDefinitionGoalComponent.addDocumentation
(RelatedArtifact t) PlanDefinition.addGoal()
PlanDefinition.PlanDefinitionGoalComponent.addTarget
(PlanDefinition.PlanDefinitionGoalTargetComponent t) PlanDefinition.PlanDefinitionGoalComponent.copy()
PlanDefinition.getGoalFirstRep()
PlanDefinition.PlanDefinitionGoalComponent.setAddresses
(List<CodeableConcept> theAddresses) PlanDefinition.PlanDefinitionGoalComponent.setCategory
(CodeableConcept value) PlanDefinition.PlanDefinitionGoalComponent.setDescription
(CodeableConcept value) PlanDefinition.PlanDefinitionGoalComponent.setDocumentation
(List<RelatedArtifact> theDocumentation) PlanDefinition.PlanDefinitionGoalComponent.setPriority
(CodeableConcept value) PlanDefinition.PlanDefinitionGoalComponent.setStart
(CodeableConcept value) PlanDefinition.PlanDefinitionGoalComponent.setTarget
(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type PlanDefinition.PlanDefinitionGoalComponentMethods in org.hl7.fhir.dstu3.model with parameters of type PlanDefinition.PlanDefinitionGoalComponentModifier and TypeMethodDescriptionPlanDefinition.addGoal
(PlanDefinition.PlanDefinitionGoalComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type PlanDefinition.PlanDefinitionGoalComponentModifier and TypeMethodDescriptionPlanDefinition.setGoal
(List<PlanDefinition.PlanDefinitionGoalComponent> theGoal)