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 voidJsonParser.composeInventoryReportInventoryListingItemComponent(String name, InventoryReport.InventoryReportInventoryListingItemComponent element) protected voidRdfParser.composeInventoryReportInventoryListingItemComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport.InventoryReportInventoryListingItemComponent element, int index) protected voidXmlParser.composeInventoryReportInventoryListingItemComponent(String name, InventoryReport.InventoryReportInventoryListingItemComponent element) protected voidXmlParser.composeInventoryReportInventoryListingItemComponentElements(InventoryReport.InventoryReportInventoryListingItemComponent element) protected voidJsonParser.composeInventoryReportInventoryListingItemComponentProperties(InventoryReport.InventoryReportInventoryListingItemComponent element) protected booleanXmlParser.parseInventoryReportInventoryListingItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport.InventoryReportInventoryListingItemComponent res) protected voidJsonParser.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.itemThe 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) voidInventoryReport.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)