Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionGoalComponent
-
Uses of PlanDefinition.PlanDefinitionGoalComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionGoalComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionGoalComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionGoalComponent
(String name, PlanDefinition.PlanDefinitionGoalComponent element) protected void
RdfParser.composePlanDefinitionGoalComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionGoalComponent element, int index) protected void
XmlParser.composePlanDefinitionGoalComponent
(String name, PlanDefinition.PlanDefinitionGoalComponent element) protected void
XmlParser.composePlanDefinitionGoalComponentElements
(PlanDefinition.PlanDefinitionGoalComponent element) protected void
JsonParser.composePlanDefinitionGoalComponentProperties
(PlanDefinition.PlanDefinitionGoalComponent element) protected boolean
XmlParser.parsePlanDefinitionGoalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionGoalComponent res) protected void
JsonParser.parsePlanDefinitionGoalComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionGoalComponent res) -
Uses of PlanDefinition.PlanDefinitionGoalComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<PlanDefinition.PlanDefinitionGoalComponent> PlanDefinition.goal
A goal describes an expected outcome that activities within the plan are intended to achieve.Modifier 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) Modifier and TypeMethodDescriptionPlanDefinition.addGoal
(PlanDefinition.PlanDefinitionGoalComponent t) void
PlanDefinition.PlanDefinitionGoalComponent.copyValues
(PlanDefinition.PlanDefinitionGoalComponent dst) Modifier and TypeMethodDescriptionPlanDefinition.setGoal
(List<PlanDefinition.PlanDefinitionGoalComponent> theGoal)