<?PHP
declare(strict_types = 1);
$appointment_cancellation_status_set = array (
  'scheduled_done' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ ಅಥವಾ ಯೋಜಿಸಿದಂತೆ ಮಾಡಲಾಗಿದೆ',
  'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
);