Uses of Class
org.hl7.fhir.r5.model.ListResource
Package
Description
-
Uses of ListResource in org.hl7.fhir.r5.extensions
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionprotected ListResource
JsonParser.parseListResource
(com.google.gson.JsonObject json) protected ListResource
XmlParser.parseListResource
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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()
-
Uses of ListResource in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionvoid
ListRenderer.describe
(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list) ListRenderer.display
(ListResource list)