| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ListResource |
JsonParser.parseListResource(com.google.gson.JsonObject json) |
protected ListResource |
XmlParser.parseListResource(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeListResource(String name,
ListResource element) |
protected void |
XmlParser.composeListResource(String name,
ListResource element) |
protected void |
RdfParser.composeListResource(Turtle.Complex parent,
String parentType,
String name,
ListResource element,
int index) |
protected void |
XmlParser.composeListResourceElements(ListResource element) |
protected void |
JsonParser.composeListResourceInner(ListResource element) |
protected boolean |
XmlParser.parseListResourceContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ListResource res) |
protected ListResource.ListEntryComponent |
JsonParser.parseListResourceListEntryComponent(com.google.gson.JsonObject json,
ListResource owner) |
protected ListResource.ListEntryComponent |
XmlParser.parseListResourceListEntryComponent(org.xmlpull.v1.XmlPullParser xpp,
ListResource owner) |
protected boolean |
XmlParser.parseListResourceListEntryComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ListResource owner,
ListResource.ListEntryComponent res) |
protected void |
JsonParser.parseListResourceListEntryComponentProperties(com.google.gson.JsonObject json,
ListResource owner,
ListResource.ListEntryComponent res) |
protected void |
JsonParser.parseListResourceProperties(com.google.gson.JsonObject json,
ListResource res) |
| Modifier and Type | Field and Description |
|---|---|
protected ListResource |
MeasureReport.MeasureReportGroupPopulationComponent.subjectResultsTarget
The actual object that is the target of the reference (This element refers to a List of subject level MeasureReport resources, one for each subject in this population.)
|
protected ListResource |
MeasureReport.StratifierGroupPopulationComponent.subjectResultsTarget
The actual object that is the target of the reference (This element refers to a List of subject level MeasureReport resources, one for each subject in this population in this stratum.)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResource.copyValues(ListResource dst) |
MeasureReport.MeasureReportGroupPopulationComponent |
MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResultsTarget(ListResource value) |
MeasureReport.StratifierGroupPopulationComponent |
MeasureReport.StratifierGroupPopulationComponent.setSubjectResultsTarget(ListResource value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.