TSAppointmentStatus

Description

An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.

Values

Name Value Description
sasEmpty 1  
sasBooked 2  
sasArrived 4  
sasSeen 8  
sasClosed 16  
sasInvoiced 32  
sasDeleted 64  
sasConfirmed 128  
sasCancelled 256  
sasDidNotAttend 512  
sasPendingInvoiced 1024  
sasDeclined 2048  

Example



  
Note:

Version information

Added in v7.8.0
value sasNotCancelled removed in v7.8.0
value sasNotCancelled removed in v7.9.1