Uses of Enum
org.hl7.fhir.r5.model.InventoryReport.InventoryCountType
Packages that use InventoryReport.InventoryCountType
-
Uses of InventoryReport.InventoryCountType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryCountTypeModifier and TypeFieldDescriptionprotected Enumeration<InventoryReport.InventoryCountType>InventoryReport.countTypeWhether the report is about the current inventory count (snapshot) or a differential change in inventory (change).Methods in org.hl7.fhir.r5.model that return InventoryReport.InventoryCountTypeModifier and TypeMethodDescriptionInventoryReport.getCountType()Returns the enum constant of this type with the specified name.static InventoryReport.InventoryCountType[]InventoryReport.InventoryCountType.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.InventoryCountTypeMethods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryCountTypeModifier and TypeMethodDescriptionInventoryReport.setCountType(InventoryReport.InventoryCountType value) InventoryReport.InventoryCountTypeEnumFactory.toCode(InventoryReport.InventoryCountType code) InventoryReport.InventoryCountTypeEnumFactory.toSystem(InventoryReport.InventoryCountType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryCountTypeModifier and TypeMethodDescriptionInventoryReport.setCountTypeElement(Enumeration<InventoryReport.InventoryCountType> value) Constructors in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryCountTypeModifierConstructorDescriptionInventoryReport(InventoryReport.InventoryReportStatus status, InventoryReport.InventoryCountType countType, Date reportedDateTime) Constructor