Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportInventoryListingComponent
-
Packages that use InventoryReport.InventoryReportInventoryListingComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of InventoryReport.InventoryReportInventoryListingComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReport.InventoryReportInventoryListingComponent Modifier and Type Method Description protected InventoryReport.InventoryReportInventoryListingComponentJsonParser. parseInventoryReportInventoryListingComponent(com.google.gson.JsonObject json)protected InventoryReport.InventoryReportInventoryListingComponentXmlParser. parseInventoryReportInventoryListingComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of InventoryReport.InventoryReportInventoryListingComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportInventoryListingComponent Modifier and Type Field Description protected List<InventoryReport.InventoryReportInventoryListingComponent>InventoryReport. inventoryListingAn inventory listing section (grouped by any of the attributes).Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportInventoryListingComponent Modifier and Type Method Description List<InventoryReport.InventoryReportInventoryListingComponent>InventoryReport. getInventoryListing()Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportInventoryListingComponent Modifier and Type Method Description InventoryReportInventoryReport. addInventoryListing(InventoryReport.InventoryReportInventoryListingComponent t)voidInventoryReport.InventoryReportInventoryListingComponent. copyValues(InventoryReport.InventoryReportInventoryListingComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportInventoryListingComponent Modifier and Type Method Description InventoryReportInventoryReport. setInventoryListing(List<InventoryReport.InventoryReportInventoryListingComponent> theInventoryListing)
-