Uses of Enum
org.hl7.fhir.r5.model.InventoryReport.InventoryReportStatus
-
Uses of InventoryReport.InventoryReportStatus in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<InventoryReport.InventoryReportStatus> InventoryReport.status
The status of the inventory check or notification - whether this is draft (e.g.Modifier and TypeMethodDescriptionInventoryReport.getStatus()
Returns the enum constant of this type with the specified name.InventoryReport.InventoryReportStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionInventoryReport.InventoryReportStatusEnumFactory.fromType
(PrimitiveType<?> code) InventoryReport.getStatusElement()
Modifier and TypeMethodDescriptionInventoryReport.setStatus
(InventoryReport.InventoryReportStatus value) InventoryReport.InventoryReportStatusEnumFactory.toCode
(InventoryReport.InventoryReportStatus code) InventoryReport.InventoryReportStatusEnumFactory.toSystem
(InventoryReport.InventoryReportStatus code) Modifier and TypeMethodDescriptionInventoryReport.setStatusElement
(Enumeration<InventoryReport.InventoryReportStatus> value) ModifierConstructorDescriptionInventoryReport
(InventoryReport.InventoryReportStatus status, InventoryReport.InventoryCountType countType, Date reportedDateTime) Constructor