Uses of Class
org.hl7.fhir.dstu2016may.model.ListResource
-
Packages that use ListResource Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ListResource in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ListResource Modifier and Type Method Description protected ListResourceJsonParser. parseListResource(com.google.gson.JsonObject json)protected ListResourceXmlParser. parseListResource(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ListResource Modifier and Type Method Description protected voidJsonParser. composeListResource(String name, ListResource element)protected voidRdfParser. composeListResource(RdfGenerator.Complex parent, String parentType, String name, ListResource element, int index)protected voidXmlParser. composeListResource(String name, ListResource element)protected voidJsonParser. composeListResourceInner(ListResource element)protected ListResource.ListEntryComponentJsonParser. parseListResourceListEntryComponent(com.google.gson.JsonObject json, ListResource owner)protected ListResource.ListEntryComponentXmlParser. parseListResourceListEntryComponent(org.xmlpull.v1.XmlPullParser xpp, ListResource owner) -
Uses of ListResource in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as ListResource Modifier and Type Field Description protected ListResourceMeasureReport.MeasureReportGroupPopulationComponent. patientsTargetThe actual object that is the target of the reference (This element refers to a List of patient level MeasureReport resources, one for each patient in this population.)protected ListResourceMeasureReport.MeasureReportGroupStratifierGroupPopulationComponent. patientsTargetThe actual object that is the target of the reference (This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum.)protected ListResourceMeasureReport.MeasureReportGroupSupplementalDataGroupComponent. patientsTargetThe actual object that is the target of the reference (This element refers to a List of patient level MeasureReport resources, one for each patient in this population.)Methods in org.hl7.fhir.dstu2016may.model with parameters of type ListResource Modifier and Type Method Description MeasureReport.MeasureReportGroupPopulationComponentMeasureReport.MeasureReportGroupPopulationComponent. setPatientsTarget(ListResource value)MeasureReport.MeasureReportGroupStratifierGroupPopulationComponentMeasureReport.MeasureReportGroupStratifierGroupPopulationComponent. setPatientsTarget(ListResource value)MeasureReport.MeasureReportGroupSupplementalDataGroupComponentMeasureReport.MeasureReportGroupSupplementalDataGroupComponent. setPatientsTarget(ListResource value)
-