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 ListResourceJsonParser.parseListResource(com.google.gson.JsonObject json)protected ListResourceXmlParser.parseListResource(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ListResourceModifier and TypeMethodDescriptionprotected voidJsonParser.composeListResource(String name, ListResource element)protected voidRdfParser.composeListResource(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.r4.model
Fields in org.hl7.fhir.r4.model declared as ListResourceModifier and TypeFieldDescriptionprotected ListResourceMeasureReport.MeasureReportGroupPopulationComponent.subjectResultsTargetThe 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 ListResourceMeasureReport.StratifierGroupPopulationComponent.subjectResultsTargetThe 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 ListResourceListResource.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ListResourceModifier and TypeMethodDescriptionvoidListResource.copyValues(ListResource dst)MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResultsTarget(ListResource value)MeasureReport.StratifierGroupPopulationComponent.setSubjectResultsTarget(ListResource value)