
Uses of Class
org.hl7.fhir.r5.model.ListResource
Packages that use ListResource
-
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)