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.
This commit is contained in:
2024-04-11 11:16:51 -07:00
parent cb4c6b4c1a
commit 4a89356390
10435 changed files with 107737 additions and 1220538 deletions
@@ -8,6 +8,10 @@ return [
"icd_10_code" => "Icd10 code",
"hmis_out_patient_number" => "HMIS-out-patient No.",
"hmis_inpatient_number" => "HMIS-in-patient No.",
"hmis_outpatient_category" => "HMIS Out-patient Category Option",
"hmis_inpatient_category" => "HMIS Inpatient Category Option",
"outpatient_hmis_category" => "Outpatient HMIS Category",
"inpatient_hmis_category" => "Inpatient HMIS Category",
"hmis_category" => "HMIS category",
"dependent_option" => "Dependent Option",
"diagnosis_prompt" => "Diagnosis prompt",
@@ -37,5 +41,6 @@ return [
"id" => "Id",
"reference_areas_seperate_with_commas" => "Reference areas (Separate with commas)",
"reference_names_seperate_with_commas" => "Reference names (Separate with commas)",
"is_diagnosis_available" => "Is the Diagnosis available?"
"is_diagnosis_available" => "Is the Diagnosis available?",
"diagnosis_category" => "Eye Diagnosis Category",
];