From 05a289851eb8edda565afb2b7f5e74b05424a556 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Thu, 28 May 2026 15:59:06 -0700 Subject: [PATCH] Update copyrights and licenses --- build.gradle | 15 +++++++++++++++ nirc_ehr/build.gradle | 15 +++++++++++++++ .../resources/queries/dbo/auditDeleteEvent.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_account.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_alopecia.sql | 5 +++++ .../resources/queries/dbo/q_alopecia_delete.sql | 5 +++++ .../resources/queries/dbo/q_animal_delivery.sql | 5 +++++ .../queries/dbo/q_animal_delivery_esig.sql | 5 +++++ .../resources/queries/dbo/q_animal_req_order.sql | 5 +++++ .../queries/dbo/q_animal_req_order_esig.sql | 5 +++++ .../resources/queries/dbo/q_animal_shipment.sql | 5 +++++ .../resources/queries/dbo/q_animal_vendor.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_areas.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_arrival.sql | 5 +++++ .../resources/queries/dbo/q_arrival_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_assignment.sql | 5 +++++ .../resources/queries/dbo/q_assignment_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_biopsy.sql | 5 +++++ .../resources/queries/dbo/q_biopsy_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_births.sql | 5 +++++ .../resources/queries/dbo/q_births_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_blood.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_blood_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_breeder.sql | 5 +++++ .../resources/queries/dbo/q_breeder_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_buildings.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_cage_card.sql | 5 +++++ .../resources/queries/dbo/q_cage_card_history.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_cages.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_cases.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_cases_delete.sql | 5 +++++ .../resources/queries/dbo/q_chemistryResults.sql | 5 +++++ .../queries/dbo/q_chemistryResults_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_clinremarks.sql | 5 +++++ .../queries/dbo/q_clinremarks_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_deaths.sql | 5 +++++ .../resources/queries/dbo/q_deaths_delete.sql | 5 +++++ .../resources/queries/dbo/q_deleted_record.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_demographics.sql | 5 +++++ .../queries/dbo/q_demographics_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_department.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_departure.sql | 5 +++++ .../resources/queries/dbo/q_departure_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_drug.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_drug_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_exemptions.sql | 5 +++++ .../resources/queries/dbo/q_exemptions_delete.sql | 5 +++++ .../resources/queries/dbo/q_finalDeparture.sql | 5 +++++ .../resources/queries/dbo/q_flag_categories.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_flag_values.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_flags.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_flags_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_floors.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_foster.sql | 5 +++++ .../resources/queries/dbo/q_foster_delete.sql | 5 +++++ .../resources/queries/dbo/q_histopathology.sql | 5 +++++ .../resources/queries/dbo/q_historicalOther.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_housing.sql | 5 +++++ .../resources/queries/dbo/q_housing_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_idHistory.sql | 5 +++++ .../resources/queries/dbo/q_latestArrival.sql | 5 +++++ .../resources/queries/dbo/q_latestDeparture.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_lookups.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_lot_number.sql | 5 +++++ .../resources/queries/dbo/q_modified_event.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_necropsy.sql | 5 +++++ .../resources/queries/dbo/q_necropsy_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_notes.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_notes_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_observations.sql | 5 +++++ .../queries/dbo/q_observations_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_pairings.sql | 5 +++++ .../resources/queries/dbo/q_pairings_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_physicalExam.sql | 5 +++++ .../queries/dbo/q_physicalExam_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_prc.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_prc_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_pregnancy.sql | 5 +++++ .../resources/queries/dbo/q_pregnancy_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_procedures.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_project.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_protocol.sql | 5 +++++ .../queries/dbo/q_protocolAssignment.sql | 5 +++++ .../queries/dbo/q_protocol_amendments.sql | 5 +++++ .../resources/queries/dbo/q_protocol_counts.sql | 5 +++++ .../resources/queries/dbo/q_protocol_esig.sql | 5 +++++ .../queries/dbo/q_protocol_procedures.sql | 5 +++++ .../resources/queries/dbo/q_protocol_stress.sql | 5 +++++ .../resources/queries/dbo/q_protocol_usage.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_question.sql | 5 +++++ .../resources/queries/dbo/q_question_response.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_rooms.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_serology.sql | 5 +++++ .../resources/queries/dbo/q_serology_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_ship_to.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_species.sql | 5 +++++ .../resources/queries/dbo/q_species_codes.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_staff.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_status.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_stress.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_vitals.sql | 5 +++++ .../resources/queries/dbo/q_vitals_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/q_weight.sql | 5 +++++ .../resources/queries/dbo/q_weight_delete.sql | 5 +++++ nirc_ehr/resources/queries/dbo/staffInfo.sql | 5 +++++ .../resources/queries/ehr/activeProtocols.sql | 5 +++++ nirc_ehr/resources/queries/ehr/my_tasks.sql | 2 +- nirc_ehr/resources/queries/ehr/protocol.js | 5 +++++ .../queries/ehr/protocolActiveAnimals.sql | 2 +- .../resources/queries/ehr/protocolAnimals.sql | 2 +- .../queries/ehr/protocolHistoricAnimals.sql | 2 +- .../queries/ehr/protocolTotalAnimalsBySpecies.sql | 2 +- .../resources/queries/ehr_lookups/buildings.js | 5 +++++ nirc_ehr/resources/queries/ehr_lookups/cage.js | 5 +++++ nirc_ehr/resources/queries/ehr_lookups/floors.js | 5 +++++ .../queries/ehr_lookups/roomUtilization.sql | 5 +++++ .../ehr_lookups/roomUtilizationByBuilding.sql | 2 +- nirc_ehr/resources/queries/ehr_lookups/rooms.js | 5 +++++ .../queries/nirc_ehr/QuestionResponse.js | 5 +++++ .../resources/queries/nirc_ehr/casesSource.sql | 5 +++++ nirc_ehr/resources/queries/nirc_ehr/casesTemp.js | 5 +++++ nirc_ehr/resources/queries/nirc_ehr/dateRange.sql | 2 +- .../resources/queries/nirc_ehr/necropsyTasks.sql | 5 +++++ .../resources/queries/study/AcquisitionReport.sql | 5 +++++ .../queries/study/AcquisitionReportBySpecies.sql | 5 +++++ .../queries/study/BehaviorClinRemarks.sql | 5 +++++ .../queries/study/ClinicalClinRemarks.sql | 5 +++++ .../study/CurrentProtocolProjectReport.sql | 5 +++++ nirc_ehr/resources/queries/study/MHC.js | 5 +++++ nirc_ehr/resources/queries/study/Pedigree.sql | 2 +- nirc_ehr/resources/queries/study/Weight.js | 5 +++++ .../resources/queries/study/activeAssignments.sql | 5 +++++ .../queries/study/activeBehaviorCases.sql | 5 +++++ .../queries/study/activeClinicalCases.sql | 5 +++++ .../queries/study/activeProjectsFromHousing.sql | 5 +++++ .../queries/study/activeTreatmentOrders.sql | 5 +++++ nirc_ehr/resources/queries/study/alias.js | 5 +++++ nirc_ehr/resources/queries/study/aliases.sql | 5 +++++ nirc_ehr/resources/queries/study/arrival.js | 5 +++++ nirc_ehr/resources/queries/study/assignment.js | 5 +++++ .../resources/queries/study/behaviorCases.sql | 5 +++++ .../queries/study/behaviorObservations.sql | 5 +++++ nirc_ehr/resources/queries/study/birth.js | 5 +++++ .../resources/queries/study/bloodDrawChanges.sql | 2 +- nirc_ehr/resources/queries/study/cases.js | 2 +- .../resources/queries/study/clinicalCases.sql | 5 +++++ .../queries/study/clinicalObservations.sql | 5 +++++ .../queries/study/clinical_observations.js | 2 +- .../study/clinical_observationsSummary.sql | 5 +++++ nirc_ehr/resources/queries/study/clinremarks.js | 5 +++++ .../queries/study/colonyPopulationChange.sql | 2 +- .../resources/queries/study/currentBloodDraws.sql | 2 +- .../resources/queries/study/currentproject.sql | 5 +++++ .../resources/queries/study/deathNotification.sql | 5 +++++ nirc_ehr/resources/queries/study/deaths.js | 5 +++++ nirc_ehr/resources/queries/study/demographics.js | 2 +- .../queries/study/demographicsActiveFlags.sql | 5 +++++ .../study/demographicsActiveProjectAssignment.sql | 5 +++++ .../demographicsActiveProtocolAssignment.sql | 5 +++++ .../queries/study/demographicsAliases.sql | 5 +++++ .../queries/study/demographicsCagemates.sql | 5 +++++ .../queries/study/demographicsCurLocation.sql | 2 +- .../queries/study/demographicsLastProject.sql | 5 +++++ .../queries/study/demographicsLastProtocol.sql | 5 +++++ .../queries/study/demographicsOffspring.sql | 2 +- .../queries/study/demographicsParents.sql | 2 +- .../queries/study/demographicsSiblings.sql | 2 +- .../queries/study/demographicsSource.sql | 5 +++++ .../queries/study/demographicsTotalOffspring.sql | 2 +- nirc_ehr/resources/queries/study/departure.js | 5 +++++ nirc_ehr/resources/queries/study/drug.js | 5 +++++ nirc_ehr/resources/queries/study/exemptions.js | 5 +++++ nirc_ehr/resources/queries/study/flags.js | 5 +++++ .../resources/queries/study/grossPathology.js | 5 +++++ nirc_ehr/resources/queries/study/housing.js | 5 +++++ nirc_ehr/resources/queries/study/necropsy.js | 5 +++++ .../resources/queries/study/necropsyStatus.sql | 5 +++++ nirc_ehr/resources/queries/study/nhpTraining.js | 5 +++++ nirc_ehr/resources/queries/study/notes.js | 5 +++++ .../queries/study/notificationAnimalProject.sql | 5 +++++ .../queries/study/observationOrdersByDate.sql | 5 +++++ .../queries/study/observationSchedule.sql | 5 +++++ .../resources/queries/study/observation_order.js | 5 +++++ nirc_ehr/resources/queries/study/orchardData.sql | 5 +++++ .../queries/study/orchardIdsForTaskid.sql | 5 +++++ .../resources/queries/study/pairingSummary.sql | 5 +++++ nirc_ehr/resources/queries/study/pairings.js | 5 +++++ .../resources/queries/study/parentageSummary.sql | 2 +- nirc_ehr/resources/queries/study/prc.js | 5 +++++ nirc_ehr/resources/queries/study/prcOverdue.sql | 5 +++++ .../queries/study/prcOverdueNotification.sql | 5 +++++ nirc_ehr/resources/queries/study/prcSchedule.sql | 5 +++++ nirc_ehr/resources/queries/study/prc_order.js | 5 +++++ .../resources/queries/study/prc_order_report.sql | 5 +++++ nirc_ehr/resources/queries/study/pregnancy.js | 5 +++++ .../resources/queries/study/protocolAssignment.js | 5 +++++ nirc_ehr/resources/queries/study/recentCases.sql | 5 +++++ .../resources/queries/study/tissueDisposition.js | 5 +++++ .../resources/queries/study/treatmentSchedule.sql | 5 +++++ .../resources/queries/study/treatment_order.js | 5 +++++ nirc_ehr/resources/queries/study/vitals.js | 5 +++++ .../postgresql/nirc_ehr-0.000-25.000.sql | 5 +++++ .../postgresql/nirc_ehr-25.000-25.001.sql | 5 +++++ nirc_ehr/resources/scripts/nirc_triggers.js | 5 +++++ nirc_ehr/resources/web/ehr/metadata/Default.js | 5 +++++ .../buttons/ProcedureOrderCompleteButton.js | 5 +++++ .../web/nirc_ehr/buttons/RecordProcedureButton.js | 5 +++++ .../web/nirc_ehr/buttons/RecordTreatmentButton.js | 5 +++++ .../web/nirc_ehr/buttons/SelectCaseButton.js | 5 +++++ .../web/nirc_ehr/buttons/addClinicalObsButton.js | 5 +++++ .../web/nirc_ehr/buttons/clinicalObsGridButton.js | 5 +++++ .../web/nirc_ehr/buttons/deathNecropsyButtons.js | 5 +++++ .../web/nirc_ehr/buttons/necropsyGridButtons.js | 5 +++++ .../web/nirc_ehr/buttons/saveDraftButton.js | 5 +++++ .../web/nirc_ehr/buttons/treatmentSubmit.js | 5 +++++ .../nirc_ehr/data/AssignmentsAnyIdClientStore.js | 5 +++++ .../web/nirc_ehr/data/AssignmentsClientStore.js | 5 +++++ .../web/nirc_ehr/data/CaseClientStore.js | 5 +++++ .../web/nirc_ehr/data/CaseStoreCollection.js | 2 +- .../data/ClinicalObservationClientStore.js | 5 +++++ .../DrugAdministrationRunsChildClientStore.js | 5 +++++ .../data/DrugAdministrationRunsClientStore.js | 5 +++++ .../web/nirc_ehr/data/ObsOrderChildClientStore.js | 5 +++++ .../web/nirc_ehr/data/ObsOrdersClientStore.js | 5 +++++ .../resources/web/nirc_ehr/field/AnimalIdCases.js | 5 +++++ .../web/nirc_ehr/field/DrugVolumeField.js | 5 +++++ nirc_ehr/resources/web/nirc_ehr/field/EditCase.js | 5 +++++ .../resources/web/nirc_ehr/field/LocationField.js | 2 +- .../resources/web/nirc_ehr/model/sources/Alias.js | 5 +++++ .../web/nirc_ehr/model/sources/Arrival.js | 5 +++++ .../web/nirc_ehr/model/sources/Assignment.js | 5 +++++ .../nirc_ehr/model/sources/BehaviorDefaults.js | 5 +++++ .../web/nirc_ehr/model/sources/BehaviorRounds.js | 5 +++++ .../web/nirc_ehr/model/sources/BehavioralCase.js | 5 +++++ .../resources/web/nirc_ehr/model/sources/Birth.js | 5 +++++ .../web/nirc_ehr/model/sources/BulkBehavior.js | 5 +++++ .../web/nirc_ehr/model/sources/BulkClinical.js | 5 +++++ .../web/nirc_ehr/model/sources/ClinicalCase.js | 5 +++++ .../nirc_ehr/model/sources/ClinicalDefaults.js | 2 +- .../web/nirc_ehr/model/sources/ClinicalRounds.js | 5 +++++ .../web/nirc_ehr/model/sources/DeathNecropsy.js | 5 +++++ .../nirc_ehr/model/sources/MedicationEndDate.js | 5 +++++ .../web/nirc_ehr/model/sources/NIRCDefault.js | 5 +++++ .../web/nirc_ehr/model/sources/ObsDefaults.js | 5 +++++ .../web/nirc_ehr/model/sources/ParentChild.js | 5 +++++ .../web/nirc_ehr/model/sources/Pregnancy.js | 5 +++++ .../web/nirc_ehr/model/sources/Rearrival.js | 5 +++++ .../nirc_ehr/model/sources/TreatmentSchedule.js | 5 +++++ nirc_ehr/resources/web/nirc_ehr/nircOverrides.js | 5 +++++ nirc_ehr/resources/web/nirc_ehr/nircReports.js | 5 +++++ .../web/nirc_ehr/panel/AnimalDetailsPanel.js | 5 +++++ .../nirc_ehr/panel/ArrivalInstructionsPanel.js | 5 +++++ .../web/nirc_ehr/panel/BirthInstructionsPanel.js | 5 +++++ .../web/nirc_ehr/panel/BloodSummaryPanel.js | 2 +- .../web/nirc_ehr/panel/CaseHistoryPanel.js | 5 +++++ .../web/nirc_ehr/panel/ClinicalHistoryPanel.js | 5 +++++ .../web/nirc_ehr/panel/InstructionsPanel.js | 5 +++++ .../nirc_ehr/panel/NIRCExamCasesDataEntryPanel.js | 5 +++++ .../web/nirc_ehr/panel/NarrowSnapshotPanel.js | 5 +++++ .../web/nirc_ehr/panel/SelectCasePanel.js | 5 +++++ .../resources/web/nirc_ehr/panel/SnapshotPanel.js | 5 +++++ .../resources/web/nirc_ehr/plugin/RowEditor.js | 5 +++++ nirc_ehr/resources/web/nirc_ehr/utils.js | 5 +++++ .../web/nirc_ehr/window/AddAnimalsWindow.js | 5 +++++ .../web/nirc_ehr/window/CopyFromSectionWindow.js | 2 +- .../web/nirc_ehr/window/DrugAmountWindow.js | 5 +++++ .../window/MarkTreatmentCompletedWindow.js | 2 +- .../web/nirc_ehr/window/NIRCCaseHistoryWindow.js | 5 +++++ .../nirc_ehr/window/NIRCClinicalHistoryWindow.js | 5 +++++ .../web/nirc_ehr/window/NIRCRecentCasesWindow.js | 5 +++++ .../nirc_ehr/window/NIRCRecentRemarksWindow.js | 5 +++++ .../web/nirc_ehr/window/SelectCaseWindow.js | 5 +++++ .../labkey/nirc_ehr/NIRCOrchardFileGenerator.java | 15 +++++++++++++++ .../src/org/labkey/nirc_ehr/NIRC_EHRManager.java | 15 +++++++++++++++ .../src/org/labkey/nirc_ehr/NIRC_EHRModule.java | 2 +- .../src/org/labkey/nirc_ehr/NIRC_EHRSchema.java | 15 +++++++++++++++ .../buttons/MarkTreatmentCompletedButton.java | 15 +++++++++++++++ .../columnTransform/NIRCUserCreateTransform.java | 15 +++++++++++++++ .../dataentry/form/NIRCAliasFormType.java | 15 +++++++++++++++ .../form/NIRCAnimalTrainingFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCArrivalFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCAssignmentFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCBaseTaskFormType.java | 15 +++++++++++++++ .../form/NIRCBehaviorRoundsFormType.java | 15 +++++++++++++++ .../form/NIRCBehavioralCasesFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCBirthFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCBuildingFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCBulkBehaviorFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCBulkClinicalFormType.java | 15 +++++++++++++++ .../nirc_ehr/dataentry/form/NIRCCageFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCCasesFormType.java | 15 +++++++++++++++ .../form/NIRCChemistryImportFormType.java | 15 +++++++++++++++ .../form/NIRCClinicalObservationsFormType.java | 15 +++++++++++++++ .../form/NIRCClinicalRoundsFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCDeathNecropsyFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCDepartureFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCExemptionsFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCFlagsFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCFloorFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCHousingFormType.java | 15 +++++++++++++++ .../form/NIRCMedicationTreatmentFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCNotesFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCPairingsFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCPregnancyFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCProjectFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCProtocolFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCRearrivalFormType.java | 15 +++++++++++++++ .../nirc_ehr/dataentry/form/NIRCRoomFormType.java | 15 +++++++++++++++ .../form/NIRCSerologyImportFormType.java | 15 +++++++++++++++ .../dataentry/form/NIRCWeightFormType.java | 15 +++++++++++++++ .../dataentry/section/BaseFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCAliasFormSection.java | 15 +++++++++++++++ .../section/NIRCAnimalDetailsFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCArrivalFormSection.java | 15 +++++++++++++++ .../NIRCArrivalInstructionsFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCBirthFormSection.java | 15 +++++++++++++++ .../section/NIRCBirthInstructionsFormSection.java | 15 +++++++++++++++ .../section/NIRCBloodDrawFormSection.java | 15 +++++++++++++++ .../section/NIRCCaseTemplateFormSection.java | 15 +++++++++++++++ .../section/NIRCCasesFormPanelSection.java | 15 +++++++++++++++ .../NIRCClinicalObservationsFormSection.java | 15 +++++++++++++++ .../NIRCClinicalRemarksFormPanelSection.java | 15 +++++++++++++++ .../section/NIRCClinicalRemarksFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCDeathFormSection.java | 15 +++++++++++++++ .../section/NIRCDepartureFormSection.java | 15 +++++++++++++++ .../section/NIRCExemptionsFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCFlagsFormSection.java | 15 +++++++++++++++ .../section/NIRCGrossPathologyFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCHousingFormSection.java | 15 +++++++++++++++ .../section/NIRCNecropsyFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCNotesFormSection.java | 15 +++++++++++++++ .../section/NIRCObservationOrdersFormSection.java | 15 +++++++++++++++ .../section/NIRCPregnancyFormSection.java | 15 +++++++++++++++ .../section/NIRCProcedureFormSection.java | 15 +++++++++++++++ .../section/NIRCProcedureOrderFormSection.java | 15 +++++++++++++++ .../section/NIRCProjectAssignmentFormSection.java | 15 +++++++++++++++ .../NIRCProtocolAssignmentFormSection.java | 15 +++++++++++++++ .../section/NIRCRearrivalFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCTaskFormSection.java | 15 +++++++++++++++ .../section/NIRCTissueDispositionFormSection.java | 15 +++++++++++++++ .../section/NIRCTreatmentGivenFormSection.java | 15 +++++++++++++++ .../section/NIRCTreatmentOrderFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCVitalsFormSection.java | 15 +++++++++++++++ .../dataentry/section/NIRCWeightFormSection.java | 15 +++++++++++++++ .../ActiveAssignmentsDemographicsProvider.java | 2 +- .../ActiveCasesDemographicsProvider.java | 15 +++++++++++++++ .../ActiveFlagsDemographicsProvider.java | 2 +- .../ActiveTreatmentsDemographicsProvider.java | 15 +++++++++++++++ .../CagematesDemographicsProvider.java | 15 +++++++++++++++ .../demographics/HousingDemographicsProvider.java | 2 +- .../NecropsyStatusDemographicsProvider.java | 15 +++++++++++++++ .../ProtocolAssignmentDemographicsProvider.java | 15 +++++++++++++++ .../nirc_ehr/history/ArrivalDataSource.java | 15 +++++++++++++++ .../labkey/nirc_ehr/history/BiopsyDataSource.java | 15 +++++++++++++++ .../labkey/nirc_ehr/history/BirthDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/BloodDrawDataSource.java | 2 +- .../nirc_ehr/history/BreederDataSource.java | 2 +- .../labkey/nirc_ehr/history/DeathDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/DepartureDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/DrugAdminDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/ExemptionsDataSource.java | 15 +++++++++++++++ .../labkey/nirc_ehr/history/FlagsDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/FosteringDataSource.java | 2 +- .../history/HistopathologyDataSource.java | 2 +- .../NIRCBehaviorObservationsDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/NIRCCaseCloseDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/NIRCCaseOpenDataSource.java | 15 +++++++++++++++ .../NIRCClinicalObservationsDataSource.java | 15 +++++++++++++++ .../history/NIRCClinicalRemarksDataSource.java | 15 +++++++++++++++ .../history/NIRCEndTreatmentOrderDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/NIRCHousingDataSource.java | 15 +++++++++++++++ .../history/NIRCObservationOrdersDataSource.java | 15 +++++++++++++++ .../history/NIRCObservationsDataSource.java | 15 +++++++++++++++ .../history/NIRCProcedureOrdersDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/NIRCVitalsDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/PairingsDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/PhysicalExamDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/PregnancyDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/ProceduresDataSource.java | 15 +++++++++++++++ .../history/ProjectAssignmentDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/ProtocolDataSource.java | 15 +++++++++++++++ .../nirc_ehr/history/SerologyDataSource.java | 15 +++++++++++++++ .../NIRCClinicalMoveNotification.java | 15 +++++++++++++++ .../notification/NIRCDeathNotification.java | 2 +- .../NIRCPregnancyOutcomeNotification.java | 2 +- .../NIRCProcedureOverdueNotification.java | 15 +++++++++++++++ .../nirc_ehr/notification/NotificationHelper.java | 15 +++++++++++++++ .../notification/TriggerScriptNotification.java | 15 +++++++++++++++ .../nirc_ehr/query/NIRC_EHRTriggerHelper.java | 15 +++++++++++++++ .../labkey/nirc_ehr/query/NIRC_EHRUserSchema.java | 15 +++++++++++++++ .../security/NIRCEHRVetTechPermission.java | 15 +++++++++++++++ .../nirc_ehr/security/NIRCEHRVetTechRole.java | 15 +++++++++++++++ .../labkey/nirc_ehr/table/NIRC_EHRCustomizer.java | 15 +++++++++++++++ .../table/NIRC_EHRSharedDatasetTrigger.java | 15 +++++++++++++++ .../table/NIRC_EHRTriggerScriptFactory.java | 15 +++++++++++++++ .../tests.nirc_ehr/NIRC_EHRTest.java | 2 +- 396 files changed, 2982 insertions(+), 37 deletions(-) diff --git a/build.gradle b/build.gradle index e5a92d03..bd638294 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.labkey.gradle.util.BuildUtils import org.labkey.gradle.util.ModuleFinder diff --git a/nirc_ehr/build.gradle b/nirc_ehr/build.gradle index 64bb8ee1..68088283 100644 --- a/nirc_ehr/build.gradle +++ b/nirc_ehr/build.gradle @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.labkey.gradle.util.BuildUtils repositories diff --git a/nirc_ehr/resources/queries/dbo/auditDeleteEvent.sql b/nirc_ehr/resources/queries/dbo/auditDeleteEvent.sql index 74b98ac7..2c58cdff 100644 --- a/nirc_ehr/resources/queries/dbo/auditDeleteEvent.sql +++ b/nirc_ehr/resources/queries/dbo/auditDeleteEvent.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- subquery to extract an animal event from AUDIT_TRAIL.REFERENCE to identify delete event SELECT auditSubQuery.objectid, diff --git a/nirc_ehr/resources/queries/dbo/q_account.sql b/nirc_ehr/resources/queries/dbo/q_account.sql index 00a6d9c3..c18eee7d 100644 --- a/nirc_ehr/resources/queries/dbo/q_account.sql +++ b/nirc_ehr/resources/queries/dbo/q_account.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ac.ACCOUNT_ID as AccountId, ac.ACCOUNT_NUMBER as AccountNumber, diff --git a/nirc_ehr/resources/queries/dbo/q_alopecia.sql b/nirc_ehr/resources/queries/dbo/q_alopecia.sql index ac489d3a..322c1041 100644 --- a/nirc_ehr/resources/queries/dbo/q_alopecia.sql +++ b/nirc_ehr/resources/queries/dbo/q_alopecia.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS date, diff --git a/nirc_ehr/resources/queries/dbo/q_alopecia_delete.sql b/nirc_ehr/resources/queries/dbo/q_alopecia_delete.sql index bed57284..cb1f016c 100644 --- a/nirc_ehr/resources/queries/dbo/q_alopecia_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_alopecia_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_animal_delivery.sql b/nirc_ehr/resources/queries/dbo/q_animal_delivery.sql index 9eb99ba9..5cf3b543 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_delivery.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_delivery.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ad.ANIMAL_DELIVERY_ID as AnimalDeliveryId, ad.ANIMAL_SHIPMENT_ID as AnimalShipment, diff --git a/nirc_ehr/resources/queries/dbo/q_animal_delivery_esig.sql b/nirc_ehr/resources/queries/dbo/q_animal_delivery_esig.sql index 07ea1dfa..1210c269 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_delivery_esig.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_delivery_esig.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ID as EsigId, ANIMAL_DELIVERY_ID as AnimalDelivery, diff --git a/nirc_ehr/resources/queries/dbo/q_animal_req_order.sql b/nirc_ehr/resources/queries/dbo/q_animal_req_order.sql index 99174933..f8222aaa 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_req_order.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_req_order.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ar.ANIMAL_REQ_ORDER_ID as AnimalReqOrderId, ar.ANIMAL_VENDOR_ID as AnimalVendor, diff --git a/nirc_ehr/resources/queries/dbo/q_animal_req_order_esig.sql b/nirc_ehr/resources/queries/dbo/q_animal_req_order_esig.sql index 5434197d..bcce338f 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_req_order_esig.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_req_order_esig.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ID as EsigId, ANIMAL_REQ_ORDER_ID as AnimalReqOrder, diff --git a/nirc_ehr/resources/queries/dbo/q_animal_shipment.sql b/nirc_ehr/resources/queries/dbo/q_animal_shipment.sql index 096568d9..decfb513 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_shipment.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_shipment.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ans.ANIMAL_SHIPMENT_ID as AnimalShipmentId, ans.RECEIVED_BY_STAFF_ID.STAFF_FIRST_NAME diff --git a/nirc_ehr/resources/queries/dbo/q_animal_vendor.sql b/nirc_ehr/resources/queries/dbo/q_animal_vendor.sql index dbf67292..34e93385 100644 --- a/nirc_ehr/resources/queries/dbo/q_animal_vendor.sql +++ b/nirc_ehr/resources/queries/dbo/q_animal_vendor.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT av.ANIMAL_VENDOR_ID as AnimalVendorId, av.VENDOR_APPROVAL_CODE_ID as VendorApprovalCode, diff --git a/nirc_ehr/resources/queries/dbo/q_areas.sql b/nirc_ehr/resources/queries/dbo/q_areas.sql index fb2d066e..9e896a7a 100644 --- a/nirc_ehr/resources/queries/dbo/q_areas.sql +++ b/nirc_ehr/resources/queries/dbo/q_areas.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT LOCATION_ID AS area, LOCATION_NAME AS description, FROM LOCATION diff --git a/nirc_ehr/resources/queries/dbo/q_arrival.sql b/nirc_ehr/resources/queries/dbo/q_arrival.sql index 954d87d3..b9accad8 100644 --- a/nirc_ehr/resources/queries/dbo/q_arrival.sql +++ b/nirc_ehr/resources/queries/dbo/q_arrival.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anm.ANIMAL_ID_NUMBER AS Id, (CASE diff --git a/nirc_ehr/resources/queries/dbo/q_arrival_delete.sql b/nirc_ehr/resources/queries/dbo/q_arrival_delete.sql index 203a2c74..e8f5bec2 100644 --- a/nirc_ehr/resources/queries/dbo/q_arrival_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_arrival_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_assignment.sql b/nirc_ehr/resources/queries/dbo/q_assignment.sql index 04bf8acf..8b6393f9 100644 --- a/nirc_ehr/resources/queries/dbo/q_assignment.sql +++ b/nirc_ehr/resources/queries/dbo/q_assignment.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT alt.ALTERNATE_ID AS "objectId", anm.ANIMAL_ID, anm.ANIMAL_ID_NUMBER AS "Id", diff --git a/nirc_ehr/resources/queries/dbo/q_assignment_delete.sql b/nirc_ehr/resources/queries/dbo/q_assignment_delete.sql index 52528d5f..41f7c475 100644 --- a/nirc_ehr/resources/queries/dbo/q_assignment_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_assignment_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('Alternate_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_biopsy.sql b/nirc_ehr/resources/queries/dbo/q_biopsy.sql index 95ea5ea6..5229cefa 100644 --- a/nirc_ehr/resources/queries/dbo/q_biopsy.sql +++ b/nirc_ehr/resources/queries/dbo/q_biopsy.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS biopsyDate, diff --git a/nirc_ehr/resources/queries/dbo/q_biopsy_delete.sql b/nirc_ehr/resources/queries/dbo/q_biopsy_delete.sql index 95b470a2..4357b9c5 100644 --- a/nirc_ehr/resources/queries/dbo/q_biopsy_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_biopsy_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, 18) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified diff --git a/nirc_ehr/resources/queries/dbo/q_births.sql b/nirc_ehr/resources/queries/dbo/q_births.sql index 9dee8a1f..3d6904c9 100644 --- a/nirc_ehr/resources/queries/dbo/q_births.sql +++ b/nirc_ehr/resources/queries/dbo/q_births.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anm.ANIMAL_ID_NUMBER AS participantId, anm.BIRTH_DATE AS birthDate, (CASE diff --git a/nirc_ehr/resources/queries/dbo/q_births_delete.sql b/nirc_ehr/resources/queries/dbo/q_births_delete.sql index f289a950..3101a855 100644 --- a/nirc_ehr/resources/queries/dbo/q_births_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_births_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT an.ANIMAL_ID_NUMBER AS Id, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_blood.sql b/nirc_ehr/resources/queries/dbo/q_blood.sql index 853d32b7..8a6f0b95 100644 --- a/nirc_ehr/resources/queries/dbo/q_blood.sql +++ b/nirc_ehr/resources/queries/dbo/q_blood.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS bloodDate, diff --git a/nirc_ehr/resources/queries/dbo/q_blood_delete.sql b/nirc_ehr/resources/queries/dbo/q_blood_delete.sql index da26167e..c2171ba1 100644 --- a/nirc_ehr/resources/queries/dbo/q_blood_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_blood_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, 18) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified diff --git a/nirc_ehr/resources/queries/dbo/q_breeder.sql b/nirc_ehr/resources/queries/dbo/q_breeder.sql index c0a55b1e..a1db7075 100644 --- a/nirc_ehr/resources/queries/dbo/q_breeder.sql +++ b/nirc_ehr/resources/queries/dbo/q_breeder.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS administrationDate, diff --git a/nirc_ehr/resources/queries/dbo/q_breeder_delete.sql b/nirc_ehr/resources/queries/dbo/q_breeder_delete.sql index 9007e5ce..f756ce35 100644 --- a/nirc_ehr/resources/queries/dbo/q_breeder_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_breeder_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_buildings.sql b/nirc_ehr/resources/queries/dbo/q_buildings.sql index 6218e32e..8dd5ddd7 100644 --- a/nirc_ehr/resources/queries/dbo/q_buildings.sql +++ b/nirc_ehr/resources/queries/dbo/q_buildings.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT building.LOCATION_ID AS name, building.LOCATION_NAME AS description, diff --git a/nirc_ehr/resources/queries/dbo/q_cage_card.sql b/nirc_ehr/resources/queries/dbo/q_cage_card.sql index 9b3c027b..e9d64953 100644 --- a/nirc_ehr/resources/queries/dbo/q_cage_card.sql +++ b/nirc_ehr/resources/queries/dbo/q_cage_card.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT cc.CAGE_CARD_ID AS CageCardId, s.PROTOCOL_ID AS Protocol, diff --git a/nirc_ehr/resources/queries/dbo/q_cage_card_history.sql b/nirc_ehr/resources/queries/dbo/q_cage_card_history.sql index 6bcf57f2..0313509d 100644 --- a/nirc_ehr/resources/queries/dbo/q_cage_card_history.sql +++ b/nirc_ehr/resources/queries/dbo/q_cage_card_history.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT cc.CAGE_CARD_ID AS CageCardId, cc.ANIMAL_DELIVERY_ID AS AnimalDelivery, diff --git a/nirc_ehr/resources/queries/dbo/q_cages.sql b/nirc_ehr/resources/queries/dbo/q_cages.sql index 0f7e34ce..f851e38a 100644 --- a/nirc_ehr/resources/queries/dbo/q_cages.sql +++ b/nirc_ehr/resources/queries/dbo/q_cages.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT cage.LOCATION_ID AS location, cage.LOCATION_NAME AS cage, diff --git a/nirc_ehr/resources/queries/dbo/q_cases.sql b/nirc_ehr/resources/queries/dbo/q_cases.sql index 79c6d9f7..d8a19076 100644 --- a/nirc_ehr/resources/queries/dbo/q_cases.sql +++ b/nirc_ehr/resources/queries/dbo/q_cases.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM ( SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, diff --git a/nirc_ehr/resources/queries/dbo/q_cases_delete.sql b/nirc_ehr/resources/queries/dbo/q_cases_delete.sql index 842987f0..b5e21044 100644 --- a/nirc_ehr/resources/queries/dbo/q_cases_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_cases_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ade.objectid, ade.modified, ade.REFERENCE, diff --git a/nirc_ehr/resources/queries/dbo/q_chemistryResults.sql b/nirc_ehr/resources/queries/dbo/q_chemistryResults.sql index c7026044..a2983ff7 100644 --- a/nirc_ehr/resources/queries/dbo/q_chemistryResults.sql +++ b/nirc_ehr/resources/queries/dbo/q_chemistryResults.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS administrationDate, diff --git a/nirc_ehr/resources/queries/dbo/q_chemistryResults_delete.sql b/nirc_ehr/resources/queries/dbo/q_chemistryResults_delete.sql index 67ce839c..9c51cfe2 100644 --- a/nirc_ehr/resources/queries/dbo/q_chemistryResults_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_chemistryResults_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_clinremarks.sql b/nirc_ehr/resources/queries/dbo/q_clinremarks.sql index 035a6e63..5d6de26d 100644 --- a/nirc_ehr/resources/queries/dbo/q_clinremarks.sql +++ b/nirc_ehr/resources/queries/dbo/q_clinremarks.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS administrationDate, diff --git a/nirc_ehr/resources/queries/dbo/q_clinremarks_delete.sql b/nirc_ehr/resources/queries/dbo/q_clinremarks_delete.sql index 7e25d29f..d0395a2f 100644 --- a/nirc_ehr/resources/queries/dbo/q_clinremarks_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_clinremarks_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_deaths.sql b/nirc_ehr/resources/queries/dbo/q_deaths.sql index fcbc37d8..3a4c38a2 100644 --- a/nirc_ehr/resources/queries/dbo/q_deaths.sql +++ b/nirc_ehr/resources/queries/dbo/q_deaths.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT an.ANIMAL_ID_NUMBER AS participantId, an.DEATH_DATE AS deathDate, diff --git a/nirc_ehr/resources/queries/dbo/q_deaths_delete.sql b/nirc_ehr/resources/queries/dbo/q_deaths_delete.sql index f289a950..3101a855 100644 --- a/nirc_ehr/resources/queries/dbo/q_deaths_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_deaths_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT an.ANIMAL_ID_NUMBER AS Id, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_deleted_record.sql b/nirc_ehr/resources/queries/dbo/q_deleted_record.sql index 6e29421f..2a04497c 100644 --- a/nirc_ehr/resources/queries/dbo/q_deleted_record.sql +++ b/nirc_ehr/resources/queries/dbo/q_deleted_record.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT dr.ID AS Id, dr.PROTOCOL_NUMBER AS Protocol, diff --git a/nirc_ehr/resources/queries/dbo/q_demographics.sql b/nirc_ehr/resources/queries/dbo/q_demographics.sql index 996b4302..67bcb9f3 100644 --- a/nirc_ehr/resources/queries/dbo/q_demographics.sql +++ b/nirc_ehr/resources/queries/dbo/q_demographics.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anm.ANIMAL_ID_NUMBER AS participantId, anm.BIRTH_DATE, diff --git a/nirc_ehr/resources/queries/dbo/q_demographics_delete.sql b/nirc_ehr/resources/queries/dbo/q_demographics_delete.sql index f289a950..cad208ae 100644 --- a/nirc_ehr/resources/queries/dbo/q_demographics_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_demographics_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT an.ANIMAL_ID_NUMBER AS Id, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_department.sql b/nirc_ehr/resources/queries/dbo/q_department.sql index a6c0b1ac..8232785a 100644 --- a/nirc_ehr/resources/queries/dbo/q_department.sql +++ b/nirc_ehr/resources/queries/dbo/q_department.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT DEPARTMENT_ID as DepartmentId, DEPARTMENT_NAME as Name, diff --git a/nirc_ehr/resources/queries/dbo/q_departure.sql b/nirc_ehr/resources/queries/dbo/q_departure.sql index c76a3043..da11868e 100644 --- a/nirc_ehr/resources/queries/dbo/q_departure.sql +++ b/nirc_ehr/resources/queries/dbo/q_departure.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Used for departure ETL. There are some duplicate departures in ANIMAL_EVENTS thus the GROUP BY and MAX values SELECT i.*, diff --git a/nirc_ehr/resources/queries/dbo/q_departure_delete.sql b/nirc_ehr/resources/queries/dbo/q_departure_delete.sql index 8cac17e6..81b11948 100644 --- a/nirc_ehr/resources/queries/dbo/q_departure_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_departure_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_drug.sql b/nirc_ehr/resources/queries/dbo/q_drug.sql index c8651b13..08a246fe 100644 --- a/nirc_ehr/resources/queries/dbo/q_drug.sql +++ b/nirc_ehr/resources/queries/dbo/q_drug.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS administrationDate, diff --git a/nirc_ehr/resources/queries/dbo/q_drug_delete.sql b/nirc_ehr/resources/queries/dbo/q_drug_delete.sql index a66acaf1..817ab355 100644 --- a/nirc_ehr/resources/queries/dbo/q_drug_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_drug_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ade.objectid, ade.modified, ade.REFERENCE, diff --git a/nirc_ehr/resources/queries/dbo/q_exemptions.sql b/nirc_ehr/resources/queries/dbo/q_exemptions.sql index 5c7b1c6f..3fdd35d7 100644 --- a/nirc_ehr/resources/queries/dbo/q_exemptions.sql +++ b/nirc_ehr/resources/queries/dbo/q_exemptions.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS exemptionDate, diff --git a/nirc_ehr/resources/queries/dbo/q_exemptions_delete.sql b/nirc_ehr/resources/queries/dbo/q_exemptions_delete.sql index 57cf9a52..4f8da713 100644 --- a/nirc_ehr/resources/queries/dbo/q_exemptions_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_exemptions_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_finalDeparture.sql b/nirc_ehr/resources/queries/dbo/q_finalDeparture.sql index 5fe1d62a..291c72ff 100644 --- a/nirc_ehr/resources/queries/dbo/q_finalDeparture.sql +++ b/nirc_ehr/resources/queries/dbo/q_finalDeparture.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Determines final departure dates including for animals that leave and return SELECT dep.Id, diff --git a/nirc_ehr/resources/queries/dbo/q_flag_categories.sql b/nirc_ehr/resources/queries/dbo/q_flag_categories.sql index c126ecc3..b2720cbd 100644 --- a/nirc_ehr/resources/queries/dbo/q_flag_categories.sql +++ b/nirc_ehr/resources/queries/dbo/q_flag_categories.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT NAME AS category, 'FALSE' AS enforceUnique, diff --git a/nirc_ehr/resources/queries/dbo/q_flag_values.sql b/nirc_ehr/resources/queries/dbo/q_flag_values.sql index 95f5d129..20b38a83 100644 --- a/nirc_ehr/resources/queries/dbo/q_flag_values.sql +++ b/nirc_ehr/resources/queries/dbo/q_flag_values.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT CASE WHEN EVENT_ID = 1673 OR EVENT_ID = 1674 THEN 'Quarantine' ELSE EVENT_ID.NAME diff --git a/nirc_ehr/resources/queries/dbo/q_flags.sql b/nirc_ehr/resources/queries/dbo/q_flags.sql index bab525ac..b7fc2533 100644 --- a/nirc_ehr/resources/queries/dbo/q_flags.sql +++ b/nirc_ehr/resources/queries/dbo/q_flags.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Quarantine SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, diff --git a/nirc_ehr/resources/queries/dbo/q_flags_delete.sql b/nirc_ehr/resources/queries/dbo/q_flags_delete.sql index 612c9241..b5f0cb9c 100644 --- a/nirc_ehr/resources/queries/dbo/q_flags_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_flags_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, 18) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified FROM AUDIT_TRAIL adt diff --git a/nirc_ehr/resources/queries/dbo/q_floors.sql b/nirc_ehr/resources/queries/dbo/q_floors.sql index 2f41b1a9..53d245f5 100644 --- a/nirc_ehr/resources/queries/dbo/q_floors.sql +++ b/nirc_ehr/resources/queries/dbo/q_floors.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT floor.LOCATION_ID AS floor, floor.LOCATION_NAME AS name, diff --git a/nirc_ehr/resources/queries/dbo/q_foster.sql b/nirc_ehr/resources/queries/dbo/q_foster.sql index b64ddf44..d88c76b1 100644 --- a/nirc_ehr/resources/queries/dbo/q_foster.sql +++ b/nirc_ehr/resources/queries/dbo/q_foster.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS fosterDate, diff --git a/nirc_ehr/resources/queries/dbo/q_foster_delete.sql b/nirc_ehr/resources/queries/dbo/q_foster_delete.sql index 060bea99..bf689e7d 100644 --- a/nirc_ehr/resources/queries/dbo/q_foster_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_foster_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_histopathology.sql b/nirc_ehr/resources/queries/dbo/q_histopathology.sql index 3724817a..edaa1bc4 100644 --- a/nirc_ehr/resources/queries/dbo/q_histopathology.sql +++ b/nirc_ehr/resources/queries/dbo/q_histopathology.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS eventDate, diff --git a/nirc_ehr/resources/queries/dbo/q_historicalOther.sql b/nirc_ehr/resources/queries/dbo/q_historicalOther.sql index ba75c0a8..950296ce 100644 --- a/nirc_ehr/resources/queries/dbo/q_historicalOther.sql +++ b/nirc_ehr/resources/queries/dbo/q_historicalOther.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectId, anm.ANIMAL_ID_NUMBER AS Id, (CASE diff --git a/nirc_ehr/resources/queries/dbo/q_housing.sql b/nirc_ehr/resources/queries/dbo/q_housing.sql index b1e2c45c..64d830d8 100644 --- a/nirc_ehr/resources/queries/dbo/q_housing.sql +++ b/nirc_ehr/resources/queries/dbo/q_housing.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectId, anm.ANIMAL_ID_NUMBER AS Id, diff --git a/nirc_ehr/resources/queries/dbo/q_housing_delete.sql b/nirc_ehr/resources/queries/dbo/q_housing_delete.sql index e62a4feb..7b9b9c22 100644 --- a/nirc_ehr/resources/queries/dbo/q_housing_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_housing_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_idHistory.sql b/nirc_ehr/resources/queries/dbo/q_idHistory.sql index 79a60055..383fcb84 100644 --- a/nirc_ehr/resources/queries/dbo/q_idHistory.sql +++ b/nirc_ehr/resources/queries/dbo/q_idHistory.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, ALTERNATE_TYPE_ID AS Type, diff --git a/nirc_ehr/resources/queries/dbo/q_latestArrival.sql b/nirc_ehr/resources/queries/dbo/q_latestArrival.sql index 0ad8fd3e..2f74032b 100644 --- a/nirc_ehr/resources/queries/dbo/q_latestArrival.sql +++ b/nirc_ehr/resources/queries/dbo/q_latestArrival.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Used in finalDeparture SELECT Id, diff --git a/nirc_ehr/resources/queries/dbo/q_latestDeparture.sql b/nirc_ehr/resources/queries/dbo/q_latestDeparture.sql index 7e9901b5..b4bb1604 100644 --- a/nirc_ehr/resources/queries/dbo/q_latestDeparture.sql +++ b/nirc_ehr/resources/queries/dbo/q_latestDeparture.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Used in finalDeparture SELECT Id, diff --git a/nirc_ehr/resources/queries/dbo/q_lookups.sql b/nirc_ehr/resources/queries/dbo/q_lookups.sql index 127e54db..27753fec 100644 --- a/nirc_ehr/resources/queries/dbo/q_lookups.sql +++ b/nirc_ehr/resources/queries/dbo/q_lookups.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT 'DISP_CD_' || ID AS objectid, 'disposition_codes' AS set_name, ID AS "value", diff --git a/nirc_ehr/resources/queries/dbo/q_lot_number.sql b/nirc_ehr/resources/queries/dbo/q_lot_number.sql index 7377e7fb..21595acd 100644 --- a/nirc_ehr/resources/queries/dbo/q_lot_number.sql +++ b/nirc_ehr/resources/queries/dbo/q_lot_number.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT LOT_NUMBER_ID as LotId, ANIMAL_SHIPMENT_ID as AnimalShipment, diff --git a/nirc_ehr/resources/queries/dbo/q_modified_event.sql b/nirc_ehr/resources/queries/dbo/q_modified_event.sql index a7c1a0c1..d17f0402 100644 --- a/nirc_ehr/resources/queries/dbo/q_modified_event.sql +++ b/nirc_ehr/resources/queries/dbo/q_modified_event.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT adt.modified, substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) as event_id FROM diff --git a/nirc_ehr/resources/queries/dbo/q_necropsy.sql b/nirc_ehr/resources/queries/dbo/q_necropsy.sql index cd68b571..e1b3c534 100644 --- a/nirc_ehr/resources/queries/dbo/q_necropsy.sql +++ b/nirc_ehr/resources/queries/dbo/q_necropsy.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS necropsyDate, diff --git a/nirc_ehr/resources/queries/dbo/q_necropsy_delete.sql b/nirc_ehr/resources/queries/dbo/q_necropsy_delete.sql index fa30a74b..139e925a 100644 --- a/nirc_ehr/resources/queries/dbo/q_necropsy_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_necropsy_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_notes.sql b/nirc_ehr/resources/queries/dbo/q_notes.sql index 242315b9..9efa6703 100644 --- a/nirc_ehr/resources/queries/dbo/q_notes.sql +++ b/nirc_ehr/resources/queries/dbo/q_notes.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS noteDate, diff --git a/nirc_ehr/resources/queries/dbo/q_notes_delete.sql b/nirc_ehr/resources/queries/dbo/q_notes_delete.sql index f033e145..ea2540c1 100644 --- a/nirc_ehr/resources/queries/dbo/q_notes_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_notes_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, 18) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified FROM AUDIT_TRAIL adt diff --git a/nirc_ehr/resources/queries/dbo/q_observations.sql b/nirc_ehr/resources/queries/dbo/q_observations.sql index 82c5b6ff..3a4db232 100644 --- a/nirc_ehr/resources/queries/dbo/q_observations.sql +++ b/nirc_ehr/resources/queries/dbo/q_observations.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS obsDate, diff --git a/nirc_ehr/resources/queries/dbo/q_observations_delete.sql b/nirc_ehr/resources/queries/dbo/q_observations_delete.sql index cbed9a56..8821fe21 100644 --- a/nirc_ehr/resources/queries/dbo/q_observations_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_observations_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_pairings.sql b/nirc_ehr/resources/queries/dbo/q_pairings.sql index e41f44bf..1f3c22d3 100644 --- a/nirc_ehr/resources/queries/dbo/q_pairings.sql +++ b/nirc_ehr/resources/queries/dbo/q_pairings.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, diff --git a/nirc_ehr/resources/queries/dbo/q_pairings_delete.sql b/nirc_ehr/resources/queries/dbo/q_pairings_delete.sql index e4f7cc35..2d2a9698 100644 --- a/nirc_ehr/resources/queries/dbo/q_pairings_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_pairings_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_physicalExam.sql b/nirc_ehr/resources/queries/dbo/q_physicalExam.sql index bcc8644b..be939a6b 100644 --- a/nirc_ehr/resources/queries/dbo/q_physicalExam.sql +++ b/nirc_ehr/resources/queries/dbo/q_physicalExam.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS physicalExamDate, diff --git a/nirc_ehr/resources/queries/dbo/q_physicalExam_delete.sql b/nirc_ehr/resources/queries/dbo/q_physicalExam_delete.sql index 8dcd85ee..c624ad18 100644 --- a/nirc_ehr/resources/queries/dbo/q_physicalExam_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_physicalExam_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_prc.sql b/nirc_ehr/resources/queries/dbo/q_prc.sql index 6ee86074..c4f09490 100644 --- a/nirc_ehr/resources/queries/dbo/q_prc.sql +++ b/nirc_ehr/resources/queries/dbo/q_prc.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS prcDate, diff --git a/nirc_ehr/resources/queries/dbo/q_prc_delete.sql b/nirc_ehr/resources/queries/dbo/q_prc_delete.sql index 639109c2..3c7885a8 100644 --- a/nirc_ehr/resources/queries/dbo/q_prc_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_prc_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_pregnancy.sql b/nirc_ehr/resources/queries/dbo/q_pregnancy.sql index ce5fc31b..2902b5f2 100644 --- a/nirc_ehr/resources/queries/dbo/q_pregnancy.sql +++ b/nirc_ehr/resources/queries/dbo/q_pregnancy.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID AS objectid, anmEvt.ANIMAL_ID.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS administrationDate, diff --git a/nirc_ehr/resources/queries/dbo/q_pregnancy_delete.sql b/nirc_ehr/resources/queries/dbo/q_pregnancy_delete.sql index f70b5451..7ed07e46 100644 --- a/nirc_ehr/resources/queries/dbo/q_pregnancy_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_pregnancy_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_procedures.sql b/nirc_ehr/resources/queries/dbo/q_procedures.sql index 186ea1de..b9473c17 100644 --- a/nirc_ehr/resources/queries/dbo/q_procedures.sql +++ b/nirc_ehr/resources/queries/dbo/q_procedures.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT PROCEDURE_ID as procedureId, ACTIVE_YN as active, diff --git a/nirc_ehr/resources/queries/dbo/q_project.sql b/nirc_ehr/resources/queries/dbo/q_project.sql index 02a79915..602ea733 100644 --- a/nirc_ehr/resources/queries/dbo/q_project.sql +++ b/nirc_ehr/resources/queries/dbo/q_project.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT min(alt.ALTERNATE_ID) as project, alt.project as name diff --git a/nirc_ehr/resources/queries/dbo/q_protocol.sql b/nirc_ehr/resources/queries/dbo/q_protocol.sql index f04d94f6..ed13fde3 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT p.PROTOCOL_ID AS objectid, p.PROTOCOL_NUMBER AS title, diff --git a/nirc_ehr/resources/queries/dbo/q_protocolAssignment.sql b/nirc_ehr/resources/queries/dbo/q_protocolAssignment.sql index 777e322f..478a61c1 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocolAssignment.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocolAssignment.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM ( SELECT diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_amendments.sql b/nirc_ehr/resources/queries/dbo/q_protocol_amendments.sql index 6bd4f39f..c8dbaa91 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_amendments.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_amendments.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT PROTOCOL_ID AS "protocolId", CASE WHEN PROTOCOL_NUMBER IS NULL THEN 'missing' ELSE PROTOCOL_NUMBER END AS "protocol", diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_counts.sql b/nirc_ehr/resources/queries/dbo/q_protocol_counts.sql index 1d7cf5da..9cb87261 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_counts.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_counts.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT pc.Protocol, pc.Species, COALESCE(pc.allowed, 0) as allowed, ssb.SSB_ID as ssb, eu.EUTHANASIA_TYPE_ID as Euthanasia FROM ( SELECT sub.Protocol, diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_esig.sql b/nirc_ehr/resources/queries/dbo/q_protocol_esig.sql index 2509c902..5766a605 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_esig.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_esig.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ID as EsigId, PROTOCOL_ID as Protocol, diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_procedures.sql b/nirc_ehr/resources/queries/dbo/q_protocol_procedures.sql index 53eb2373..ff350a7d 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_procedures.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_procedures.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT SEGMENT_ID.PROTOCOL_ID.PROTOCOL_ID AS Protocol, SEGMENT_ID.SPECIES_ID AS Species, diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_stress.sql b/nirc_ehr/resources/queries/dbo/q_protocol_stress.sql index 21c86c61..4619cd2b 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_stress.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_stress.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT SEGMENT_ID.PROTOCOL_ID.PROTOCOL_ID AS Protocol, SEGMENT_ID.SPECIES_ID AS Species, diff --git a/nirc_ehr/resources/queries/dbo/q_protocol_usage.sql b/nirc_ehr/resources/queries/dbo/q_protocol_usage.sql index 7b7dc113..19c78655 100644 --- a/nirc_ehr/resources/queries/dbo/q_protocol_usage.sql +++ b/nirc_ehr/resources/queries/dbo/q_protocol_usage.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT put.PROTOCOL_NUMBER as Protocol, put.USER_REFERENCE_NUMBER as UserReferenceNumber, diff --git a/nirc_ehr/resources/queries/dbo/q_question.sql b/nirc_ehr/resources/queries/dbo/q_question.sql index 728e7266..81de8d2b 100644 --- a/nirc_ehr/resources/queries/dbo/q_question.sql +++ b/nirc_ehr/resources/queries/dbo/q_question.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT QUESTION_ID AS QuestionId, QUESTION_TYPE_ID.QUESTION_TYPE_NAME AS Type, diff --git a/nirc_ehr/resources/queries/dbo/q_question_response.sql b/nirc_ehr/resources/queries/dbo/q_question_response.sql index b7087506..6115895c 100644 --- a/nirc_ehr/resources/queries/dbo/q_question_response.sql +++ b/nirc_ehr/resources/queries/dbo/q_question_response.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT qr.QUESTION_RESPONSE_ID AS QuestionResponseId, qr.PROTOCOL_ID AS Protocol, diff --git a/nirc_ehr/resources/queries/dbo/q_rooms.sql b/nirc_ehr/resources/queries/dbo/q_rooms.sql index 9a8fcf3a..c2148ee7 100644 --- a/nirc_ehr/resources/queries/dbo/q_rooms.sql +++ b/nirc_ehr/resources/queries/dbo/q_rooms.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT room.LOCATION_ID AS room, room.LOCATION_NAME AS name, diff --git a/nirc_ehr/resources/queries/dbo/q_serology.sql b/nirc_ehr/resources/queries/dbo/q_serology.sql index 18955312..13bf404e 100644 --- a/nirc_ehr/resources/queries/dbo/q_serology.sql +++ b/nirc_ehr/resources/queries/dbo/q_serology.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS serologyDate, diff --git a/nirc_ehr/resources/queries/dbo/q_serology_delete.sql b/nirc_ehr/resources/queries/dbo/q_serology_delete.sql index a380297b..70785999 100644 --- a/nirc_ehr/resources/queries/dbo/q_serology_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_serology_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_ship_to.sql b/nirc_ehr/resources/queries/dbo/q_ship_to.sql index d9754c39..6ac7c2c0 100644 --- a/nirc_ehr/resources/queries/dbo/q_ship_to.sql +++ b/nirc_ehr/resources/queries/dbo/q_ship_to.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT SHIPTO_ID as ShipToId, SHIPTO_NICKNAME as Name, diff --git a/nirc_ehr/resources/queries/dbo/q_species.sql b/nirc_ehr/resources/queries/dbo/q_species.sql index c5015a4c..c57e9d24 100644 --- a/nirc_ehr/resources/queries/dbo/q_species.sql +++ b/nirc_ehr/resources/queries/dbo/q_species.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT SPEC_NAME AS common, SPEC_DESC AS scientific_name, diff --git a/nirc_ehr/resources/queries/dbo/q_species_codes.sql b/nirc_ehr/resources/queries/dbo/q_species_codes.sql index c7c221f3..ace9b467 100644 --- a/nirc_ehr/resources/queries/dbo/q_species_codes.sql +++ b/nirc_ehr/resources/queries/dbo/q_species_codes.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT SPECIES_ID AS code, diff --git a/nirc_ehr/resources/queries/dbo/q_staff.sql b/nirc_ehr/resources/queries/dbo/q_staff.sql index 708bca86..53d287be 100644 --- a/nirc_ehr/resources/queries/dbo/q_staff.sql +++ b/nirc_ehr/resources/queries/dbo/q_staff.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT STAFF_ID as staffId, EMAIL_ADDRESS as email, diff --git a/nirc_ehr/resources/queries/dbo/q_status.sql b/nirc_ehr/resources/queries/dbo/q_status.sql index bb22193a..8642f140 100644 --- a/nirc_ehr/resources/queries/dbo/q_status.sql +++ b/nirc_ehr/resources/queries/dbo/q_status.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Used in q_demographics SELECT anm.ANIMAL_ID_NUMBER AS Id, anm.ANIMAL_DISPOSITION_ID.NAME, diff --git a/nirc_ehr/resources/queries/dbo/q_stress.sql b/nirc_ehr/resources/queries/dbo/q_stress.sql index 8ed26d49..0423d89f 100644 --- a/nirc_ehr/resources/queries/dbo/q_stress.sql +++ b/nirc_ehr/resources/queries/dbo/q_stress.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT STRESS_ID AS StressId, STRESS_NAME AS Name, diff --git a/nirc_ehr/resources/queries/dbo/q_vitals.sql b/nirc_ehr/resources/queries/dbo/q_vitals.sql index 908ddf60..822f26ce 100644 --- a/nirc_ehr/resources/queries/dbo/q_vitals.sql +++ b/nirc_ehr/resources/queries/dbo/q_vitals.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, CAST(anmEvt.EVENT_DATETIME AS TIMESTAMP) AS vitalDate, diff --git a/nirc_ehr/resources/queries/dbo/q_vitals_delete.sql b/nirc_ehr/resources/queries/dbo/q_vitals_delete.sql index 86e06c60..ee2658e1 100644 --- a/nirc_ehr/resources/queries/dbo/q_vitals_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_vitals_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, length('ANIMAL_EVENT_ID = ')) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified, adt.REFERENCE diff --git a/nirc_ehr/resources/queries/dbo/q_weight.sql b/nirc_ehr/resources/queries/dbo/q_weight.sql index 7bc7a6f0..d2f32b65 100644 --- a/nirc_ehr/resources/queries/dbo/q_weight.sql +++ b/nirc_ehr/resources/queries/dbo/q_weight.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT anmEvt.ANIMAL_EVENT_ID as objectid, anm.ANIMAL_ID_NUMBER AS Id, diff --git a/nirc_ehr/resources/queries/dbo/q_weight_delete.sql b/nirc_ehr/resources/queries/dbo/q_weight_delete.sql index 1b9cbee7..e910243f 100644 --- a/nirc_ehr/resources/queries/dbo/q_weight_delete.sql +++ b/nirc_ehr/resources/queries/dbo/q_weight_delete.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT substring(adt.PRIMARY_KEY_VALUES, 18) AS objectid, CAST(adt.CHANGE_DATETIME AS TIMESTAMP) AS modified FROM AUDIT_TRAIL adt diff --git a/nirc_ehr/resources/queries/dbo/staffInfo.sql b/nirc_ehr/resources/queries/dbo/staffInfo.sql index 8ab87880..6918dca1 100644 --- a/nirc_ehr/resources/queries/dbo/staffInfo.sql +++ b/nirc_ehr/resources/queries/dbo/staffInfo.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- subquery to get staff info -- email_prefix below (used for display name) and transformEmailDomain '@louisiana.edu' (defined in etl xml) -- during user column transform creates a deactivated labkey user during an ETL run diff --git a/nirc_ehr/resources/queries/ehr/activeProtocols.sql b/nirc_ehr/resources/queries/ehr/activeProtocols.sql index 04ffcc1c..6ee76fae 100644 --- a/nirc_ehr/resources/queries/ehr/activeProtocols.sql +++ b/nirc_ehr/resources/queries/ehr/activeProtocols.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT protocol, title FROM ehr.protocol pr WHERE pr.inactiveDate IS NULL OR pr.inactiveDate > now() \ No newline at end of file diff --git a/nirc_ehr/resources/queries/ehr/my_tasks.sql b/nirc_ehr/resources/queries/ehr/my_tasks.sql index de7f2217..4105b200 100644 --- a/nirc_ehr/resources/queries/ehr/my_tasks.sql +++ b/nirc_ehr/resources/queries/ehr/my_tasks.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2025-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr/protocol.js b/nirc_ehr/resources/queries/ehr/protocol.js index 49f9d85f..3847f949 100644 --- a/nirc_ehr/resources/queries/ehr/protocol.js +++ b/nirc_ehr/resources/queries/ehr/protocol.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); diff --git a/nirc_ehr/resources/queries/ehr/protocolActiveAnimals.sql b/nirc_ehr/resources/queries/ehr/protocolActiveAnimals.sql index ee5bf6fe..e30ff67c 100644 --- a/nirc_ehr/resources/queries/ehr/protocolActiveAnimals.sql +++ b/nirc_ehr/resources/queries/ehr/protocolActiveAnimals.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr/protocolAnimals.sql b/nirc_ehr/resources/queries/ehr/protocolAnimals.sql index 4d533b9f..193bc4ce 100644 --- a/nirc_ehr/resources/queries/ehr/protocolAnimals.sql +++ b/nirc_ehr/resources/queries/ehr/protocolAnimals.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr/protocolHistoricAnimals.sql b/nirc_ehr/resources/queries/ehr/protocolHistoricAnimals.sql index 2f792fea..7ad4bd56 100644 --- a/nirc_ehr/resources/queries/ehr/protocolHistoricAnimals.sql +++ b/nirc_ehr/resources/queries/ehr/protocolHistoricAnimals.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr/protocolTotalAnimalsBySpecies.sql b/nirc_ehr/resources/queries/ehr/protocolTotalAnimalsBySpecies.sql index a3747730..3521c6a5 100644 --- a/nirc_ehr/resources/queries/ehr/protocolTotalAnimalsBySpecies.sql +++ b/nirc_ehr/resources/queries/ehr/protocolTotalAnimalsBySpecies.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr_lookups/buildings.js b/nirc_ehr/resources/queries/ehr_lookups/buildings.js index e07935d9..baf1563f 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/buildings.js +++ b/nirc_ehr/resources/queries/ehr_lookups/buildings.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var LABKEY = require("labkey"); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/ehr_lookups/cage.js b/nirc_ehr/resources/queries/ehr_lookups/cage.js index 8283aed5..9450f1f2 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/cage.js +++ b/nirc_ehr/resources/queries/ehr_lookups/cage.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var LABKEY = require("labkey"); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/ehr_lookups/floors.js b/nirc_ehr/resources/queries/ehr_lookups/floors.js index 8e6ba581..1afd2ca0 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/floors.js +++ b/nirc_ehr/resources/queries/ehr_lookups/floors.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var LABKEY = require("labkey"); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/ehr_lookups/roomUtilization.sql b/nirc_ehr/resources/queries/ehr_lookups/roomUtilization.sql index 61eb9e55..8abd391c 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/roomUtilization.sql +++ b/nirc_ehr/resources/queries/ehr_lookups/roomUtilization.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT r.room, diff --git a/nirc_ehr/resources/queries/ehr_lookups/roomUtilizationByBuilding.sql b/nirc_ehr/resources/queries/ehr_lookups/roomUtilizationByBuilding.sql index 03d47c8f..17c695b7 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/roomUtilizationByBuilding.sql +++ b/nirc_ehr/resources/queries/ehr_lookups/roomUtilizationByBuilding.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/ehr_lookups/rooms.js b/nirc_ehr/resources/queries/ehr_lookups/rooms.js index d4ffc21d..6d654c98 100644 --- a/nirc_ehr/resources/queries/ehr_lookups/rooms.js +++ b/nirc_ehr/resources/queries/ehr_lookups/rooms.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var LABKEY = require("labkey"); var console = require("console"); diff --git a/nirc_ehr/resources/queries/nirc_ehr/QuestionResponse.js b/nirc_ehr/resources/queries/nirc_ehr/QuestionResponse.js index 8e4d3c24..eb4b67d5 100644 --- a/nirc_ehr/resources/queries/nirc_ehr/QuestionResponse.js +++ b/nirc_ehr/resources/queries/nirc_ehr/QuestionResponse.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); EHR.Server.TriggerManager.registerHandlerForQuery(EHR.Server.TriggerManager.Events.BEFORE_INSERT, 'nirc_ehr', 'QuestionResponse', function (helper, scriptErrors, row, oldRow) { diff --git a/nirc_ehr/resources/queries/nirc_ehr/casesSource.sql b/nirc_ehr/resources/queries/nirc_ehr/casesSource.sql index 664f5139..70558216 100644 --- a/nirc_ehr/resources/queries/nirc_ehr/casesSource.sql +++ b/nirc_ehr/resources/queries/nirc_ehr/casesSource.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Only used for ETL from staging table to cases table SELECT objectid, Id, diff --git a/nirc_ehr/resources/queries/nirc_ehr/casesTemp.js b/nirc_ehr/resources/queries/nirc_ehr/casesTemp.js index de8e2565..63ff18b1 100644 --- a/nirc_ehr/resources/queries/nirc_ehr/casesTemp.js +++ b/nirc_ehr/resources/queries/nirc_ehr/casesTemp.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var prevRow; diff --git a/nirc_ehr/resources/queries/nirc_ehr/dateRange.sql b/nirc_ehr/resources/queries/nirc_ehr/dateRange.sql index ac98b8df..a9aa8101 100644 --- a/nirc_ehr/resources/queries/nirc_ehr/dateRange.sql +++ b/nirc_ehr/resources/queries/nirc_ehr/dateRange.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/nirc_ehr/necropsyTasks.sql b/nirc_ehr/resources/queries/nirc_ehr/necropsyTasks.sql index eac5a218..b428c81e 100644 --- a/nirc_ehr/resources/queries/nirc_ehr/necropsyTasks.sql +++ b/nirc_ehr/resources/queries/nirc_ehr/necropsyTasks.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT t.taskid, d.Id AS animalId, diff --git a/nirc_ehr/resources/queries/study/AcquisitionReport.sql b/nirc_ehr/resources/queries/study/AcquisitionReport.sql index 52bbfd2b..0f86bece 100644 --- a/nirc_ehr/resources/queries/study/AcquisitionReport.sql +++ b/nirc_ehr/resources/queries/study/AcquisitionReport.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.Id, d.gender, d.species, diff --git a/nirc_ehr/resources/queries/study/AcquisitionReportBySpecies.sql b/nirc_ehr/resources/queries/study/AcquisitionReportBySpecies.sql index 5fbe7a7d..03dbac6b 100644 --- a/nirc_ehr/resources/queries/study/AcquisitionReportBySpecies.sql +++ b/nirc_ehr/resources/queries/study/AcquisitionReportBySpecies.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ PARAMETERS(StartDate TIMESTAMP, EndDate TIMESTAMP, Project VARCHAR) SELECT s.species, s.project, s.speciesName, COUNT(*) as Total FROM diff --git a/nirc_ehr/resources/queries/study/BehaviorClinRemarks.sql b/nirc_ehr/resources/queries/study/BehaviorClinRemarks.sql index fe224a37..fbd179d6 100644 --- a/nirc_ehr/resources/queries/study/BehaviorClinRemarks.sql +++ b/nirc_ehr/resources/queries/study/BehaviorClinRemarks.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.clinremarks WHERE category = 'Behavior' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/ClinicalClinRemarks.sql b/nirc_ehr/resources/queries/study/ClinicalClinRemarks.sql index 225b0922..95842331 100644 --- a/nirc_ehr/resources/queries/study/ClinicalClinRemarks.sql +++ b/nirc_ehr/resources/queries/study/ClinicalClinRemarks.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.clinremarks WHERE category = 'Clinical' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/CurrentProtocolProjectReport.sql b/nirc_ehr/resources/queries/study/CurrentProtocolProjectReport.sql index ff4c24ce..c8478fbe 100644 --- a/nirc_ehr/resources/queries/study/CurrentProtocolProjectReport.sql +++ b/nirc_ehr/resources/queries/study/CurrentProtocolProjectReport.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT DISTINCT Id, protocol.title as protocol, project FROM ( diff --git a/nirc_ehr/resources/queries/study/MHC.js b/nirc_ehr/resources/queries/study/MHC.js index d087cfb4..1c4b50a4 100644 --- a/nirc_ehr/resources/queries/study/MHC.js +++ b/nirc_ehr/resources/queries/study/MHC.js @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/Pedigree.sql b/nirc_ehr/resources/queries/study/Pedigree.sql index f4a74847..fa450ba2 100644 --- a/nirc_ehr/resources/queries/study/Pedigree.sql +++ b/nirc_ehr/resources/queries/study/Pedigree.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/Weight.js b/nirc_ehr/resources/queries/study/Weight.js index abfdc75c..2694fe95 100644 --- a/nirc_ehr/resources/queries/study/Weight.js +++ b/nirc_ehr/resources/queries/study/Weight.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); function onInit(event, helper){ diff --git a/nirc_ehr/resources/queries/study/activeAssignments.sql b/nirc_ehr/resources/queries/study/activeAssignments.sql index 92278554..6361e733 100644 --- a/nirc_ehr/resources/queries/study/activeAssignments.sql +++ b/nirc_ehr/resources/queries/study/activeAssignments.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT pa.Id, pa.protocol.title AS protocolTitle, pa.protocol.InvestigatorId AS investigatorId, diff --git a/nirc_ehr/resources/queries/study/activeBehaviorCases.sql b/nirc_ehr/resources/queries/study/activeBehaviorCases.sql index 8f7b9051..fab5ea25 100644 --- a/nirc_ehr/resources/queries/study/activeBehaviorCases.sql +++ b/nirc_ehr/resources/queries/study/activeBehaviorCases.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.cases WHERE category = 'Behavior' AND isOpen = TRUE \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/activeClinicalCases.sql b/nirc_ehr/resources/queries/study/activeClinicalCases.sql index c2e805e9..63be8fa8 100644 --- a/nirc_ehr/resources/queries/study/activeClinicalCases.sql +++ b/nirc_ehr/resources/queries/study/activeClinicalCases.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.cases WHERE category = 'Clinical' AND isOpen = TRUE \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/activeProjectsFromHousing.sql b/nirc_ehr/resources/queries/study/activeProjectsFromHousing.sql index 3387bce9..e3af8927 100644 --- a/nirc_ehr/resources/queries/study/activeProjectsFromHousing.sql +++ b/nirc_ehr/resources/queries/study/activeProjectsFromHousing.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Id.activeProjectAssignments.project, COUNT(*) as Total diff --git a/nirc_ehr/resources/queries/study/activeTreatmentOrders.sql b/nirc_ehr/resources/queries/study/activeTreatmentOrders.sql index dd2f613e..bd47d259 100644 --- a/nirc_ehr/resources/queries/study/activeTreatmentOrders.sql +++ b/nirc_ehr/resources/queries/study/activeTreatmentOrders.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Id, date, diff --git a/nirc_ehr/resources/queries/study/alias.js b/nirc_ehr/resources/queries/study/alias.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/alias.js +++ b/nirc_ehr/resources/queries/study/alias.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/aliases.sql b/nirc_ehr/resources/queries/study/aliases.sql index 2652d6d0..4f517b41 100644 --- a/nirc_ehr/resources/queries/study/aliases.sql +++ b/nirc_ehr/resources/queries/study/aliases.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- This query is used to match upper and lowercase names in animal history SELECT Id, diff --git a/nirc_ehr/resources/queries/study/arrival.js b/nirc_ehr/resources/queries/study/arrival.js index b4e19ace..501da5dc 100644 --- a/nirc_ehr/resources/queries/study/arrival.js +++ b/nirc_ehr/resources/queries/study/arrival.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/assignment.js b/nirc_ehr/resources/queries/study/assignment.js index 55dd710e..512b732e 100644 --- a/nirc_ehr/resources/queries/study/assignment.js +++ b/nirc_ehr/resources/queries/study/assignment.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var projectData = {}; var prevAnimalId; diff --git a/nirc_ehr/resources/queries/study/behaviorCases.sql b/nirc_ehr/resources/queries/study/behaviorCases.sql index e8c80935..635574c6 100644 --- a/nirc_ehr/resources/queries/study/behaviorCases.sql +++ b/nirc_ehr/resources/queries/study/behaviorCases.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.cases WHERE category = 'Behavior' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/behaviorObservations.sql b/nirc_ehr/resources/queries/study/behaviorObservations.sql index 315eda4d..38bac33e 100644 --- a/nirc_ehr/resources/queries/study/behaviorObservations.sql +++ b/nirc_ehr/resources/queries/study/behaviorObservations.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.clinical_observations WHERE type = 'Behavior' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/birth.js b/nirc_ehr/resources/queries/study/birth.js index 9d7b7f4a..26b5e66a 100644 --- a/nirc_ehr/resources/queries/study/birth.js +++ b/nirc_ehr/resources/queries/study/birth.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); EHR.Server.Utils = require("ehr/utils").EHR.Server.Utils; diff --git a/nirc_ehr/resources/queries/study/bloodDrawChanges.sql b/nirc_ehr/resources/queries/study/bloodDrawChanges.sql index e4672899..b5504177 100644 --- a/nirc_ehr/resources/queries/study/bloodDrawChanges.sql +++ b/nirc_ehr/resources/queries/study/bloodDrawChanges.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/resources/queries/study/cases.js b/nirc_ehr/resources/queries/study/cases.js index a8e3b6c3..f0dcb135 100644 --- a/nirc_ehr/resources/queries/study/cases.js +++ b/nirc_ehr/resources/queries/study/cases.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/clinicalCases.sql b/nirc_ehr/resources/queries/study/clinicalCases.sql index cc5cd34e..fa3b774d 100644 --- a/nirc_ehr/resources/queries/study/clinicalCases.sql +++ b/nirc_ehr/resources/queries/study/clinicalCases.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.cases WHERE category = 'Clinical' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/clinicalObservations.sql b/nirc_ehr/resources/queries/study/clinicalObservations.sql index a3c3361a..0f97920b 100644 --- a/nirc_ehr/resources/queries/study/clinicalObservations.sql +++ b/nirc_ehr/resources/queries/study/clinicalObservations.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM study.clinical_observations WHERE type = 'Clinical' \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/clinical_observations.js b/nirc_ehr/resources/queries/study/clinical_observations.js index 38f07036..fd71bfa8 100644 --- a/nirc_ehr/resources/queries/study/clinical_observations.js +++ b/nirc_ehr/resources/queries/study/clinical_observations.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/clinical_observationsSummary.sql b/nirc_ehr/resources/queries/study/clinical_observationsSummary.sql index 040b65f2..58afbb22 100644 --- a/nirc_ehr/resources/queries/study/clinical_observationsSummary.sql +++ b/nirc_ehr/resources/queries/study/clinical_observationsSummary.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Id, date, diff --git a/nirc_ehr/resources/queries/study/clinremarks.js b/nirc_ehr/resources/queries/study/clinremarks.js index 69d25b24..0dc73f66 100644 --- a/nirc_ehr/resources/queries/study/clinremarks.js +++ b/nirc_ehr/resources/queries/study/clinremarks.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ const console = require("console"); diff --git a/nirc_ehr/resources/queries/study/colonyPopulationChange.sql b/nirc_ehr/resources/queries/study/colonyPopulationChange.sql index df950050..cac3cf87 100644 --- a/nirc_ehr/resources/queries/study/colonyPopulationChange.sql +++ b/nirc_ehr/resources/queries/study/colonyPopulationChange.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/currentBloodDraws.sql b/nirc_ehr/resources/queries/study/currentBloodDraws.sql index 752f1c75..557648f7 100644 --- a/nirc_ehr/resources/queries/study/currentBloodDraws.sql +++ b/nirc_ehr/resources/queries/study/currentBloodDraws.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/resources/queries/study/currentproject.sql b/nirc_ehr/resources/queries/study/currentproject.sql index f39511ad..e69c367e 100644 --- a/nirc_ehr/resources/queries/study/currentproject.sql +++ b/nirc_ehr/resources/queries/study/currentproject.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- This query is used to find the current project SELECT DISTINCT assignment.Id, diff --git a/nirc_ehr/resources/queries/study/deathNotification.sql b/nirc_ehr/resources/queries/study/deathNotification.sql index a1c0d6fc..3516c497 100644 --- a/nirc_ehr/resources/queries/study/deathNotification.sql +++ b/nirc_ehr/resources/queries/study/deathNotification.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Id, diff --git a/nirc_ehr/resources/queries/study/deaths.js b/nirc_ehr/resources/queries/study/deaths.js index 626223e7..ef8a6412 100644 --- a/nirc_ehr/resources/queries/study/deaths.js +++ b/nirc_ehr/resources/queries/study/deaths.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/demographics.js b/nirc_ehr/resources/queries/study/demographics.js index 8122ecd5..def5a9da 100644 --- a/nirc_ehr/resources/queries/study/demographics.js +++ b/nirc_ehr/resources/queries/study/demographics.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2019 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/demographicsActiveFlags.sql b/nirc_ehr/resources/queries/study/demographicsActiveFlags.sql index a935c53b..b3c176e1 100644 --- a/nirc_ehr/resources/queries/study/demographicsActiveFlags.sql +++ b/nirc_ehr/resources/queries/study/demographicsActiveFlags.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT f1.Id, group_concat(DISTINCT f1.flag, chr(10)) as flags diff --git a/nirc_ehr/resources/queries/study/demographicsActiveProjectAssignment.sql b/nirc_ehr/resources/queries/study/demographicsActiveProjectAssignment.sql index f3cbc84a..8789900c 100644 --- a/nirc_ehr/resources/queries/study/demographicsActiveProjectAssignment.sql +++ b/nirc_ehr/resources/queries/study/demographicsActiveProjectAssignment.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.id, a.project.name as project diff --git a/nirc_ehr/resources/queries/study/demographicsActiveProtocolAssignment.sql b/nirc_ehr/resources/queries/study/demographicsActiveProtocolAssignment.sql index e33d7dca..817a7f01 100644 --- a/nirc_ehr/resources/queries/study/demographicsActiveProtocolAssignment.sql +++ b/nirc_ehr/resources/queries/study/demographicsActiveProtocolAssignment.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.id, a.protocol.displayName as protocolDisplayName, diff --git a/nirc_ehr/resources/queries/study/demographicsAliases.sql b/nirc_ehr/resources/queries/study/demographicsAliases.sql index 9925da19..cb979e8b 100644 --- a/nirc_ehr/resources/queries/study/demographicsAliases.sql +++ b/nirc_ehr/resources/queries/study/demographicsAliases.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Id, GROUP_CONCAT(alias, ', ') alias, category.title as aliasType diff --git a/nirc_ehr/resources/queries/study/demographicsCagemates.sql b/nirc_ehr/resources/queries/study/demographicsCagemates.sql index 3c8824d2..a309200f 100644 --- a/nirc_ehr/resources/queries/study/demographicsCagemates.sql +++ b/nirc_ehr/resources/queries/study/demographicsCagemates.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.id, -- t.room, diff --git a/nirc_ehr/resources/queries/study/demographicsCurLocation.sql b/nirc_ehr/resources/queries/study/demographicsCurLocation.sql index 441ed163..e50160ac 100644 --- a/nirc_ehr/resources/queries/study/demographicsCurLocation.sql +++ b/nirc_ehr/resources/queries/study/demographicsCurLocation.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/demographicsLastProject.sql b/nirc_ehr/resources/queries/study/demographicsLastProject.sql index e4870630..b4f45e98 100644 --- a/nirc_ehr/resources/queries/study/demographicsLastProject.sql +++ b/nirc_ehr/resources/queries/study/demographicsLastProject.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d2.id, diff --git a/nirc_ehr/resources/queries/study/demographicsLastProtocol.sql b/nirc_ehr/resources/queries/study/demographicsLastProtocol.sql index d72da760..d4ec2098 100644 --- a/nirc_ehr/resources/queries/study/demographicsLastProtocol.sql +++ b/nirc_ehr/resources/queries/study/demographicsLastProtocol.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d2.id, diff --git a/nirc_ehr/resources/queries/study/demographicsOffspring.sql b/nirc_ehr/resources/queries/study/demographicsOffspring.sql index 658d98bd..e40fbc85 100644 --- a/nirc_ehr/resources/queries/study/demographicsOffspring.sql +++ b/nirc_ehr/resources/queries/study/demographicsOffspring.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/demographicsParents.sql b/nirc_ehr/resources/queries/study/demographicsParents.sql index c574e57e..b36eb8e7 100644 --- a/nirc_ehr/resources/queries/study/demographicsParents.sql +++ b/nirc_ehr/resources/queries/study/demographicsParents.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/resources/queries/study/demographicsSiblings.sql b/nirc_ehr/resources/queries/study/demographicsSiblings.sql index 327c16a9..09904408 100644 --- a/nirc_ehr/resources/queries/study/demographicsSiblings.sql +++ b/nirc_ehr/resources/queries/study/demographicsSiblings.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/demographicsSource.sql b/nirc_ehr/resources/queries/study/demographicsSource.sql index 8bc3ef6f..9b7c5286 100644 --- a/nirc_ehr/resources/queries/study/demographicsSource.sql +++ b/nirc_ehr/resources/queries/study/demographicsSource.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.Id AS Id, diff --git a/nirc_ehr/resources/queries/study/demographicsTotalOffspring.sql b/nirc_ehr/resources/queries/study/demographicsTotalOffspring.sql index a969c0a4..e8fe9efd 100644 --- a/nirc_ehr/resources/queries/study/demographicsTotalOffspring.sql +++ b/nirc_ehr/resources/queries/study/demographicsTotalOffspring.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/queries/study/departure.js b/nirc_ehr/resources/queries/study/departure.js index f209fdc0..849b7e50 100644 --- a/nirc_ehr/resources/queries/study/departure.js +++ b/nirc_ehr/resources/queries/study/departure.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/drug.js b/nirc_ehr/resources/queries/study/drug.js index 7eb736df..7b56509f 100644 --- a/nirc_ehr/resources/queries/study/drug.js +++ b/nirc_ehr/resources/queries/study/drug.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); diff --git a/nirc_ehr/resources/queries/study/exemptions.js b/nirc_ehr/resources/queries/study/exemptions.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/exemptions.js +++ b/nirc_ehr/resources/queries/study/exemptions.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/flags.js b/nirc_ehr/resources/queries/study/flags.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/flags.js +++ b/nirc_ehr/resources/queries/study/flags.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/grossPathology.js b/nirc_ehr/resources/queries/study/grossPathology.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/grossPathology.js +++ b/nirc_ehr/resources/queries/study/grossPathology.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/housing.js b/nirc_ehr/resources/queries/study/housing.js index bb10fa77..4c32cd8b 100644 --- a/nirc_ehr/resources/queries/study/housing.js +++ b/nirc_ehr/resources/queries/study/housing.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var prevAnimalId; var prevDate; diff --git a/nirc_ehr/resources/queries/study/necropsy.js b/nirc_ehr/resources/queries/study/necropsy.js index bbfa3878..73fb1723 100644 --- a/nirc_ehr/resources/queries/study/necropsy.js +++ b/nirc_ehr/resources/queries/study/necropsy.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/necropsyStatus.sql b/nirc_ehr/resources/queries/study/necropsyStatus.sql index 586c5952..622185d6 100644 --- a/nirc_ehr/resources/queries/study/necropsyStatus.sql +++ b/nirc_ehr/resources/queries/study/necropsyStatus.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT demo.Id, CASE WHEN d.QCState.Label = 'Request: Pending' OR d.QCState.Label = 'Review Required' THEN 'Necropsy Pending' ELSE demo.calculated_status END AS necropsy_status diff --git a/nirc_ehr/resources/queries/study/nhpTraining.js b/nirc_ehr/resources/queries/study/nhpTraining.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/nhpTraining.js +++ b/nirc_ehr/resources/queries/study/nhpTraining.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/notes.js b/nirc_ehr/resources/queries/study/notes.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/notes.js +++ b/nirc_ehr/resources/queries/study/notes.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/notificationAnimalProject.sql b/nirc_ehr/resources/queries/study/notificationAnimalProject.sql index 79593908..74376779 100644 --- a/nirc_ehr/resources/queries/study/notificationAnimalProject.sql +++ b/nirc_ehr/resources/queries/study/notificationAnimalProject.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Add more here to make a single query for animal details in notifications SELECT Id, diff --git a/nirc_ehr/resources/queries/study/observationOrdersByDate.sql b/nirc_ehr/resources/queries/study/observationOrdersByDate.sql index 54f7017c..5b0a18f5 100644 --- a/nirc_ehr/resources/queries/study/observationOrdersByDate.sql +++ b/nirc_ehr/resources/queries/study/observationOrdersByDate.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT s.*, co.qcstate.label AS obsStatus diff --git a/nirc_ehr/resources/queries/study/observationSchedule.sql b/nirc_ehr/resources/queries/study/observationSchedule.sql index 51ed11ea..78624072 100644 --- a/nirc_ehr/resources/queries/study/observationSchedule.sql +++ b/nirc_ehr/resources/queries/study/observationSchedule.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT g.id, g.scheduledDate, diff --git a/nirc_ehr/resources/queries/study/observation_order.js b/nirc_ehr/resources/queries/study/observation_order.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/observation_order.js +++ b/nirc_ehr/resources/queries/study/observation_order.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/orchardData.sql b/nirc_ehr/resources/queries/study/orchardData.sql index 484ea288..7597aa15 100644 --- a/nirc_ehr/resources/queries/study/orchardData.sql +++ b/nirc_ehr/resources/queries/study/orchardData.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.Id, d.gender, diff --git a/nirc_ehr/resources/queries/study/orchardIdsForTaskid.sql b/nirc_ehr/resources/queries/study/orchardIdsForTaskid.sql index 4fe28727..261c5921 100644 --- a/nirc_ehr/resources/queries/study/orchardIdsForTaskid.sql +++ b/nirc_ehr/resources/queries/study/orchardIdsForTaskid.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ PARAMETERS (MYTASKID VARCHAR) SELECT Id FROM (SELECT Id, taskid diff --git a/nirc_ehr/resources/queries/study/pairingSummary.sql b/nirc_ehr/resources/queries/study/pairingSummary.sql index 31ebef6d..3192d316 100644 --- a/nirc_ehr/resources/queries/study/pairingSummary.sql +++ b/nirc_ehr/resources/queries/study/pairingSummary.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT p.updatePairing, p.Id, diff --git a/nirc_ehr/resources/queries/study/pairings.js b/nirc_ehr/resources/queries/study/pairings.js index 9c5f253b..f2566fbe 100644 --- a/nirc_ehr/resources/queries/study/pairings.js +++ b/nirc_ehr/resources/queries/study/pairings.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/parentageSummary.sql b/nirc_ehr/resources/queries/study/parentageSummary.sql index 99386215..e9299eee 100644 --- a/nirc_ehr/resources/queries/study/parentageSummary.sql +++ b/nirc_ehr/resources/queries/study/parentageSummary.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/resources/queries/study/prc.js b/nirc_ehr/resources/queries/study/prc.js index 2c1e1a52..57c45f23 100644 --- a/nirc_ehr/resources/queries/study/prc.js +++ b/nirc_ehr/resources/queries/study/prc.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); diff --git a/nirc_ehr/resources/queries/study/prcOverdue.sql b/nirc_ehr/resources/queries/study/prcOverdue.sql index 53d50118..8bf6ff8e 100644 --- a/nirc_ehr/resources/queries/study/prcOverdue.sql +++ b/nirc_ehr/resources/queries/study/prcOverdue.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT po.procedureRecord, po.Id, diff --git a/nirc_ehr/resources/queries/study/prcOverdueNotification.sql b/nirc_ehr/resources/queries/study/prcOverdueNotification.sql index fa9a2c0b..f9b41fcf 100644 --- a/nirc_ehr/resources/queries/study/prcOverdueNotification.sql +++ b/nirc_ehr/resources/queries/study/prcOverdueNotification.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT pod.Id, pod.Id.demographics.species.common_name AS species, diff --git a/nirc_ehr/resources/queries/study/prcSchedule.sql b/nirc_ehr/resources/queries/study/prcSchedule.sql index 7020d353..c4dbce3e 100644 --- a/nirc_ehr/resources/queries/study/prcSchedule.sql +++ b/nirc_ehr/resources/queries/study/prcSchedule.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT po.procedureRecord, diff --git a/nirc_ehr/resources/queries/study/prc_order.js b/nirc_ehr/resources/queries/study/prc_order.js index 7792eb29..d206b3e8 100644 --- a/nirc_ehr/resources/queries/study/prc_order.js +++ b/nirc_ehr/resources/queries/study/prc_order.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); diff --git a/nirc_ehr/resources/queries/study/prc_order_report.sql b/nirc_ehr/resources/queries/study/prc_order_report.sql index 38ca2e8d..0488ae93 100644 --- a/nirc_ehr/resources/queries/study/prc_order_report.sql +++ b/nirc_ehr/resources/queries/study/prc_order_report.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT *, CASE WHEN qcstate.label = 'Completed' THEN 'Completed' ELSE '' END as status FROM study.prc_order \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/pregnancy.js b/nirc_ehr/resources/queries/study/pregnancy.js index 37782924..85531694 100644 --- a/nirc_ehr/resources/queries/study/pregnancy.js +++ b/nirc_ehr/resources/queries/study/pregnancy.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var triggerHelper = new org.labkey.nirc_ehr.query.NIRC_EHRTriggerHelper(LABKEY.Security.currentUser.id, LABKEY.Security.currentContainer.id); diff --git a/nirc_ehr/resources/queries/study/protocolAssignment.js b/nirc_ehr/resources/queries/study/protocolAssignment.js index c0429b50..cbc1fcae 100644 --- a/nirc_ehr/resources/queries/study/protocolAssignment.js +++ b/nirc_ehr/resources/queries/study/protocolAssignment.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); var protocolData = {}; var prevAnimalId; diff --git a/nirc_ehr/resources/queries/study/recentCases.sql b/nirc_ehr/resources/queries/study/recentCases.sql index 7cfcc109..7e65271b 100644 --- a/nirc_ehr/resources/queries/study/recentCases.sql +++ b/nirc_ehr/resources/queries/study/recentCases.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ PARAMETERS(SubjectId VARCHAR, CaseCategory VARCHAR) diff --git a/nirc_ehr/resources/queries/study/tissueDisposition.js b/nirc_ehr/resources/queries/study/tissueDisposition.js index 72d57b2b..f4d5931c 100644 --- a/nirc_ehr/resources/queries/study/tissueDisposition.js +++ b/nirc_ehr/resources/queries/study/tissueDisposition.js @@ -1 +1,6 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/queries/study/treatmentSchedule.sql b/nirc_ehr/resources/queries/study/treatmentSchedule.sql index 7e6586cb..c8e64ae4 100644 --- a/nirc_ehr/resources/queries/study/treatmentSchedule.sql +++ b/nirc_ehr/resources/queries/study/treatmentSchedule.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT d.id, diff --git a/nirc_ehr/resources/queries/study/treatment_order.js b/nirc_ehr/resources/queries/study/treatment_order.js index 828a9437..0d1414de 100644 --- a/nirc_ehr/resources/queries/study/treatment_order.js +++ b/nirc_ehr/resources/queries/study/treatment_order.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); diff --git a/nirc_ehr/resources/queries/study/vitals.js b/nirc_ehr/resources/queries/study/vitals.js index d087cfb4..1cb1b325 100644 --- a/nirc_ehr/resources/queries/study/vitals.js +++ b/nirc_ehr/resources/queries/study/vitals.js @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ require("ehr/triggers").initScript(this); \ No newline at end of file diff --git a/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-0.000-25.000.sql b/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-0.000-25.000.sql index cfff20aa..0cfbbb4f 100644 --- a/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-0.000-25.000.sql +++ b/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-0.000-25.000.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE SCHEMA nirc_ehr; CREATE TABLE nirc_ehr.LocationTypes diff --git a/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-25.000-25.001.sql b/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-25.000-25.001.sql index b1347bc1..3c2b808b 100644 --- a/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-25.000-25.001.sql +++ b/nirc_ehr/resources/schemas/dbscripts/postgresql/nirc_ehr-25.000-25.001.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT core.executeJavaUpgradeCode('reloadFolder'); \ No newline at end of file diff --git a/nirc_ehr/resources/scripts/nirc_triggers.js b/nirc_ehr/resources/scripts/nirc_triggers.js index ca94b556..c77ee72d 100644 --- a/nirc_ehr/resources/scripts/nirc_triggers.js +++ b/nirc_ehr/resources/scripts/nirc_triggers.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var console = require("console"); var LABKEY = require("labkey"); diff --git a/nirc_ehr/resources/web/ehr/metadata/Default.js b/nirc_ehr/resources/web/ehr/metadata/Default.js index dec97a31..ff00e03a 100644 --- a/nirc_ehr/resources/web/ehr/metadata/Default.js +++ b/nirc_ehr/resources/web/ehr/metadata/Default.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Default', { diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/ProcedureOrderCompleteButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/ProcedureOrderCompleteButton.js index f617e590..4abadaba 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/ProcedureOrderCompleteButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/ProcedureOrderCompleteButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.namespace('NIRC_EHR.ProcedureOrderCompleteButton'); Ext4.define('NIRC_EHR.window.ProcedureOrderCompleteWindow', { diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/RecordProcedureButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/RecordProcedureButton.js index 6e9b6a82..08aecc24 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/RecordProcedureButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/RecordProcedureButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.namespace('NIRC_EHR.RecordProcedureButton'); Ext4.define('NIRC_EHR.window.RecordProcedureWindow', { diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/RecordTreatmentButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/RecordTreatmentButton.js index edbd07da..6a9aa6e3 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/RecordTreatmentButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/RecordTreatmentButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.namespace('NIRC_EHR.RecordTreatmentButton'); Ext4.define('NIRC_EHR.window.RecordTreatmentWindow', { diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/SelectCaseButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/SelectCaseButton.js index 4e136114..db880acf 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/SelectCaseButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/SelectCaseButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.form.field.SelectCaseButton', { extend: 'Ext.button.Button', alias: 'widget.nirc_ehr-selectcasebutton', diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/addClinicalObsButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/addClinicalObsButton.js index fb75911f..e77288fe 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/addClinicalObsButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/addClinicalObsButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.DataEntryUtils.registerGridButton('NIRC_DAILY_CLINICAL_OBS', function(config){ return Ext4.Object.merge({ diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/clinicalObsGridButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/clinicalObsGridButton.js index fda4a068..aa7c3192 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/clinicalObsGridButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/clinicalObsGridButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.DataEntryUtils.registerGridButton('NIRC_AUTO_POPULATE_DAILY_OBS', function(config){ return Ext4.Object.merge({ text: 'Auto Populate Clinical Obs', diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/deathNecropsyButtons.js b/nirc_ehr/resources/web/nirc_ehr/buttons/deathNecropsyButtons.js index 68b484b4..344873ff 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/deathNecropsyButtons.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/deathNecropsyButtons.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Buttons specific to the Death-Necropsy form */ diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/necropsyGridButtons.js b/nirc_ehr/resources/web/nirc_ehr/buttons/necropsyGridButtons.js index b407309c..352587c5 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/necropsyGridButtons.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/necropsyGridButtons.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.DataEntryUtils.registerGridButton('ADDGROSSPATHOLOGY', function(config){ return Ext4.Object.merge({ text: 'Add', diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/saveDraftButton.js b/nirc_ehr/resources/web/nirc_ehr/buttons/saveDraftButton.js index bcc4bc77..8e4d4e13 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/saveDraftButton.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/saveDraftButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.DataEntryUtils.registerDataEntryFormButton('NIRCSAVEDRAFTBUTTON', { text: 'Save Draft', name: 'nircSaveDraft', diff --git a/nirc_ehr/resources/web/nirc_ehr/buttons/treatmentSubmit.js b/nirc_ehr/resources/web/nirc_ehr/buttons/treatmentSubmit.js index 2d50f75f..8f382b97 100644 --- a/nirc_ehr/resources/web/nirc_ehr/buttons/treatmentSubmit.js +++ b/nirc_ehr/resources/web/nirc_ehr/buttons/treatmentSubmit.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.DataEntryUtils.registerDataEntryFormButton('NIRC_TREATMENT_SUBMIT', { text: 'Submit Final', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsAnyIdClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsAnyIdClientStore.js index 1ea6cbbd..447e7df6 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsAnyIdClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsAnyIdClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.AssignmentsAnyIdClientStore', { extend: 'NIRC_EHR.data.AssignmentsClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsClientStore.js index 1cbf9747..d84151e1 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/AssignmentsClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @param fieldConfigs */ diff --git a/nirc_ehr/resources/web/nirc_ehr/data/CaseClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/CaseClientStore.js index 9754f2bb..d98104f6 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/CaseClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/CaseClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.CaseClientStore', { extend: 'EHR.data.ParentClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/CaseStoreCollection.js b/nirc_ehr/resources/web/nirc_ehr/data/CaseStoreCollection.js index fbb226f2..8336c7e9 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/CaseStoreCollection.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/CaseStoreCollection.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/web/nirc_ehr/data/ClinicalObservationClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/ClinicalObservationClientStore.js index 46dbb691..ce4487fe 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/ClinicalObservationClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/ClinicalObservationClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.ClinicalObservationsClientStore', { extend: 'EHR.data.DataEntryClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsChildClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsChildClientStore.js index 1248a6fc..9898150c 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsChildClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsChildClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.DrugAdministrationRunsChildClientStore', { extend: 'NIRC_EHR.data.DrugAdministrationRunsClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsClientStore.js index 5d5de328..82dc020d 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/DrugAdministrationRunsClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.DrugAdministrationRunsClientStore', { extend: 'EHR.data.DrugAdministrationRunsClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/ObsOrderChildClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/ObsOrderChildClientStore.js index ca45ae37..cc40b694 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/ObsOrderChildClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/ObsOrderChildClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.ObsOrderChildClientStore', { extend: 'NIRC_EHR.data.ObsOrdersClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/data/ObsOrdersClientStore.js b/nirc_ehr/resources/web/nirc_ehr/data/ObsOrdersClientStore.js index ba7a569c..7cde6b80 100644 --- a/nirc_ehr/resources/web/nirc_ehr/data/ObsOrdersClientStore.js +++ b/nirc_ehr/resources/web/nirc_ehr/data/ObsOrdersClientStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.data.ObsOrdersClientStore', { extend: 'EHR.data.DataEntryClientStore', diff --git a/nirc_ehr/resources/web/nirc_ehr/field/AnimalIdCases.js b/nirc_ehr/resources/web/nirc_ehr/field/AnimalIdCases.js index 381c22a6..22ff725a 100644 --- a/nirc_ehr/resources/web/nirc_ehr/field/AnimalIdCases.js +++ b/nirc_ehr/resources/web/nirc_ehr/field/AnimalIdCases.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.form.AnimalIdCases', { extend: 'Ext.panel.Panel', alias: 'widget.nirc_ehr-animalIdCases', diff --git a/nirc_ehr/resources/web/nirc_ehr/field/DrugVolumeField.js b/nirc_ehr/resources/web/nirc_ehr/field/DrugVolumeField.js index fd8e4d44..e1776b84 100644 --- a/nirc_ehr/resources/web/nirc_ehr/field/DrugVolumeField.js +++ b/nirc_ehr/resources/web/nirc_ehr/field/DrugVolumeField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.field.DrugVolumeField', { extend: 'EHR.form.field.DrugVolumeField', diff --git a/nirc_ehr/resources/web/nirc_ehr/field/EditCase.js b/nirc_ehr/resources/web/nirc_ehr/field/EditCase.js index dc611bd9..ca82a78e 100644 --- a/nirc_ehr/resources/web/nirc_ehr/field/EditCase.js +++ b/nirc_ehr/resources/web/nirc_ehr/field/EditCase.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.form.EditCases', { extend: 'Ext.panel.Panel', alias: 'widget.nirc_ehr-editCases', diff --git a/nirc_ehr/resources/web/nirc_ehr/field/LocationField.js b/nirc_ehr/resources/web/nirc_ehr/field/LocationField.js index 66a7856c..ca87c725 100644 --- a/nirc_ehr/resources/web/nirc_ehr/field/LocationField.js +++ b/nirc_ehr/resources/web/nirc_ehr/field/LocationField.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Alias.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Alias.js index 426f10c8..2b0d6ebe 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Alias.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Alias.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Alias', { allQueries: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Arrival.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Arrival.js index 4586e7fe..25e29fc9 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Arrival.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Arrival.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.onReady(function() { // this is to skip Id not found warning during weights entry in Arrival data entry form if (EHR.data.DataEntryClientStore) { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Assignment.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Assignment.js index 237b1703..c13e7d1e 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Assignment.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Assignment.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Assignment', { allQueries: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorDefaults.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorDefaults.js index efdde47b..fb029f47 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorDefaults.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorDefaults.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('BehaviorDefaults', { byQuery: { 'study.clinremarks': { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorRounds.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorRounds.js index 0c45965e..2654018c 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorRounds.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehaviorRounds.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('BehaviorRounds', { allQueries: { Id: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehavioralCase.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehavioralCase.js index c0eb747a..6d890cff 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/BehavioralCase.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/BehavioralCase.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('BehavioralCase', { allQueries: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Birth.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Birth.js index de878383..acdabf7f 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Birth.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Birth.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.onReady(function() { // this is to skip Id not found warning during weights entry in Birth data entry form if (EHR.data.DataEntryClientStore) { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkBehavior.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkBehavior.js index a9f3f759..fb226060 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkBehavior.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkBehavior.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('BulkBehavior', { byQuery: { 'study.clinremarks': { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkClinical.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkClinical.js index 93c4f23b..ab7d1ff2 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkClinical.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/BulkClinical.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('BulkClinical', { byQuery: { 'study.clinremarks': { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalCase.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalCase.js index 7be9323e..524c6102 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalCase.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalCase.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('ClinicalCase', { allQueries: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalDefaults.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalDefaults.js index d89b4b47..7b6c3d26 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalDefaults.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalDefaults.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalRounds.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalRounds.js index a4434c5d..7512384f 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalRounds.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/ClinicalRounds.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('ClinicalRounds', { allQueries: { Id: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/DeathNecropsy.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/DeathNecropsy.js index 1db8b70c..6e6c7096 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/DeathNecropsy.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/DeathNecropsy.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('DeathNecropsy', { allQueries: { }, diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/MedicationEndDate.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/MedicationEndDate.js index 5c4dfd82..86b03341 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/MedicationEndDate.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/MedicationEndDate.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('MedicationEndDate', { allQueries: { 'code': { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/NIRCDefault.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/NIRCDefault.js index 87ff22d8..00e9da75 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/NIRCDefault.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/NIRCDefault.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Default', { allQueries: { Id: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/ObsDefaults.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/ObsDefaults.js index 44ab3316..73b8950a 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/ObsDefaults.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/ObsDefaults.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('ObsDefaults', { byQuery: { 'study.clinical_observations': { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/ParentChild.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/ParentChild.js index 31a5b400..b5487957 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/ParentChild.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/ParentChild.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('ParentChild', { allQueries: { Id: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Pregnancy.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Pregnancy.js index 766eeaf0..a6961bf8 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Pregnancy.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Pregnancy.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Pregnancy', { allQueries: { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/Rearrival.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/Rearrival.js index 99600f02..059847ea 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/Rearrival.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/Rearrival.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('Rearrival', { diff --git a/nirc_ehr/resources/web/nirc_ehr/model/sources/TreatmentSchedule.js b/nirc_ehr/resources/web/nirc_ehr/model/sources/TreatmentSchedule.js index 67c12aa7..eca90402 100644 --- a/nirc_ehr/resources/web/nirc_ehr/model/sources/TreatmentSchedule.js +++ b/nirc_ehr/resources/web/nirc_ehr/model/sources/TreatmentSchedule.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.model.DataModelManager.registerMetadata('TreatmentSchedule', { allQueries: { project: { diff --git a/nirc_ehr/resources/web/nirc_ehr/nircOverrides.js b/nirc_ehr/resources/web/nirc_ehr/nircOverrides.js index 39f89d19..42c7f0a0 100644 --- a/nirc_ehr/resources/web/nirc_ehr/nircOverrides.js +++ b/nirc_ehr/resources/web/nirc_ehr/nircOverrides.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EHR.Utils.rowEditorPlugin = 'NIRC_EHR.plugin.RowEditor'; EHR.Utils.editUIButtonHandler = function(schemaName, queryName, dataRegionName, paramMap, copyFilters){ diff --git a/nirc_ehr/resources/web/nirc_ehr/nircReports.js b/nirc_ehr/resources/web/nirc_ehr/nircReports.js index 9a7aab31..ae415656 100644 --- a/nirc_ehr/resources/web/nirc_ehr/nircReports.js +++ b/nirc_ehr/resources/web/nirc_ehr/nircReports.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.namespace('EHR.reports'); EHR.reports.clinicalHistoryPanelXtype = 'nirc_ehr-snapshotpanel'; diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/AnimalDetailsPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/AnimalDetailsPanel.js index 92eac946..601d58a3 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/AnimalDetailsPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/AnimalDetailsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * @param subjectId */ diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/ArrivalInstructionsPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/ArrivalInstructionsPanel.js index 910071f5..b1ad614a 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/ArrivalInstructionsPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/ArrivalInstructionsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.ArrivalInstructionsPanel', { extend: 'NIRC_EHR.panel.InstructionsPanel', alias: 'widget.nirc_ehr-arrivalinstructionspanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/BirthInstructionsPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/BirthInstructionsPanel.js index c53f9cc8..98953815 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/BirthInstructionsPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/BirthInstructionsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.BirthInstructionsPanel', { extend: 'NIRC_EHR.panel.InstructionsPanel', alias: 'widget.nirc_ehr-birthinstructionspanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/BloodSummaryPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/BloodSummaryPanel.js index c8b69e6d..a94a054c 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/BloodSummaryPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/BloodSummaryPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/CaseHistoryPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/CaseHistoryPanel.js index 517352c6..30ad27f8 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/CaseHistoryPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/CaseHistoryPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg caseId diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/ClinicalHistoryPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/ClinicalHistoryPanel.js index 50f151d9..efc48631 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/ClinicalHistoryPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/ClinicalHistoryPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg subjectId diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/InstructionsPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/InstructionsPanel.js index 6f0f00b5..9ecccde5 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/InstructionsPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/InstructionsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.InstructionsPanel', { extend: 'Ext.panel.Panel', alias: 'widget.nirc_ehr-instructionspanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/NIRCExamCasesDataEntryPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/NIRCExamCasesDataEntryPanel.js index 6f2bdd38..8f301ff5 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/NIRCExamCasesDataEntryPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/NIRCExamCasesDataEntryPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.ExamCasesDataEntryPanel', { extend: 'EHR.panel.TaskDataEntryPanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/NarrowSnapshotPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/NarrowSnapshotPanel.js index 15d1f4c3..d8fd7417 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/NarrowSnapshotPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/NarrowSnapshotPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.NarrowSnapshotPanel', { extend: 'NIRC_EHR.panel.SnapshotPanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/SelectCasePanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/SelectCasePanel.js index af5c0736..25b35169 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/SelectCasePanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/SelectCasePanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg {String} animalId diff --git a/nirc_ehr/resources/web/nirc_ehr/panel/SnapshotPanel.js b/nirc_ehr/resources/web/nirc_ehr/panel/SnapshotPanel.js index 16bc553c..a27a1c78 100644 --- a/nirc_ehr/resources/web/nirc_ehr/panel/SnapshotPanel.js +++ b/nirc_ehr/resources/web/nirc_ehr/panel/SnapshotPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.panel.SnapshotPanel', { extend: 'EHR.panel.SnapshotPanel', alias: 'widget.nirc_ehr-snapshotpanel', diff --git a/nirc_ehr/resources/web/nirc_ehr/plugin/RowEditor.js b/nirc_ehr/resources/web/nirc_ehr/plugin/RowEditor.js index 75806fc3..8c6a5d25 100644 --- a/nirc_ehr/resources/web/nirc_ehr/plugin/RowEditor.js +++ b/nirc_ehr/resources/web/nirc_ehr/plugin/RowEditor.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.plugin.RowEditor', { extend: 'EHR.plugin.RowEditor', diff --git a/nirc_ehr/resources/web/nirc_ehr/utils.js b/nirc_ehr/resources/web/nirc_ehr/utils.js index 5c19b3ff..cd2fef99 100644 --- a/nirc_ehr/resources/web/nirc_ehr/utils.js +++ b/nirc_ehr/resources/web/nirc_ehr/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ NIRC_EHR.Utils = new function () { return { diff --git a/nirc_ehr/resources/web/nirc_ehr/window/AddAnimalsWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/AddAnimalsWindow.js index f0e939fd..c6998785 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/AddAnimalsWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/AddAnimalsWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.window.AddAnimalsWindow', { extend: 'EHR.window.AddAnimalsWindow', diff --git a/nirc_ehr/resources/web/nirc_ehr/window/CopyFromSectionWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/CopyFromSectionWindow.js index f49e65cb..8be3e834 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/CopyFromSectionWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/CopyFromSectionWindow.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/web/nirc_ehr/window/DrugAmountWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/DrugAmountWindow.js index f9839887..9f4fc76c 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/DrugAmountWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/DrugAmountWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function getSnomedStore(){ if (NIRC_EHR._snomedStore) return NIRC_EHR._snomedStore; diff --git a/nirc_ehr/resources/web/nirc_ehr/window/MarkTreatmentCompletedWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/MarkTreatmentCompletedWindow.js index 42ae2f57..c26ea351 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/MarkTreatmentCompletedWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/MarkTreatmentCompletedWindow.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/nirc_ehr/resources/web/nirc_ehr/window/NIRCCaseHistoryWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/NIRCCaseHistoryWindow.js index b95e5db7..cf65a845 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/NIRCCaseHistoryWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/NIRCCaseHistoryWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.window.CaseHistoryWindow', { extend: 'NIRC_EHR.window.ClinicalHistoryWindow', diff --git a/nirc_ehr/resources/web/nirc_ehr/window/NIRCClinicalHistoryWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/NIRCClinicalHistoryWindow.js index 76c53870..a1e6784c 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/NIRCClinicalHistoryWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/NIRCClinicalHistoryWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.window.ClinicalHistoryWindow', { extend: 'EHR.window.ClinicalHistoryWindow', diff --git a/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentCasesWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentCasesWindow.js index f0fb360f..31168251 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentCasesWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentCasesWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.window.RecentCasesWindow', { extend: 'Ext.window.Window', diff --git a/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentRemarksWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentRemarksWindow.js index 493fd554..b78340f5 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentRemarksWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/NIRCRecentRemarksWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('NIRC_EHR.window.RecentRemarksWindow', { extend: 'Ext.window.Window', diff --git a/nirc_ehr/resources/web/nirc_ehr/window/SelectCaseWindow.js b/nirc_ehr/resources/web/nirc_ehr/window/SelectCaseWindow.js index 21b06243..fa816211 100644 --- a/nirc_ehr/resources/web/nirc_ehr/window/SelectCaseWindow.js +++ b/nirc_ehr/resources/web/nirc_ehr/window/SelectCaseWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg {String} animalId diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/NIRCOrchardFileGenerator.java b/nirc_ehr/src/org/labkey/nirc_ehr/NIRCOrchardFileGenerator.java index cce21677..4127955b 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/NIRCOrchardFileGenerator.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/NIRCOrchardFileGenerator.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr; import org.apache.logging.log4j.Logger; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRManager.java b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRManager.java index a6efa945..cf97d2d1 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRManager.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr; import org.labkey.api.query.Queryable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRModule.java b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRModule.java index 8339e493..97e37785 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRModule.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRSchema.java b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRSchema.java index 86a3c434..de570113 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRSchema.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/NIRC_EHRSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr; import org.labkey.api.data.DbSchema; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/buttons/MarkTreatmentCompletedButton.java b/nirc_ehr/src/org/labkey/nirc_ehr/buttons/MarkTreatmentCompletedButton.java index 3e6ab9e9..7c3fde82 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/buttons/MarkTreatmentCompletedButton.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/buttons/MarkTreatmentCompletedButton.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.buttons; import org.labkey.api.data.ColumnInfo; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/columnTransform/NIRCUserCreateTransform.java b/nirc_ehr/src/org/labkey/nirc_ehr/columnTransform/NIRCUserCreateTransform.java index f99b7208..3278469c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/columnTransform/NIRCUserCreateTransform.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/columnTransform/NIRCUserCreateTransform.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.columnTransform; import org.labkey.api.data.SQLFragment; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAliasFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAliasFormType.java index 6dd9c448..02afea4e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAliasFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAliasFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAnimalTrainingFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAnimalTrainingFormType.java index 95029eab..a747ecf6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAnimalTrainingFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAnimalTrainingFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.EHRService; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCArrivalFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCArrivalFormType.java index e01e6cb2..09f9e273 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCArrivalFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCArrivalFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAssignmentFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAssignmentFormType.java index 0a876953..458ff7c6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAssignmentFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCAssignmentFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBaseTaskFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBaseTaskFormType.java index 5c4d0719..6774d94f 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBaseTaskFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBaseTaskFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehaviorRoundsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehaviorRoundsFormType.java index b2a78138..b8b5d404 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehaviorRoundsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehaviorRoundsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.AbstractFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehavioralCasesFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehavioralCasesFormType.java index 68b957fc..d3fed1b4 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehavioralCasesFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBehavioralCasesFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.AbstractFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBirthFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBirthFormType.java index 96416137..4f9b56fc 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBirthFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBirthFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBuildingFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBuildingFormType.java index c4b80569..0da8c72e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBuildingFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBuildingFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkBehaviorFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkBehaviorFormType.java index 691f094a..911cb28f 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkBehaviorFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkBehaviorFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkClinicalFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkClinicalFormType.java index 5711d778..ab67a644 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkClinicalFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCBulkClinicalFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCageFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCageFormType.java index e2c8d068..045bfe0f 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCageFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCageFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCasesFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCasesFormType.java index 0bb1c1d7..7999442b 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCasesFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCCasesFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCChemistryImportFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCChemistryImportFormType.java index b0428cc4..b09e3198 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCChemistryImportFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCChemistryImportFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalObservationsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalObservationsFormType.java index 1294ebfa..a391fefc 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalObservationsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalObservationsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalRoundsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalRoundsFormType.java index 12d64931..4587f2e5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalRoundsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCClinicalRoundsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.AbstractFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDeathNecropsyFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDeathNecropsyFormType.java index 1ccde992..c649bb73 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDeathNecropsyFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDeathNecropsyFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDepartureFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDepartureFormType.java index 103970be..502217cb 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDepartureFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCDepartureFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCExemptionsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCExemptionsFormType.java index 07276eac..200b81cc 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCExemptionsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCExemptionsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFlagsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFlagsFormType.java index 052ad987..5af94830 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFlagsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFlagsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFloorFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFloorFormType.java index cf8dd522..bfaa724e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFloorFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCFloorFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCHousingFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCHousingFormType.java index b8e3833f..fdf72652 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCHousingFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCHousingFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCMedicationTreatmentFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCMedicationTreatmentFormType.java index 9a5c3a02..e2358d11 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCMedicationTreatmentFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCMedicationTreatmentFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCNotesFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCNotesFormType.java index 173bbc0d..a4fb7e59 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCNotesFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCNotesFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPairingsFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPairingsFormType.java index 4d106b78..f1a16a4e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPairingsFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPairingsFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.EHRService; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPregnancyFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPregnancyFormType.java index e7bdb6af..40a04fed 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPregnancyFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCPregnancyFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProjectFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProjectFormType.java index 35f064e9..8b72e275 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProjectFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProjectFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProtocolFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProtocolFormType.java index 25f10b3e..ccee9255 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProtocolFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCProtocolFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRearrivalFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRearrivalFormType.java index 4b9bd840..c3d32776 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRearrivalFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRearrivalFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRoomFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRoomFormType.java index 907152ad..b94a7b02 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRoomFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCRoomFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCSerologyImportFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCSerologyImportFormType.java index 29dad446..b4fd8c94 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCSerologyImportFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCSerologyImportFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCWeightFormType.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCWeightFormType.java index 65a0a151..c5d12244 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCWeightFormType.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/form/NIRCWeightFormType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.form; import org.labkey.api.ehr.dataentry.DataEntryFormContext; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/BaseFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/BaseFormSection.java index 5c6ea9a5..c2ad1bf8 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/BaseFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/BaseFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAliasFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAliasFormSection.java index 2439b5cf..2d09551b 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAliasFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAliasFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCAliasFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAnimalDetailsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAnimalDetailsFormSection.java index db5e993f..4b02a1b4 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAnimalDetailsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCAnimalDetailsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.ehr.dataentry.NonStoreFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalFormSection.java index ee2a63c0..73107cc6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalInstructionsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalInstructionsFormSection.java index 302d6be4..4e80553d 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalInstructionsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCArrivalInstructionsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.ehr.dataentry.AbstractFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthFormSection.java index 5ebfcd5c..6461a8bd 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthInstructionsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthInstructionsFormSection.java index 6a159318..d3095230 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthInstructionsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthInstructionsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.ehr.dataentry.AbstractFormSection; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBloodDrawFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBloodDrawFormSection.java index f1476c4e..93db3478 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBloodDrawFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBloodDrawFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCaseTemplateFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCaseTemplateFormSection.java index 6fed5dfd..9fc74d14 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCaseTemplateFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCaseTemplateFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCasesFormPanelSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCasesFormPanelSection.java index b0ab982d..549036dc 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCasesFormPanelSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCCasesFormPanelSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalObservationsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalObservationsFormSection.java index 5dad7dae..3288e52a 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalObservationsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalObservationsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormPanelSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormPanelSection.java index 22d85157..a6444d6a 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormPanelSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormPanelSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormSection.java index 1b6a5a56..b5bdfcf8 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCClinicalRemarksFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.data.TableInfo; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDeathFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDeathFormSection.java index 1f93391d..8159570e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDeathFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDeathFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDepartureFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDepartureFormSection.java index 879a8805..89af5b70 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDepartureFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCDepartureFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCDepartureFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCExemptionsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCExemptionsFormSection.java index effd42a8..a52a4ab0 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCExemptionsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCExemptionsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCExemptionsFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCFlagsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCFlagsFormSection.java index 16d0ce75..8d07c9c6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCFlagsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCFlagsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCFlagsFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCGrossPathologyFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCGrossPathologyFormSection.java index 096fcbf8..6a9ce09c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCGrossPathologyFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCGrossPathologyFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCHousingFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCHousingFormSection.java index 73d6964f..8e926bf9 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCHousingFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCHousingFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNecropsyFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNecropsyFormSection.java index 924ab730..867598de 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNecropsyFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNecropsyFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNotesFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNotesFormSection.java index e5d6b414..07228bc5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNotesFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCNotesFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCNotesFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCObservationOrdersFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCObservationOrdersFormSection.java index b0eda39b..1c541aa7 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCObservationOrdersFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCObservationOrdersFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCPregnancyFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCPregnancyFormSection.java index 4d55089c..75ae878e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCPregnancyFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCPregnancyFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; public class NIRCPregnancyFormSection extends BaseFormSection diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureFormSection.java index 1c2d66c4..5afa3fd3 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureOrderFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureOrderFormSection.java index 9507f05e..8f8fda65 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureOrderFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProcedureOrderFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.data.TableInfo; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProjectAssignmentFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProjectAssignmentFormSection.java index e1b7da6a..4e9a9c7a 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProjectAssignmentFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProjectAssignmentFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProtocolAssignmentFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProtocolAssignmentFormSection.java index 276151d2..926d451d 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProtocolAssignmentFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCProtocolAssignmentFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCRearrivalFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCRearrivalFormSection.java index 17c7eed4..fd5728bf 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCRearrivalFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCRearrivalFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTaskFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTaskFormSection.java index 9d44a8c3..7b2ea982 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTaskFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTaskFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.json.JSONObject; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTissueDispositionFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTissueDispositionFormSection.java index ed018a20..5e33fdc2 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTissueDispositionFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTissueDispositionFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentGivenFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentGivenFormSection.java index 3d79c541..3d42103c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentGivenFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentGivenFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentOrderFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentOrderFormSection.java index 86e036b0..54610693 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentOrderFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCTreatmentOrderFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCVitalsFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCVitalsFormSection.java index d25b4687..f5e7c628 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCVitalsFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCVitalsFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCWeightFormSection.java b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCWeightFormSection.java index 40a0dd58..c52ce397 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCWeightFormSection.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCWeightFormSection.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.dataentry.section; import org.labkey.api.view.template.ClientDependency; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveAssignmentsDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveAssignmentsDemographicsProvider.java index 6a6cbffd..3542088e 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveAssignmentsDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveAssignmentsDemographicsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 LabKey Corporation + * Copyright (c) 2022-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveCasesDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveCasesDemographicsProvider.java index 228cfacf..d9bb05e5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveCasesDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveCasesDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.demographics; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveFlagsDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveFlagsDemographicsProvider.java index 75eca038..19358caa 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveFlagsDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveFlagsDemographicsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveTreatmentsDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveTreatmentsDemographicsProvider.java index 46089bfd..809c94ae 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveTreatmentsDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ActiveTreatmentsDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.demographics; import org.labkey.api.data.SimpleFilter; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/CagematesDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/CagematesDemographicsProvider.java index c0479886..46da340f 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/CagematesDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/CagematesDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.demographics; import org.apache.commons.lang3.StringUtils; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/HousingDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/HousingDemographicsProvider.java index 4a285f31..2e6108a5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/HousingDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/HousingDemographicsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/NecropsyStatusDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/NecropsyStatusDemographicsProvider.java index 31bbc026..1c5550fb 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/NecropsyStatusDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/NecropsyStatusDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.demographics; import org.labkey.api.data.CompareType; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ProtocolAssignmentDemographicsProvider.java b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ProtocolAssignmentDemographicsProvider.java index ed2e4176..2d45f366 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ProtocolAssignmentDemographicsProvider.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/demographics/ProtocolAssignmentDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.demographics; import org.labkey.api.data.CompareType; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/ArrivalDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/ArrivalDataSource.java index 933caf5c..955a37ac 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/ArrivalDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/ArrivalDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/BiopsyDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/BiopsyDataSource.java index 1d4f3fd2..976b6a9d 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/BiopsyDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/BiopsyDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/BirthDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/BirthDataSource.java index 6d07815e..399e35e5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/BirthDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/BirthDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/BloodDrawDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/BloodDrawDataSource.java index 5b02b6ed..0bac1def 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/BloodDrawDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/BloodDrawDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/BreederDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/BreederDataSource.java index 2a5d7917..cfc7ae59 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/BreederDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/BreederDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/DeathDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/DeathDataSource.java index 7817284f..0ab96231 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/DeathDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/DeathDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/DepartureDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/DepartureDataSource.java index 0de6d6f0..f55665f5 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/DepartureDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/DepartureDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/DrugAdminDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/DrugAdminDataSource.java index 1c6ccbe3..87ce640c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/DrugAdminDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/DrugAdminDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/ExemptionsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/ExemptionsDataSource.java index 88542870..6a2bbaac 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/ExemptionsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/ExemptionsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/FlagsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/FlagsDataSource.java index 099a7ea1..170dda9c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/FlagsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/FlagsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/FosteringDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/FosteringDataSource.java index 710be254..9f5f8d66 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/FosteringDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/FosteringDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/HistopathologyDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/HistopathologyDataSource.java index 50254ac6..0091b4da 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/HistopathologyDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/HistopathologyDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCBehaviorObservationsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCBehaviorObservationsDataSource.java index f7d6ac65..3310b25c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCBehaviorObservationsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCBehaviorObservationsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.module.Module; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseCloseDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseCloseDataSource.java index b7ce3891..d72e61cf 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseCloseDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseCloseDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.jetbrains.annotations.NotNull; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseOpenDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseOpenDataSource.java index 0f9a2345..879e0967 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseOpenDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCCaseOpenDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalObservationsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalObservationsDataSource.java index 93f41a08..4441adef 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalObservationsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalObservationsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.module.Module; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalRemarksDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalRemarksDataSource.java index 00c18b55..e7ebd7aa 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalRemarksDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCClinicalRemarksDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCEndTreatmentOrderDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCEndTreatmentOrderDataSource.java index c08dfb46..ea9c8b77 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCEndTreatmentOrderDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCEndTreatmentOrderDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.jetbrains.annotations.NotNull; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCHousingDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCHousingDataSource.java index bd0d8cae..8725e100 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCHousingDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCHousingDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationOrdersDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationOrdersDataSource.java index ad27f4e9..0682153a 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationOrdersDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationOrdersDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.apache.commons.lang3.StringUtils; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationsDataSource.java index 97ebccc5..e033a63f 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCObservationsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.apache.commons.lang3.StringUtils; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCProcedureOrdersDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCProcedureOrdersDataSource.java index 25c627f7..f3be03ee 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCProcedureOrdersDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCProcedureOrdersDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCVitalsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCVitalsDataSource.java index e63533de..e6852e41 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCVitalsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/NIRCVitalsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/PairingsDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/PairingsDataSource.java index aa30bf73..ee1905c3 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/PairingsDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/PairingsDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/PhysicalExamDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/PhysicalExamDataSource.java index 9c02ce8f..5e8db81d 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/PhysicalExamDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/PhysicalExamDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/PregnancyDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/PregnancyDataSource.java index 6d515092..65c0b8b6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/PregnancyDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/PregnancyDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProceduresDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProceduresDataSource.java index ffb391be..ac615463 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProceduresDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProceduresDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProjectAssignmentDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProjectAssignmentDataSource.java index 06beed32..39f17674 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProjectAssignmentDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProjectAssignmentDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.ehr.history.DefaultAssignmentDataSource; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProtocolDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProtocolDataSource.java index 5449f9c9..962795e8 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/ProtocolDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/ProtocolDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/history/SerologyDataSource.java b/nirc_ehr/src/org/labkey/nirc_ehr/history/SerologyDataSource.java index f74112e7..51c142ee 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/history/SerologyDataSource.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/history/SerologyDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.history; import org.labkey.api.data.Container; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCClinicalMoveNotification.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCClinicalMoveNotification.java index 227b8d75..32a3faf1 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCClinicalMoveNotification.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCClinicalMoveNotification.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.notification; import org.jetbrains.annotations.Nullable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCDeathNotification.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCDeathNotification.java index 7e4961c7..af93897b 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCDeathNotification.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCDeathNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCPregnancyOutcomeNotification.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCPregnancyOutcomeNotification.java index 3486d12f..5d8d07de 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCPregnancyOutcomeNotification.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCPregnancyOutcomeNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 LabKey Corporation + * Copyright (c) 2025-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCProcedureOverdueNotification.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCProcedureOverdueNotification.java index fd802702..74f57d0c 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCProcedureOverdueNotification.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NIRCProcedureOverdueNotification.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.notification; import org.jetbrains.annotations.Nullable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NotificationHelper.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NotificationHelper.java index 1db441e0..19c50ca6 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/NotificationHelper.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/NotificationHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.notification; import jakarta.annotation.Nullable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/notification/TriggerScriptNotification.java b/nirc_ehr/src/org/labkey/nirc_ehr/notification/TriggerScriptNotification.java index 944708f1..e30b931a 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/notification/TriggerScriptNotification.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/notification/TriggerScriptNotification.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.notification; import org.apache.commons.lang3.StringUtils; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRTriggerHelper.java b/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRTriggerHelper.java index e23bfa77..f5fab753 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRTriggerHelper.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRTriggerHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.query; import org.apache.commons.lang3.mutable.Mutable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRUserSchema.java b/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRUserSchema.java index 48ce6f38..23aaf997 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRUserSchema.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/query/NIRC_EHRUserSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.query; import org.jetbrains.annotations.Nullable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechPermission.java b/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechPermission.java index 90a189cf..aed821b7 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechPermission.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechPermission.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.security; import org.labkey.api.ehr.security.AbstractEHRPermission; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechRole.java b/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechRole.java index 03263fa7..196f6731 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechRole.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/security/NIRCEHRVetTechRole.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.security; import org.labkey.api.ehr.security.EHRDataEntryPermission; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRCustomizer.java b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRCustomizer.java index d72ec5b7..83b753b3 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRCustomizer.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.table; import io.micrometer.common.util.StringUtils; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRSharedDatasetTrigger.java b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRSharedDatasetTrigger.java index 7f976077..e9156d91 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRSharedDatasetTrigger.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRSharedDatasetTrigger.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.table; import org.jetbrains.annotations.Nullable; diff --git a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRTriggerScriptFactory.java b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRTriggerScriptFactory.java index 841df98f..3600e093 100644 --- a/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRTriggerScriptFactory.java +++ b/nirc_ehr/src/org/labkey/nirc_ehr/table/NIRC_EHRTriggerScriptFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.nirc_ehr.table; import org.jetbrains.annotations.NotNull; diff --git a/nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java b/nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java index 85f30273..cab4ae2c 100644 --- a/nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java +++ b/nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 LabKey Corporation + * Copyright (c) 2024-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.