2025-02-11 01:02:14 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$appointment_cancellation_status_set = array (
|
2025-02-14 16:35:19 +00:00
|
|
|
'scheduled_done' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ ಅಥವಾ ಯೋಜಿಸಿದಂತೆ ಮಾಡಲಾಗಿದೆ',
|
|
|
|
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
|
2025-02-11 01:02:14 +00:00
|
|
|
);
|