Uses of Class
org.hl7.fhir.r5.model.InventoryReport
-
Uses of InventoryReport in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic InventoryReport
Extensions.addBasedOn
(InventoryReport context, Reference value) Modifier and TypeMethodDescriptionstatic InventoryReport
Extensions.addBasedOn
(InventoryReport context, Reference value) Extensions.getBasedOnList
(InventoryReport context) -
Uses of InventoryReport in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected InventoryReport
JsonParser.parseInventoryReport
(com.google.gson.JsonObject json) protected InventoryReport
XmlParser.parseInventoryReport
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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()