
Uses of Class
org.hl7.fhir.dstu3.model.Goal
Packages that use Goal
- 
Uses of Goal in org.hl7.fhir.dstu3.formatsMethods in org.hl7.fhir.dstu3.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.dstu3.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.composeGoalInner(Goal element) protected booleanXmlParser.parseGoalContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res) protected Goal.GoalTargetComponentJsonParser.parseGoalGoalTargetComponent(com.google.gson.JsonObject json, Goal owner) protected Goal.GoalTargetComponentXmlParser.parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner) protected booleanXmlParser.parseGoalGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal owner, Goal.GoalTargetComponent res) protected voidJsonParser.parseGoalGoalTargetComponentProperties(com.google.gson.JsonObject json, Goal owner, Goal.GoalTargetComponent res) protected voidJsonParser.parseGoalProperties(com.google.gson.JsonObject json, Goal res) 
- 
Uses of Goal in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.model with type parameters of type GoalModifier and TypeFieldDescriptionCarePlan.CarePlanActivityDetailComponent.goalTargetThe actual objects that are the target of the reference (Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)CarePlan.goalTargetThe actual objects that are the target of the reference (Describes the intended objective(s) of carrying out the care plan.)Methods in org.hl7.fhir.dstu3.model that return GoalModifier and TypeMethodDescriptionGoal.addAddresses(Reference t) Goal.addCategory(CodeableConcept t) Goal.addIdentifier(Identifier t) Goal.addNote(Annotation t) Goal.addOutcomeCode(CodeableConcept t) Goal.addOutcomeReference(Reference t) Goal.copy()Goal.setAddresses(List<Reference> theAddresses) Goal.setCategory(List<CodeableConcept> theCategory) Goal.setDescription(CodeableConcept value) Goal.setExpressedBy(Reference value) Goal.setExpressedByTarget(Resource value) Goal.setIdentifier(List<Identifier> theIdentifier) Goal.setNote(List<Annotation> theNote) Goal.setOutcomeCode(List<CodeableConcept> theOutcomeCode) Goal.setOutcomeReference(List<Reference> theOutcomeReference) Goal.setPriority(CodeableConcept value) Goal.setStatus(Goal.GoalStatus value) Goal.setStatusDate(Date value) Goal.setStatusDateElement(DateType value) Goal.setStatusElement(Enumeration<Goal.GoalStatus> value) Goal.setStatusReason(String value) Goal.setStatusReasonElement(StringType value) Goal.setSubject(Reference value) Goal.setSubjectTarget(Resource value) Goal.setTarget(Goal.GoalTargetComponent value) protected GoalGoal.typedCopy()