Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportInventoryListingItemsComponent
Packages that use InventoryReport.InventoryReportInventoryListingItemsComponent
-
Uses of InventoryReport.InventoryReportInventoryListingItemsComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionJsonParser.parseInventoryReportInventoryListingItemsComponent(com.google.gson.JsonObject json) XmlParser.parseInventoryReportInventoryListingItemsComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInventoryReportInventoryListingItemsComponent(String name, InventoryReport.InventoryReportInventoryListingItemsComponent element) protected voidRdfParser.composeInventoryReportInventoryListingItemsComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport.InventoryReportInventoryListingItemsComponent element, int index) protected voidXmlParser.composeInventoryReportInventoryListingItemsComponent(String name, InventoryReport.InventoryReportInventoryListingItemsComponent element) protected voidXmlParser.composeInventoryReportInventoryListingItemsComponentElements(InventoryReport.InventoryReportInventoryListingItemsComponent element) protected voidJsonParser.composeInventoryReportInventoryListingItemsComponentProperties(InventoryReport.InventoryReportInventoryListingItemsComponent element) protected booleanXmlParser.parseInventoryReportInventoryListingItemsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport.InventoryReportInventoryListingItemsComponent res) protected voidJsonParser.parseInventoryReportInventoryListingItemsComponentProperties(com.google.gson.JsonObject json, InventoryReport.InventoryReportInventoryListingItemsComponent res) -
Uses of InventoryReport.InventoryReportInventoryListingItemsComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeFieldDescriptionInventoryReport.InventoryReportInventoryListingComponent.itemsThe item or items in this listing.Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.addItems()InventoryReport.InventoryReportInventoryListingItemsComponent.copy()InventoryReport.InventoryReportInventoryListingComponent.getItemsFirstRep()InventoryReport.InventoryReportInventoryListingItemsComponent.setCategory(CodeableConcept value) InventoryReport.InventoryReportInventoryListingItemsComponent.setExpiryElement(DateTimeType value) InventoryReport.InventoryReportInventoryListingItemsComponent.setItem(CodeableReference value) InventoryReport.InventoryReportInventoryListingItemsComponent.setLotElement(StringType value) InventoryReport.InventoryReportInventoryListingItemsComponent.setManufacturingDate(Date value) InventoryReport.InventoryReportInventoryListingItemsComponent.setManufacturingDateElement(DateTimeType value) InventoryReport.InventoryReportInventoryListingItemsComponent.setQuantity(Quantity value) InventoryReport.InventoryReportInventoryListingItemsComponent.setSerialElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.getItems()Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.addItems(InventoryReport.InventoryReportInventoryListingItemsComponent t) voidInventoryReport.InventoryReportInventoryListingItemsComponent.copyValues(InventoryReport.InventoryReportInventoryListingItemsComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportInventoryListingItemsComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.setItems(List<InventoryReport.InventoryReportInventoryListingItemsComponent> theItems)