
Uses of Class
org.hl7.fhir.r5.model.ListResource
Packages that use ListResource
Package
Description
-
Uses of ListResource in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return ListResourceModifier and TypeMethodDescriptionstatic ListResource
Extensions.addEpisodeOfCare
(ListResource context, Reference value) static ListResource
Extensions.addListFor
(ListResource context, Reference value) static ListResource
Extensions.setListCategory
(ListResource context, CodeableConcept value) static ListResource
Extensions.setListChangeBase
(ListResource context, Reference value) Methods in org.hl7.fhir.r5.extensions with parameters of type ListResourceModifier and TypeMethodDescriptionstatic ListResource
Extensions.addEpisodeOfCare
(ListResource context, Reference value) static ListResource
Extensions.addListFor
(ListResource context, Reference value) Extensions.getEpisodeOfCareList
(ListResource context) static CodeableConcept
Extensions.getListCategory
(ListResource context) static Reference
Extensions.getListChangeBase
(ListResource context) Extensions.getListForList
(ListResource context) static ListResource
Extensions.setListCategory
(ListResource context, CodeableConcept value) static ListResource
Extensions.setListChangeBase
(ListResource context, Reference value) -
Uses of ListResource in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type ListResourceModifier and TypeMethodDescriptionprotected void
JsonParser.composeListResource
(String name, ListResource element) protected void
RdfParser.composeListResource
(org.hl7.fhir.utilities.turtle.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.composeListResourceProperties
(ListResource element) protected boolean
XmlParser.parseListResourceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource res) protected void
JsonParser.parseListResourceProperties
(com.google.gson.JsonObject json, ListResource res) -
Uses of ListResource in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ListResourceModifier and TypeMethodDescriptionListResource.addEntry
(ListResource.ListResourceEntryComponent t) ListResource.addIdentifier
(Identifier t) ListResource.addNote
(Annotation t) ListResource.addSubject
(Reference t) ListResource.copy()
ListResource.setCode
(CodeableConcept value) ListResource.setDateElement
(DateTimeType value) ListResource.setEmptyReason
(CodeableConcept value) ListResource.setEncounter
(Reference value) ListResource.setEntry
(List<ListResource.ListResourceEntryComponent> theEntry) ListResource.setIdentifier
(List<Identifier> theIdentifier) ListResource.setMode
(Enumerations.ListMode value) ListResource.setModeElement
(Enumeration<Enumerations.ListMode> value) ListResource.setNote
(List<Annotation> theNote) ListResource.setOrderedBy
(CodeableConcept value) ListResource.setStatus
(ListResource.ListStatus value) ListResource.setStatusElement
(Enumeration<ListResource.ListStatus> value) ListResource.setSubject
(List<Reference> theSubject) ListResource.setTitleElement
(StringType value) protected ListResource
ListResource.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type ListResource -
Uses of ListResource in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ListResourceModifier and TypeMethodDescriptionvoid
ListRenderer.describe
(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list) ListRenderer.display
(ListResource list)