
Uses of Class
org.hl7.fhir.r5.model.InventoryReport
Packages that use InventoryReport
-
Uses of InventoryReport in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return InventoryReportModifier and TypeMethodDescriptionstatic InventoryReport
Extensions.addBasedOn
(InventoryReport context, Reference value) Methods in org.hl7.fhir.r5.extensions with parameters of type InventoryReportModifier and TypeMethodDescriptionstatic InventoryReport
Extensions.addBasedOn
(InventoryReport context, Reference value) Extensions.getBasedOnList
(InventoryReport context) -
Uses of InventoryReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InventoryReportModifier and TypeMethodDescriptionprotected InventoryReport
JsonParser.parseInventoryReport
(com.google.gson.JsonObject json) protected InventoryReport
XmlParser.parseInventoryReport
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InventoryReportModifier and TypeMethodDescriptionprotected void
JsonParser.composeInventoryReport
(String name, InventoryReport element) protected void
RdfParser.composeInventoryReport
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InventoryReport element, int index) protected void
XmlParser.composeInventoryReport
(String name, InventoryReport element) protected void
XmlParser.composeInventoryReportElements
(InventoryReport element) protected void
JsonParser.composeInventoryReportProperties
(InventoryReport element) protected boolean
XmlParser.parseInventoryReportContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InventoryReport res) protected void
JsonParser.parseInventoryReportProperties
(com.google.gson.JsonObject json, InventoryReport res) -
Uses of InventoryReport in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return InventoryReportModifier and TypeMethodDescriptionInventoryReport.addIdentifier
(Identifier t) InventoryReport.addInventoryListing
(InventoryReport.InventoryReportInventoryListingComponent t) InventoryReport.addNote
(Annotation t) InventoryReport.copy()
InventoryReport.setCountType
(InventoryReport.InventoryCountType value) InventoryReport.setCountTypeElement
(Enumeration<InventoryReport.InventoryCountType> value) InventoryReport.setIdentifier
(List<Identifier> theIdentifier) InventoryReport.setInventoryListing
(List<InventoryReport.InventoryReportInventoryListingComponent> theInventoryListing) InventoryReport.setNote
(List<Annotation> theNote) InventoryReport.setOperationType
(CodeableConcept value) InventoryReport.setOperationTypeReason
(CodeableConcept value) InventoryReport.setReportedDateTime
(Date value) InventoryReport.setReportedDateTimeElement
(DateTimeType value) InventoryReport.setReporter
(Reference value) InventoryReport.setReportingPeriod
(Period value) InventoryReport.setStatus
(InventoryReport.InventoryReportStatus value) InventoryReport.setStatusElement
(Enumeration<InventoryReport.InventoryReportStatus> value) protected InventoryReport
InventoryReport.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport