mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
12 lines
315 B
PHP
12 lines
315 B
PHP
<?php
|
|
|
|
return [
|
|
"cancer_protocols" => "Cancer Protocols",
|
|
"add_cancer_protocol" => "Add Cancer Protocol",
|
|
"view_cancer_protocols" => "View Cancer Protocols",
|
|
"inactive_cancer_protocols" => "Inactive Cancer Protocols",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"create" => "Create",
|
|
];
|