Uses of Class
org.hl7.fhir.r5.model.InventoryReport.InventoryCountType
-
Packages that use InventoryReport.InventoryCountType Package Description org.hl7.fhir.r5.model -
-
Uses of InventoryReport.InventoryCountType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InventoryReport.InventoryCountType Modifier and Type Field Description protected 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.InventoryCountType Modifier and Type Method Description static InventoryReport.InventoryCountTypeInventoryReport.InventoryCountType. fromCode(String codeString)InventoryReport.InventoryCountTypeInventoryReport.InventoryCountTypeEnumFactory. fromCode(String codeString)InventoryReport.InventoryCountTypeInventoryReport. getCountType()static InventoryReport.InventoryCountTypeInventoryReport.InventoryCountType. valueOf(String name)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.InventoryCountType Modifier and Type Method Description Enumeration<InventoryReport.InventoryCountType>InventoryReport.InventoryCountTypeEnumFactory. fromType(Base code)Enumeration<InventoryReport.InventoryCountType>InventoryReport. getCountTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryCountType Modifier and Type Method Description InventoryReportInventoryReport. setCountType(InventoryReport.InventoryCountType value)StringInventoryReport.InventoryCountTypeEnumFactory. toCode(InventoryReport.InventoryCountType code)StringInventoryReport.InventoryCountTypeEnumFactory. toSystem(InventoryReport.InventoryCountType code)Method parameters in org.hl7.fhir.r5.model with type arguments of type InventoryReport.InventoryCountType Modifier and Type Method Description InventoryReportInventoryReport. setCountTypeElement(Enumeration<InventoryReport.InventoryCountType> value)Constructors in org.hl7.fhir.r5.model with parameters of type InventoryReport.InventoryCountType Constructor Description InventoryReport(InventoryReport.InventoryReportStatus status, InventoryReport.InventoryCountType countType, Date reportedDateTime)Constructor
-