ClientStatus
Current status of the client
enum ClientStatus {
ACTIVE
DECEASED
INACTIVE_CANCELLED
INACTIVE_RELOCATION
INACTIVE_TEMPORARY
}
Values
ClientStatus.ACTIVE
Active and currently supplied
ClientStatus.DECEASED
Permanently inactive due to death of client
ClientStatus.INACTIVE_CANCELLED
Permanently inactive due to contract cancellation
ClientStatus.INACTIVE_RELOCATION
Permanently inactive due to relocation of client from the residential park
ClientStatus.INACTIVE_TEMPORARY
Temporary inactive due to various reasons (e.g. hospital stay)
Member Of
Client object