Uses of Class
com.ibm.fhir.model.type.code.SupplyDeliveryStatus
-
Packages that use SupplyDeliveryStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SupplyDeliveryStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SupplyDeliveryStatus Modifier and Type Method Description SupplyDeliveryStatusSupplyDelivery. getStatus()A code specifying the state of the dispense event.Methods in com.ibm.fhir.model.resource with parameters of type SupplyDeliveryStatus Modifier and Type Method Description SupplyDelivery.BuilderSupplyDelivery.Builder. status(SupplyDeliveryStatus status)A code specifying the state of the dispense event. -
Uses of SupplyDeliveryStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SupplyDeliveryStatus Modifier and Type Field Description static SupplyDeliveryStatusSupplyDeliveryStatus. ABANDONEDAbandonedstatic SupplyDeliveryStatusSupplyDeliveryStatus. COMPLETEDDeliveredstatic SupplyDeliveryStatusSupplyDeliveryStatus. ENTERED_IN_ERROREntered In Errorstatic SupplyDeliveryStatusSupplyDeliveryStatus. IN_PROGRESSIn ProgressMethods in com.ibm.fhir.model.type.code that return SupplyDeliveryStatus Modifier and Type Method Description SupplyDeliveryStatusSupplyDeliveryStatus.Builder. build()static SupplyDeliveryStatusSupplyDeliveryStatus. of(SupplyDeliveryStatus.ValueSet value)Factory method for creating SupplyDeliveryStatus objects from a passed enum value.static SupplyDeliveryStatusSupplyDeliveryStatus. of(String value)Factory method for creating SupplyDeliveryStatus objects from a passed string value.
-