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 voidJsonParser.composeInventoryReportInventoryListingComponent(String name, InventoryReport.InventoryReportInventoryListingComponent element) protected voidRdfParser.composeInventoryReportInventoryListingComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport.InventoryReportInventoryListingComponent element, int index) protected voidXmlParser.composeInventoryReportInventoryListingComponent(String name, InventoryReport.InventoryReportInventoryListingComponent element) protected voidXmlParser.composeInventoryReportInventoryListingComponentElements(InventoryReport.InventoryReportInventoryListingComponent element) protected voidJsonParser.composeInventoryReportInventoryListingComponentProperties(InventoryReport.InventoryReportInventoryListingComponent element) protected booleanXmlParser.parseInventoryReportInventoryListingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport.InventoryReportInventoryListingComponent res) protected voidJsonParser.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.inventoryListingAn 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.addItems(InventoryReport.InventoryReportInventoryListingItemsComponent t) InventoryReport.InventoryReportInventoryListingComponent.copy()InventoryReport.getInventoryListingFirstRep()InventoryReport.InventoryReportInventoryListingComponent.setCountingDateTime(Date value) InventoryReport.InventoryReportInventoryListingComponent.setCountingDateTimeElement(DateTimeType value) InventoryReport.InventoryReportInventoryListingComponent.setItems(List<InventoryReport.InventoryReportInventoryListingItemsComponent> theItems) 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) voidInventoryReport.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)