
Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportInventoryListingItemComponent
Packages that use InventoryReport.InventoryReportInventoryListingItemComponent
-
Uses of InventoryReport.InventoryReportInventoryListingItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionJsonParser.parseInventoryReportInventoryListingItemComponent
(com.google.gson.JsonObject json) XmlParser.parseInventoryReportInventoryListingItemComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryReportInventoryListingItemComponent
(String name, InventoryReport.InventoryReportInventoryListingItemComponent element) protected void
RdfParser.composeInventoryReportInventoryListingItemComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport.InventoryReportInventoryListingItemComponent element, int index) protected void
XmlParser.composeInventoryReportInventoryListingItemComponent
(String name, InventoryReport.InventoryReportInventoryListingItemComponent element) protected void
XmlParser.composeInventoryReportInventoryListingItemComponentElements
(InventoryReport.InventoryReportInventoryListingItemComponent element) protected void
JsonParser.composeInventoryReportInventoryListingItemComponentProperties
(InventoryReport.InventoryReportInventoryListingItemComponent element) protected boolean
XmlParser.parseInventoryReportInventoryListingItemComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport.InventoryReportInventoryListingItemComponent res) protected void
JsonParser.parseInventoryReportInventoryListingItemComponentProperties
(com.google.gson.JsonObject json, InventoryReport.InventoryReportInventoryListingItemComponent res) -
Uses of InventoryReport.InventoryReportInventoryListingItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeFieldDescriptionInventoryReport.InventoryReportInventoryListingComponent.item
The item or items in this listing.Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.addItem()
InventoryReport.InventoryReportInventoryListingItemComponent.copy()
InventoryReport.InventoryReportInventoryListingComponent.getItemFirstRep()
InventoryReport.InventoryReportInventoryListingItemComponent.setCategory
(CodeableConcept value) InventoryReport.InventoryReportInventoryListingItemComponent.setItem
(CodeableReference value) InventoryReport.InventoryReportInventoryListingItemComponent.setQuantity
(Quantity value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.getItem()
Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.addItem
(InventoryReport.InventoryReportInventoryListingItemComponent t) void
InventoryReport.InventoryReportInventoryListingItemComponent.copyValues
(InventoryReport.InventoryReportInventoryListingItemComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportInventoryListingItemComponentModifier and TypeMethodDescriptionInventoryReport.InventoryReportInventoryListingComponent.setItem
(List<InventoryReport.InventoryReportInventoryListingItemComponent> theItem)