
Uses of Enum Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportStatus
Packages that use InventoryReport.InventoryReportStatus
-
Uses of InventoryReport.InventoryReportStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportStatusModifier and TypeFieldDescriptionprotected Enumeration
<InventoryReport.InventoryReportStatus> InventoryReport.status
The status of the inventory check or notification - whether this is draft (e.g. the report is still pending some updates) or active.Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryReportStatusModifier and TypeMethodDescriptionInventoryReport.getStatus()
Returns the enum constant of this class with the specified name.InventoryReport.InventoryReportStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportStatusModifier and TypeMethodDescriptionInventoryReport.InventoryReportStatusEnumFactory.fromType
(PrimitiveType<?> code) InventoryReport.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportStatusModifier and TypeMethodDescriptionInventoryReport.setStatus
(InventoryReport.InventoryReportStatus value) InventoryReport.InventoryReportStatusEnumFactory.toCode
(InventoryReport.InventoryReportStatus code) InventoryReport.InventoryReportStatusEnumFactory.toSystem
(InventoryReport.InventoryReportStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportStatusModifier and TypeMethodDescriptionInventoryReport.setStatusElement
(Enumeration<InventoryReport.InventoryReportStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportStatusModifierConstructorDescriptionInventoryReport
(InventoryReport.InventoryReportStatus status, InventoryReport.InventoryCountType countType, Date reportedDateTime) Constructor