Files
streamline-emr/docker/streamline-src/resources/lang/en/cancer_protocol.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

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",
];