| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Goal |
JsonParser.parseGoal(com.google.gson.JsonObject json) |
protected Goal |
XmlParser.parseGoal(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeGoal(String name,
Goal element) |
protected void |
XmlParser.composeGoal(String name,
Goal element) |
protected void |
RdfParser.composeGoal(Turtle.Complex parent,
String parentType,
String name,
Goal element,
int index) |
protected void |
XmlParser.composeGoalElements(Goal element) |
protected void |
JsonParser.composeGoalInner(Goal element) |
protected boolean |
XmlParser.parseGoalContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Goal res) |
protected Goal.GoalTargetComponent |
JsonParser.parseGoalGoalTargetComponent(com.google.gson.JsonObject json,
Goal owner) |
protected Goal.GoalTargetComponent |
XmlParser.parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp,
Goal owner) |
protected boolean |
XmlParser.parseGoalGoalTargetComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Goal owner,
Goal.GoalTargetComponent res) |
protected void |
JsonParser.parseGoalGoalTargetComponentProperties(com.google.gson.JsonObject json,
Goal owner,
Goal.GoalTargetComponent res) |
protected void |
JsonParser.parseGoalProperties(com.google.gson.JsonObject json,
Goal res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Goal> |
CarePlan.goalTarget
The actual objects that are the target of the reference (Describes the intended objective(s) of carrying out the care plan.)
|
protected List<Goal> |
CarePlan.CarePlanActivityDetailComponent.goalTarget
The actual objects that are the target of the reference (Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
|
| Modifier and Type | Method and Description |
|---|---|
List<Goal> |
CarePlan.getGoalTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Goal> |
CarePlan.CarePlanActivityDetailComponent.getGoalTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Goal.copyValues(Goal dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.