Uses of Enum
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.statusThe status of the inventory check or notification - whether this is draft (e.g.Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryReportStatusModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type InventoryReport.InventoryReportStatusMethods 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