Uses of Class
org.hl7.fhir.r4.model.SupplyDelivery.SupplyDeliveryStatus
-
Packages that use SupplyDelivery.SupplyDeliveryStatus Package Description org.hl7.fhir.r4.model -
-
Uses of SupplyDelivery.SupplyDeliveryStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SupplyDelivery.SupplyDeliveryStatus Modifier and Type Field Description protected Enumeration<SupplyDelivery.SupplyDeliveryStatus>SupplyDelivery. statusA code specifying the state of the dispense event.Methods in org.hl7.fhir.r4.model that return SupplyDelivery.SupplyDeliveryStatus Modifier and Type Method Description static SupplyDelivery.SupplyDeliveryStatusSupplyDelivery.SupplyDeliveryStatus. fromCode(String codeString)SupplyDelivery.SupplyDeliveryStatusSupplyDelivery.SupplyDeliveryStatusEnumFactory. fromCode(String codeString)SupplyDelivery.SupplyDeliveryStatusSupplyDelivery. getStatus()static SupplyDelivery.SupplyDeliveryStatusSupplyDelivery.SupplyDeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SupplyDelivery.SupplyDeliveryStatus[]SupplyDelivery.SupplyDeliveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type SupplyDelivery.SupplyDeliveryStatus Modifier and Type Method Description Enumeration<SupplyDelivery.SupplyDeliveryStatus>SupplyDelivery.SupplyDeliveryStatusEnumFactory. fromType(Base code)Enumeration<SupplyDelivery.SupplyDeliveryStatus>SupplyDelivery. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type SupplyDelivery.SupplyDeliveryStatus Modifier and Type Method Description SupplyDeliverySupplyDelivery. setStatus(SupplyDelivery.SupplyDeliveryStatus value)StringSupplyDelivery.SupplyDeliveryStatusEnumFactory. toCode(SupplyDelivery.SupplyDeliveryStatus code)StringSupplyDelivery.SupplyDeliveryStatusEnumFactory. toSystem(SupplyDelivery.SupplyDeliveryStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type SupplyDelivery.SupplyDeliveryStatus Modifier and Type Method Description SupplyDeliverySupplyDelivery. setStatusElement(Enumeration<SupplyDelivery.SupplyDeliveryStatus> value)
-