
Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportInventoryListingComponent
Packages that use InventoryReport.InventoryReportInventoryListingComponent
-
Uses of InventoryReport.InventoryReportInventoryListingComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReport.InventoryReportInventoryListingComponentModifier and TypeMethodDescriptionJsonParser.parseInventoryReportInventoryListingComponent
(com.google.gson.JsonObject json) XmlParser.parseInventoryReportInventoryListingComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryReport.InventoryReportInventoryListingComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryReportInventoryListingComponent
(String name, InventoryReport.InventoryReportInventoryListingComponent element) protected void
RdfParser.composeInventoryReportInventoryListingComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport.InventoryReportInventoryListingComponent element, int index) protected void
XmlParser.composeInventoryReportInventoryListingComponent
(String name, InventoryReport.InventoryReportInventoryListingComponent element) protected void
XmlParser.composeInventoryReportInventoryListingComponentElements
(InventoryReport.InventoryReportInventoryListingComponent element) protected void
JsonParser.composeInventoryReportInventoryListingComponentProperties
(InventoryReport.InventoryReportInventoryListingComponent element) protected boolean
XmlParser.parseInventoryReportInventoryListingComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport.InventoryReportInventoryListingComponent res) protected void
JsonParser.parseInventoryReportInventoryListingComponentProperties
(com.google.gson.JsonObject json, InventoryReport.InventoryReportInventoryListingComponent res) -
Uses of InventoryReport.InventoryReportInventoryListingComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportInventoryListingComponentModifier and TypeFieldDescriptionInventoryReport.inventoryListing
An inventory listing section (grouped by any of the attributes).Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryReportInventoryListingComponentModifier and TypeMethodDescriptionInventoryReport.addInventoryListing()
InventoryReport.InventoryReportInventoryListingComponent.addItem
(InventoryReport.InventoryReportInventoryListingItemComponent t) InventoryReport.InventoryReportInventoryListingComponent.copy()
InventoryReport.getInventoryListingFirstRep()
InventoryReport.InventoryReportInventoryListingComponent.setCountingDateTime
(Date value) InventoryReport.InventoryReportInventoryListingComponent.setCountingDateTimeElement
(DateTimeType value) InventoryReport.InventoryReportInventoryListingComponent.setItem
(List<InventoryReport.InventoryReportInventoryListingItemComponent> theItem) InventoryReport.InventoryReportInventoryListingComponent.setItemStatus
(CodeableConcept value) InventoryReport.InventoryReportInventoryListingComponent.setLocation
(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportInventoryListingComponentMethods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportInventoryListingComponentModifier and TypeMethodDescriptionInventoryReport.addInventoryListing
(InventoryReport.InventoryReportInventoryListingComponent t) void
InventoryReport.InventoryReportInventoryListingComponent.copyValues
(InventoryReport.InventoryReportInventoryListingComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportInventoryListingComponentModifier and TypeMethodDescriptionInventoryReport.setInventoryListing
(List<InventoryReport.InventoryReportInventoryListingComponent> theInventoryListing)