Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryReportStatus
-
Packages that use InventoryReport.InventoryReportStatus Package Description org.hl7.fhir.r5.model -
-
Uses of InventoryReport.InventoryReportStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryReportStatus Modifier and Type Field Description protected 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.InventoryReportStatus Modifier and Type Method Description static InventoryReport.InventoryReportStatusInventoryReport.InventoryReportStatus. fromCode(String codeString)InventoryReport.InventoryReportStatusInventoryReport.InventoryReportStatusEnumFactory. fromCode(String codeString)InventoryReport.InventoryReportStatusInventoryReport. getStatus()static InventoryReport.InventoryReportStatusInventoryReport.InventoryReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryReport.InventoryReportStatus[]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.InventoryReportStatus Modifier and Type Method Description Enumeration<InventoryReport.InventoryReportStatus>InventoryReport.InventoryReportStatusEnumFactory. fromType(Base code)Enumeration<InventoryReport.InventoryReportStatus>InventoryReport. getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportStatus Modifier and Type Method Description InventoryReportInventoryReport. setStatus(InventoryReport.InventoryReportStatus value)StringInventoryReport.InventoryReportStatusEnumFactory. toCode(InventoryReport.InventoryReportStatus code)StringInventoryReport.InventoryReportStatusEnumFactory. toSystem(InventoryReport.InventoryReportStatus code)Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryReportStatus Modifier and Type Method Description InventoryReportInventoryReport. setStatusElement(Enumeration<InventoryReport.InventoryReportStatus> value)Constructors in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryReportStatus Constructor Description InventoryReport(InventoryReport.InventoryReportStatus status, InventoryReport.InventoryCountType countType, Date reportedDateTime)Constructor
-