![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.ListResource
Packages that use ListResource
-
Uses of ListResource in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ListResourceModifier and TypeMethodDescriptionprotected ListResource
JsonParser.parseListResource
(com.google.gson.JsonObject json) protected ListResource
XmlParser.parseListResource
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ListResourceModifier and TypeMethodDescriptionprotected void
JsonParser.composeListResource
(String name, ListResource element) protected void
RdfParser.composeListResource
(Turtle.Complex parent, String parentType, String name, ListResource element, int index) protected void
XmlParser.composeListResource
(String name, ListResource element) 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) -
Uses of ListResource in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ListResourceModifier and TypeFieldDescriptionprotected 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.)Methods in org.hl7.fhir.r4.model that return ListResourceModifier and TypeMethodDescriptionListResource.addEntry
(ListResource.ListEntryComponent t) ListResource.addIdentifier
(Identifier t) ListResource.addNote
(Annotation t) ListResource.copy()
MeasureReport.MeasureReportGroupPopulationComponent.getSubjectResultsTarget()
MeasureReport.StratifierGroupPopulationComponent.getSubjectResultsTarget()
ListResource.setCode
(CodeableConcept value) ListResource.setDateElement
(DateTimeType value) ListResource.setEmptyReason
(CodeableConcept value) ListResource.setEncounter
(Reference value) ListResource.setEncounterTarget
(Encounter value) ListResource.setEntry
(List<ListResource.ListEntryComponent> theEntry) ListResource.setIdentifier
(List<Identifier> theIdentifier) ListResource.setMode
(ListResource.ListMode value) ListResource.setModeElement
(Enumeration<ListResource.ListMode> value) ListResource.setNote
(List<Annotation> theNote) ListResource.setOrderedBy
(CodeableConcept value) ListResource.setSourceTarget
(Resource value) ListResource.setStatus
(ListResource.ListStatus value) ListResource.setStatusElement
(Enumeration<ListResource.ListStatus> value) ListResource.setSubject
(Reference value) ListResource.setSubjectTarget
(Resource value) ListResource.setTitleElement
(StringType value) protected ListResource
ListResource.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type ListResourceModifier and TypeMethodDescriptionvoid
ListResource.copyValues
(ListResource dst) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResultsTarget
(ListResource value) MeasureReport.StratifierGroupPopulationComponent.setSubjectResultsTarget
(ListResource value)