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 ListResourceJsonParser.parseListResource(com.google.gson.JsonObject json)protected ListResourceXmlParser.parseListResource(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.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.composeListResourceProperties(ListResource element)protected booleanXmlParser.parseListResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource res)protected voidJsonParser.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.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(Reference value)ListResource.setTitleElement(StringType value)protected ListResourceListResource.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 TypeMethodDescriptionvoidListRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list)ListRenderer.display(ListResource list)booleanListRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list)