Skip to content

Commit

Permalink
Created template meds scripting program
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohsudev committed Mar 20, 2024
1 parent e077c6d commit bbf035c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ public TreatmentsFormType(DataEntryFormContext ctx, Module owner)

}
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/model/sources/TreatmentDrugsClinical.js"));
//Added 3-12-2024
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/model/sources/TreatmentDrugsClinical.js"));

// Added: 3-12-2024
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/panel/Med_ValidateDataEntryPanel.js"));
setJavascriptClass("ONPRC_EHR.panel.ClinicalMedicationDataEntryPanel");


if (ctx.getContainer().getActiveModules().contains(ModuleLoader.getInstance().getModule("onprc_billing")))
{
Expand Down

0 comments on commit bbf035c

Please sign in to comment.