Uses of Class
com.ibm.fhir.model.type.code.SlotStatus
-
Packages that use SlotStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SlotStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SlotStatus Modifier and Type Method Description SlotStatusSlot. getStatus()busy | free | busy-unavailable | busy-tentative | entered-in-error.Methods in com.ibm.fhir.model.resource with parameters of type SlotStatus Modifier and Type Method Description Slot.BuilderSlot.Builder. status(SlotStatus status)busy | free | busy-unavailable | busy-tentative | entered-in-error. -
Uses of SlotStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SlotStatus Modifier and Type Field Description static SlotStatusSlotStatus. BUSYBusystatic SlotStatusSlotStatus. BUSY_TENTATIVEBusy (Tentative)static SlotStatusSlotStatus. BUSY_UNAVAILABLEBusy (Unavailable)static SlotStatusSlotStatus. ENTERED_IN_ERROREntered in errorstatic SlotStatusSlotStatus. FREEFreeMethods in com.ibm.fhir.model.type.code that return SlotStatus Modifier and Type Method Description SlotStatusSlotStatus.Builder. build()static SlotStatusSlotStatus. of(SlotStatus.ValueSet value)Factory method for creating SlotStatus objects from a passed enum value.static SlotStatusSlotStatus. of(String value)Factory method for creating SlotStatus objects from a passed string value.
-