Method |
Description |
|
canDeleteQueue ( $queue_id ) : boolean |
Check if the given Queue can be deleted (has no tickets assigned and no dependent queues with tickets). |
|
delete ( $queue_id ) |
Delete the queue and the queues that are are solely dependent on it. |
|
getCurrentTicketCount ( $queue_id ) : mixed |
Wrapper to get the current ticket count for the Queue. |
|
getDependentQueues ( PatientTicketing_Queue $qr, $include_closing = true ) : Queue[] |
Get the dependent queues for given Queue resource. |
|
getRootQueue ( $queue_id ) |
|
|
modelToResource ( OEModule\PatientTicketing\models\Queue $queue ) : resource |
Pass through wrapper to generate Queue Resource. |
|
search ( array $params ) |
|
|