Uses of Class
org.hl7.fhir.r5.model.Goal
Packages that use Goal
-
Uses of Goal in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GoalModifier and TypeMethodDescriptionprotected GoalJsonParser.parseGoal(com.google.gson.JsonObject json)protected GoalXmlParser.parseGoal(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type GoalModifier and TypeMethodDescriptionprotected voidJsonParser.composeGoal(String name, Goal element)protected voidRdfParser.composeGoal(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Goal element, int index)protected voidXmlParser.composeGoal(String name, Goal element)protected voidXmlParser.composeGoalElements(Goal element)protected voidJsonParser.composeGoalProperties(Goal element)protected booleanXmlParser.parseGoalContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res)protected voidJsonParser.parseGoalProperties(com.google.gson.JsonObject json, Goal res) -
Uses of Goal in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return GoalModifier and TypeMethodDescriptionGoal.addAddresses(Reference t)Goal.addCategory(CodeableConcept t)Goal.addIdentifier(Identifier t)Goal.addNote(Annotation t)Goal.addOutcome(CodeableReference t)Goal.addTarget(Goal.GoalTargetComponent t)Goal.copy()Goal.setAchievementStatus(CodeableConcept value)Goal.setAddresses(List<Reference> theAddresses)Goal.setCategory(List<CodeableConcept> theCategory)Goal.setContinuous(boolean value)Goal.setContinuousElement(BooleanType value)Goal.setDescription(CodeableConcept value)Goal.setIdentifier(List<Identifier> theIdentifier)Goal.setLifecycleStatus(Goal.GoalLifecycleStatus value)Goal.setLifecycleStatusElement(Enumeration<Goal.GoalLifecycleStatus> value)Goal.setNote(List<Annotation> theNote)Goal.setOutcome(List<CodeableReference> theOutcome)Goal.setPriority(CodeableConcept value)Goal.setStatusDate(Date value)Goal.setStatusDateElement(DateType value)Goal.setStatusReason(String value)Goal.setStatusReasonElement(StringType value)Goal.setSubject(Reference value)Goal.setTarget(List<Goal.GoalTargetComponent> theTarget)protected GoalGoal.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Goal