| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Goal.GoalTargetComponent |
JsonParser.parseGoalGoalTargetComponent(com.google.gson.JsonObject json,
Goal owner) |
protected Goal.GoalTargetComponent |
XmlParser.parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp,
Goal owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeGoalGoalTargetComponent(String name,
Goal.GoalTargetComponent element) |
protected void |
XmlParser.composeGoalGoalTargetComponent(String name,
Goal.GoalTargetComponent element) |
protected void |
RdfParser.composeGoalGoalTargetComponent(Turtle.Complex parent,
String parentType,
String name,
Goal.GoalTargetComponent element,
int index) |
protected void |
XmlParser.composeGoalGoalTargetComponentElements(Goal.GoalTargetComponent element) |
protected void |
JsonParser.composeGoalGoalTargetComponentInner(Goal.GoalTargetComponent element) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Goal.GoalTargetComponent> |
Goal.target
Indicates what should be done by when.
|
| Modifier and Type | Method and Description |
|---|---|
Goal.GoalTargetComponent |
Goal.addTarget() |
Goal.GoalTargetComponent |
Goal.GoalTargetComponent.copy() |
Goal.GoalTargetComponent |
Goal.getTargetFirstRep() |
Goal.GoalTargetComponent |
Goal.GoalTargetComponent.setDetail(Type value) |
Goal.GoalTargetComponent |
Goal.GoalTargetComponent.setDue(Type value) |
Goal.GoalTargetComponent |
Goal.GoalTargetComponent.setMeasure(CodeableConcept value) |
| Modifier and Type | Method and Description |
|---|---|
List<Goal.GoalTargetComponent> |
Goal.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.addTarget(Goal.GoalTargetComponent t) |
void |
Goal.GoalTargetComponent.copyValues(Goal.GoalTargetComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setTarget(List<Goal.GoalTargetComponent> theTarget) |
Copyright © 2014–2021 Health Level 7. All rights reserved.