
Uses of Class
org.hl7.fhir.dstu3.model.ListResource
Packages that use ListResource
-
Uses of ListResource in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ListResourceModifier and TypeMethodDescriptionprotected ListResourceJsonParser.parseListResource(com.google.gson.JsonObject json) protected ListResourceXmlParser.parseListResource(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type ListResourceModifier and TypeMethodDescriptionprotected voidJsonParser.composeListResource(String name, ListResource element) protected voidRdfParser.composeListResource(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ListResource element, int index) protected voidXmlParser.composeListResource(String name, ListResource element) protected voidXmlParser.composeListResourceElements(ListResource element) protected voidJsonParser.composeListResourceInner(ListResource element) protected booleanXmlParser.parseListResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource res) protected ListResource.ListEntryComponentJsonParser.parseListResourceListEntryComponent(com.google.gson.JsonObject json, ListResource owner) protected ListResource.ListEntryComponentXmlParser.parseListResourceListEntryComponent(org.xmlpull.v1.XmlPullParser xpp, ListResource owner) protected booleanXmlParser.parseListResourceListEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource owner, ListResource.ListEntryComponent res) protected voidJsonParser.parseListResourceListEntryComponentProperties(com.google.gson.JsonObject json, ListResource owner, ListResource.ListEntryComponent res) protected voidJsonParser.parseListResourceProperties(com.google.gson.JsonObject json, ListResource res) -
Uses of ListResource in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ListResourceModifier and TypeFieldDescriptionprotected 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.StratifierGroupPopulationComponent.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.)Methods in org.hl7.fhir.dstu3.model that return ListResourceModifier and TypeMethodDescriptionListResource.addEntry(ListResource.ListEntryComponent t) ListResource.addIdentifier(Identifier t) ListResource.addNote(Annotation t) ListResource.copy()MeasureReport.MeasureReportGroupPopulationComponent.getPatientsTarget()MeasureReport.StratifierGroupPopulationComponent.getPatientsTarget()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 ListResourceListResource.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type ListResourceModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupPopulationComponent.setPatientsTarget(ListResource value) MeasureReport.StratifierGroupPopulationComponent.setPatientsTarget(ListResource value)