Xavier Haurie | 4d52fee0d51 | Merge pull request #1 in HCCRCSCHEDULER/scheduler from cleanup-properties-files-and-executables-names to develop
Car... | | |
Xavier Haurie | 76fcaa2a203 | moved properties files for standalone applications to a folder named 'example-conf' | | |
Xavier Haurie | 72f136936a9 | moved properties files for standalone applications to a folder named 'example-conf' | | |
Xavier Haurie | e584b2aaf1f | moved properties files for standalone applications to a folder named 'example-conf' | | |
Xavier Haurie | 91a3e1d9ae3 | moved properties files for standalone applications to a folder named 'example-conf' | | |
Xavier Haurie | 18eb739b361 | minor progress on making the SubjectDataCleaner app work | | |
Xavier Haurie | 8772db5ce65 | minor progress on making the SubjectDataCleaner app work | | |
Xavier Haurie | 3a4f13b1008 | more clean-up around subject-data-cleaner and scheduler-web | | |
Xavier Haurie | 204dd6d4f35 | more clean-up around subject-data-cleaner and scheduler-web | | |
Xavier Haurie | f3a0e62cdbc | merge epic-integration-data-cleanup into cleanup-properties-files-and-executables-names | | |
Xavier Haurie | 98f2602beee | merge epic-integration-data-cleanup into cleanup-properties-files-and-executables-names | | |
Xavier Haurie | a48f45772b2 | further clean-up of properties etc. | | |
Xavier Haurie | 9d1ef5e22c3 | further clean-up of properties etc. | | |
Xavier Haurie | 9da388276f8 | added data cleanup program (in progress) and class path util | | |
Xavier Haurie | 84255bd9a8c | added data cleanup program (in progress) and class path util | | |
Xavier Haurie | 5116deb121a | merge develop into this branch | | |
Xavier Haurie | 9a258ec35f2 | merge develop into this branch | | |
Xavier Haurie | f6b15a30804 | clean-up executable modules names, properties file names, etc. | | |
Xavier Haurie | 22ff95e40fb | tweaked Ankit's query for 4867, which seems to be equivalent to mine. | | |
Xavier Haurie | d217538ccbb | tweaked Ankit's query for 4867, which seems to be equivalent to mine. | | |
Ankit Panchamia | 0f701596abf | reviewed and updated the first query (JIRA HCCRCSCHEDULING-4867 : subjects created more than X months ago and never a... | | |
Ankit Panchamia | d2d1ca59aef | reviewed and updated the first query (JIRA HCCRCSCHEDULING-4867 : subjects created more than X months ago and never a... | | |
Bill Simons | abfbaba9a7a | update sonar maven plugin version | | |
Carl | dd4ab1b194b | fix unit test | | |
Ankit Panchamia | 2f7b638aa91 | more progress on the Subjects module rewrite (back end, front end, db) updates... | | |
Xavier Haurie | 8b344f1924d | HCCRCSCHEDULING-4871 : Identification of Subjects Scheduled for Some Studies But Not All They Are Added To | | |
Xavier Haurie | 34a7f8b0d39 | HCCRCSCHEDULING-4871 : Identification of Subjects Scheduled for Some Studies But Not All They Are Added To | | |
Xavier Haurie | 52f63883eea | HCCRCSCHEDULING-4867 : subjects created more than X months ago and never added to a study
HCCRCSCHEDULING-4869 : subj... | | |
Xavier Haurie | 3988a480ad1 | HCCRCSCHEDULING-4867 : subjects created more than X months ago and never added to a study
HCCRCSCHEDULING-4869 : subj... | | |
Carl | 168b91584c1 | move properties off of classpath, to help a non-source-controlled dir can hold them | | |
Ankit Panchamia | 9b842f54b3c | updated pom to reference the private repo for snapshots. | | |
Xavier Haurie | 44d0d41dbb2 | disambiguate 2 classes in the same package, with the same name, but in different pom modules. Looks like ReportTempla... | | |
Carl | e385dbd73b9 | try to get sensitive properties from environment | | |
Carl | 83f61fbbf24 | checkpoint. on the way to wiring DTOs for empi resources. | | |
Carl | e3a01487c8d | checkpoint. on the way to wiring DTOs for empi resources. | | |
Ankit Panchamia | 2db7a48333a | EMPI integration new feature implementation : view details functionality implemented
front end refactoring: removed ... | | |
Carl | 8e52444542d | checkpoint. on the way to wiring for findByMrn. not quite there. | | |
Carl | 7be1c967325 | wiring works for http://localhost:8080/scheduler/rest/subject/ssot/getSearchSubjects?lastName=NEPHROS&mrn=21008230
su... | | |
Carl | 50f1fb4e63f | getting close but not quite smoking, with wiring for use of empi-mock-server | | |
Carl | 0efdb995d1c | checkpoint for group refactoring.
project passes tests, BatchSubjects is slightly less stubby. | | |
Carl | 030df7b38d4 | checkpoint for group refactoring.
project compiles, but BatchSubjects is stubby. | | |
Carl | 5160af1a3dd | checkpoint for group refactoring.
project compiles, but BatchSubjects is stubby. | | |
Carl | a6e23b604fa | Externalize epicMode property.
Adjust subject table column allocation | | |
Carl | 28dbdba910d | More renaming from SSOT to External | | |
Carl | 79675c9a809 | Rename some SubjectSSOT classes to ExternalSubjectService | | |
Ankit Panchamia | b2763b66967 | license header in new js file | | |
Ankit Panchamia | a9e929bea70 | Merge branch 'feature/empi-epic-integration' into develop
# Conflicts:
# .gitignore
# pom.xml | | |
Carl | 672cc7b6fea | Merge remote-tracking branch 'origin/feature/empi-epic-integration' into empi-epic-integration | | |
Carl | 04e7ac19d29 | checkpoint for wiring to empi-mock server | | |
Ankit Panchamia | 429166ecc41 | refactoring work on the new subject search form. (remove checkbox since we wont be implementing merge functionality yet) | | |
Ankit Panchamia | 8190971b2b9 | refactoring work on the new subject search form. | | |
Carl | 35db927b603 | search now for 2 out of 3, with gender an optional filter | | |
Carl | e7258c2fe88 | search on dummy data with 2 out of 4 matching.
use latest sql and try 'http://localhost:8080/scheduler/rest/subject/s... | | |
Carl | 9ba36b613dc | Merge remote-tracking branch 'origin/feature/empi-epic-integration' into empi-epic-integration | | |
Carl | a8881bb7ff7 | second use-case for dummy data. search for 2 out of 4 criteria.
changed gender to int to match.
return our ssotDto, c... | | |
Ankit Panchamia | 28c98b848df | front end cleanup | | |
Carl | 49407f26f11 | initial use-case for dummy data works | | |
Carl | 9e742b2364d | stabilize previous commit | | |
Carl | 457f9fd853a | merge empiResource into SubjectResource.
part-way to new dao for dummy data | | |
Carl | 5e52db93290 | Merge remote-tracking branch 'origin/feature/empi-epic-integration' into empi-epic-integration
Conflicts:
core/src/... | | |
Carl | 87b8ffb6565 | merge empiResource into SubjectResource.
part-way to new dao for dummy data | | |
Ankit Panchamia | 3141651ca3a | rest service wired with the front-end
First pass at refactoring epic integration search subjects rest service
removed... | | |
Carl | d4acaedb26e | instrument DTO to digest the demo entities | | |
Xavier Haurie | 1ea71f1823f | re-wire things correctly (?) : essentially, implement EpicSubjectSSOT.getSearchedSubjects() | | |
Xavier Haurie | bf70ec37a68 | added 'verify' statement to testFindSubjectByMultipleParametersSSOT | | |
Xavier Haurie | e5abafbffa2 | Merge branch 'feature/epic-carl' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into feature/epic... | | |
Xavier Haurie | 082bb7a55fe | added a method for finding lists of EPIC subjects, with a very simplistic test to see if it runs without exploding. I... | | |
Carl | 9254b3c4dbc | added oneToMany wiring from empi subject to mrn's and aliases | | |
Carl | 8273acb26e1 | better solution to make fix fake-subjects work. remove unnecessary spring directive to scan-components of persistence... | | |
Carl | 38518ce6cc6 | Merge remote-tracking branch 'origin/feature/epic-carl' into feature/epic-carl | | |
Carl | 6319029db85 | fix typos in entities.
fix fake-subjects to work (with fake pUser, pPassword) in epic mode | | |
Ankit Panchamia | 53be6991a90 | more UI work for the new subject search form. | | |
Carl | 38ffab99e99 | two more tables for empi dev data, along with corresponding entities | | |
Carl | 1cfd807277a | two more tables for empi dev data, along with corresponding entities | | |
Ankit Panchamia | 6a4263ecf6f | more work on the new subject search form (epic-integration). | | |
Ankit Panchamia | 3f3bc541325 | initial implementation for the search forms. | | |
Xavier Haurie | ef13a1f5735 | added .gitignore. Feel free to ignore more paths / file name patterns | | |
Carl | 7089166a8cc | stabilize matcher prototype framework. new entity and sql for empi dev data. | | |
Xavier Haurie | 2eb76560508 | added .gitignore. Feel free to ignore more paths / file name patterns | | |
Carl | 7da02d1558d | checkpoint before digging into cleanup | | |
Carl | 4e2a7c1a0cc | clean up credentials exposure, incorporate epic-integration work | | |
David Hummel | 195e067613e | Change default db/table character set from latin1 to utf8. (ITEAM-690) | | |
Ankit Panchamia | 3bfbb84b4cf | updated user passwords
remove demo data script nuked
create subjects program updated | | |
Ankit Panchamia | 8822c3cbdaa | updated the demo-structure.sql with the correct auto_increment
merged the maven plugin fix to exclude html files fro... | | |
Ankit Panchamia | ee7ed499afd | Demo data for open source.
demo-structure - create schema and table structure
demo-seed - static data
demo-data - fa... | | |
Ansible Deploy | 555a719ee99 | Merge release branch hotfix/2.17.1 into master. | | |
Ansible Deploy | fa21033002e | Update POMs with release version 2.17.1. | | |
Ankit Panchamia | 4eeec12cbe7 | Merge branch 'hotfix/2.17.1' into develop
* hotfix/2.17.1:
fix for HCCRCSCHEDULING-4654 : Reporting: User Data: Nu... | | |
Ankit Panchamia | cee094f7f62 | fix for HCCRCSCHEDULING-4654 : Reporting: User Data: Null value for "Credential" is causing the report to fail on the... | | |
Ankit Panchamia | d9d81b100ea | fix for HCCRCSCHEDULING-4654 : Reporting: User Data: Null value for "Credential" is causing the report to fail on the... | | |
Ankit Panchamia | c353a1c2256 | pom updated to exclude html files for license headers | | |
Ankit Panchamia | 2bbbbc1b6be | pom version updated... | | |
Ankit Panchamia | 93a4675f04f | fix for HCCRCSCHEDULING-4656 : Add New Resource - Check Standard Alternate by default | | |
Ankit Panchamia | bc9fcd58b7f | fix for HCCRCSCHEDULING-4654 : Reporting: User Data: Null value for "Credential" is causing the report to fail on the... | | |
Ankit Panchamia | e2832e68ca0 | fix for HCCRCSCHEDULING-4655 : Log In Screen: Browser Cache is saving the data of previous user sessions in Firefox | | |
Ankit Panchamia | 4bd62d8c64f | pom version updated for the hotfix release (2.17.1-SNAPSHOT) | | |
Ankit Panchamia | 09b3372dbc6 | it profile pom updated (2.18.0-SNAPSHOT) | | |
Ankit Panchamia | 488f85c8502 | Merge remote-tracking branch 'origin/develop' into develop | | |
Ankit Panchamia | cd2b2f4df57 | update version in pom (2.18-SNAPSHOT) | | |
Ansible Deploy | 36fbe5abd17 | Merge release branch release/2.17.0 into master. | | |
Ansible Deploy | 0983f54a13b | Update POMs with release version 2.17.0. | | |
David Hummel | daf4168ab78 | Remove trailing slash from snapshot repository URL. | | |
Bill Simons | 278b9532a50 | update scm connection | | |
Ankit Panchamia | 4c3c8ab2788 | Open source effort - Demo data update : change user names with real looking fake names | | |
Ankit Panchamia | 68425f08450 | refactor populate fake subjects data | | |
Ankit Panchamia | 6aaf62da820 | HCCRCSCHEDULING-4610
Home and Appointments: Override-- Inpatient appointment - Add a resource - On adding a resource ... | | |
Ankit Panchamia | 38b5389886e | refactor populate fake subjects data | | |
Ankit Panchamia | e0aebf56180 | refactor populate fake subjects data
work related to HCCRCSCHEDULING-4418 - Open Source: Review and update dummy dat... | | |
Ankit Panchamia | 7b43482b90e | HCCRCSCHEDULING-4581
Appointment - Calendar view - Cancelled appointment are getting displayed for month in the past ... | | |
Ankit Panchamia | 9f547bfbedc | HCCRCSCHEDULING-4580
IE only: Appointment/Home - Calendar view - Select Date is picking up the first day of the month... | | |
Ankit Panchamia | f7e35dd1207 | HCCRCSCHEDULING-4578
Appointment - Calendar view - Select Date changes from current date on click weekly, monthly and... | | |
Ankit Panchamia | 47e1236460f | Merge remote-tracking branch 'origin/develop' into develop | | |
Ankit Panchamia | e1af7687e90 | HCCRCSCHEDULING-4573
Reporting: Daily Overview--"Back To Standard Reports List" link wraps | | |
Bill Simons | c8d6ce53564 | change repository for publishing artifacts | | |
Ankit Panchamia | 1959a04cd28 | HCCRCSCHEDULING-4511
Home: Add resource: time pickers on add resource wizard not displaying the start time and end ti... | | |
Ankit Panchamia | edd10b8060f | change font size for the reports link. | | |
Ankit Panchamia | 8add475185f | HCCRCSCHEDULING-4533
Study - Visit Template - Build Visit template - Link Button should be removed while there is no ... | | |
Ankit Panchamia | da41e949709 | HCCRCSCHEDULING-4572
Studies--Visit Templates: Copy day-- Multi-day float grouped resources are getting copied while ... | | |
Ankit Panchamia | 9ca33ff4209 | HCCRCSCHEDULING-4533
Study - Visit Template - Build Visit template - Link Button should be removed while there is no ... | | |
Ankit Panchamia | 65e9ae41dae | HCCRCSCHEDULING-4553 - Open Source: Rename 'Export to BI' button in standard report | | |
Ankit Panchamia | 0d5a9411c00 | Merge remote-tracking branch 'origin/develop' into develop | | |
Ankit Panchamia | 8204e4d28e9 | HCCRCSCHEDULING-4569 - Study - Visit Template - Build Visit Template Tab - Drag Entire resource block or draging reso... | | |
Carl | 2ca68bd86a0 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | a439be4bb07 | support for demo data, including fake subjects | | |
Ankit Panchamia | 6771393443d | HCCRCSCHEDULING-4567 - A float resource with desired duration within a single day BUT float duration spanning overnig... | | |
Ankit Panchamia | ded8ca273bc | HCCRCSCHEDULING-4568 - In "Copy Day" pop up, the "Choose" option should be removed in the dropdown next to "Copy Day" | | |
Ankit Panchamia | d0e5824732a | HCCRCSCHEDULING-4356
Redirect Workflow: Saving Visit Details | | |
Ankit Panchamia | 5402d07472f | cleanup... | | |
Ankit Panchamia | 78f7022dcb3 | rever HCCRCSCHEDULING-4562
Studies--Visit Templates: float resources with resource start times starting and ending on... | | |
Ankit Panchamia | 46791639653 | HCCRCSCHEDULING-4562
Studies--Visit Templates: float resources with resource start times starting and ending on the s... | | |
Ankit Panchamia | a6ac5f9deef | HCCRCSCHEDULING-4559
Study - inpatient Visit Template - Build Visit Template Tab - Arrows on resource block are not i... | | |
Ankit Panchamia | f1f04b18630 | HCCRCSCHEDULING-4332
Gantt Fields: Grid Sorting | | |
Ankit Panchamia | ba38db6df1f | HCCRCSCHEDULING-4561
Visit template - Copy of one of the linked flex resources does not allow the user to make any ed... | | |
Ankit Panchamia | 345e80d95fb | HCCRCSCHEDULING-4557
Visit template - "Resource start day" and "Resource End day" momentarily displays alphabetic and... | | |
David Hummel | c68659d1117 | Initial commit of https://open.med.harvard.edu/svn/crc-sched/application/trunk@8102. (ITEAM-575) | | |
David Hummel | 121ed5694f0 | Initial commit | | |
| Done |