Uses of Class
org.hl7.fhir.r5.model.InventoryReport
-
Packages that use InventoryReport Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of InventoryReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReport Modifier and Type Method Description protected InventoryReportJsonParser. parseInventoryReport(com.google.gson.JsonObject json)protected InventoryReportXmlParser. parseInventoryReport(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type InventoryReport Modifier and Type Method Description protected voidJsonParser. composeInventoryReport(String name, InventoryReport element)protected voidRdfParser. composeInventoryReport(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport element, int index)protected voidXmlParser. composeInventoryReport(String name, InventoryReport element)protected voidXmlParser. composeInventoryReportElements(InventoryReport element)protected voidJsonParser. composeInventoryReportProperties(InventoryReport element)protected booleanXmlParser. parseInventoryReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport res)protected voidJsonParser. parseInventoryReportProperties(com.google.gson.JsonObject json, InventoryReport res) -
Uses of InventoryReport in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport Modifier and Type Method Description voidInventoryReport. copyValues(InventoryReport dst)
-