Uses of Class
org.hl7.fhir.r5.model.ListResource
-
Packages that use ListResource Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers -
-
Uses of ListResource in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ListResource Modifier and Type Method Description protected 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 ListResource Modifier and Type Method Description protected 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 with parameters of type ListResource Modifier and Type Method Description voidListResource. copyValues(ListResource dst) -
Uses of ListResource in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ListResource Modifier and Type Method Description voidListRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list)StringListRenderer. display(ListResource list)booleanListRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ListResource list)
-