Pull request #124: bugfix/update-seederMerge in DAT/champ-api from bugfix/update-seeder to develop
* commit 'de4bce6bb2bf6dbc24113a5d4178c34bbe02f6a6':
update seeder to add default users
Pull request #123: bugfix/remove-phn-column-type-in-patient-secure-dataMerge in DAT/champ-api from bugfix/remove-phn-column-type-in-patient-secure-data to develop
* commit 'e972612aeef400857e22cefc098b06d2ea002b1c':
remove column type for sql auto generation
Pull request #121: CHAMP 222 Fix high risk of recurrence type validationMerge in DAT/champ-api from bugfix/CHAMP-122-fix-high-risk-recurrence-dto-type to develop
* commit '1248404e4ccdff8529b2e304ba67e54bdfb5d0ef':
- CHAMP 222 - Change high risk of recurrence field type validation in dto to boolean
Pull request #120: [CHAMP-220] add spec-json-cors endpoint and relatedMerge in DAT/champ-api from feat/CHAMP-220-json-spec to develop
* commit 'e8bbc323e52b32bf1ce6ba055d6f5537a917e755':
feat: add spec-json-cors endpoint and related CHAMP-220
Pull request #115: CHAMP-131 Patient fuzzy searchMerge in DAT/champ-api from feature/CHAMP-131-patient-advanced-search to develop
* commit 'bb78b740183884875e8d31275b14d7bdeec183ba':
- Update fuzzy search logic for when query returns id instead of patient_id - Code lint
- CHAMP-131 - Add fuzzy search endpoint that enable searching for specific patients by categories
Pull request #118: CHAMP-213 Enable null option in boolean fieldsMerge in DAT/champ-api from feature/CHAMP-213-add-null-option-boolean to develop
* commit 'd9b77532f35f52323ca4cf3184c3254651ee67c0':
- Remove treatmentCompletion column from chemoCourse
- CHAMP-213 - Enable transformer in dtos to convert empty string from client to null value for db
Pull request #119: feature/CHAMP-217-chemo-course-api-changesMerge in DAT/champ-api from feature/CHAMP-217-chemo-course-api-changes to develop
* commit '338e6f3c902cf598dd76737f05a29c497ef2c66c':
remove treatementCompletion
Pull request #117: CHAMP-219 Update Post Pog InfoMerge in DAT/champ-api from feature/CHAMP-219-post-pog-info-changes to develop
* commit '93bedba419ab7e63f938e633bb980395d75c48b5':
- CHAMP-219 - Update post pog info model and create dto based on new schema
Pull request #112: add cols to specimen collection tableMerge in DAT/champ-api from feat/CHAMP-211-add-cols-to-specimen-collection to develop
* commit 'e7b290d6dd97ff877f961c46f4f6fd15aa0904b4':
add patient info to specimen col endpt
add cols
Pull request #113: CHAMP-200 Add post POG activitiesMerge in DAT/champ-api from feature/CHAMP-200-update-post-pog-activities to develop
* commit 'bf18a0ca40924aea9a457984d6a27ae8340b576f':
- CHAMP-200 - Add post pog activities fields to post pog info
Pull request #110: CHAMP-199 Update Post POG InfoMerge in DAT/champ-api from feature/CHAMP-199-update-post-pog-and-last-contact to develop
* commit '24dd938f7245b897326304764f185e95e979e8cf':
- Revert previous changes - Drop lastContact and bxSiteProgress from PostPogInfo
- CHAMP-199 - Remove last contact column from patient information - Remove biopsy disease progress column from post pog info
Pull request #109: CHAMP-201 Update SurgeryMerge in DAT/champ-api from feature/CHAMP-201-update-surgery to develop
* commit 'eca08b0aaecc3b1380b48d71a27f28b52a5ef058':
- CHAMP-201 - Remove redundant surgical date column - Rename site column to surgicalSite to be more specific and distinguish from hospital location - Update unit test
Pull request #111: CHAMP-194 Update Specimen CollectionMerge in DAT/champ-api from feature/CHAMP-194-update-specimen-collection to develop
* commit 'a53282c278816acc92ed24216e8cec83d163ad5b':
- CHAMP-194 - Rename treatingClinician to performedBy - Update unit test
- CHAMP-201- Remove redundant surgical date column
- Rename site column to surgicalSite to be more specific and distinguish from hospital location
- Update unit test
Pull request #108: CHAMP-181 add new site irradiated field to specimenMerge in DAT/champ-api from feature/CHAMP-181-add-site-irradiated-field-to-specimen to develop
* commit 'd13714e3ad941f990842e607d92eae224c106534':
- CHAMP-181 - Add new 'Site Irradiated' column to Specimen table - Update specimen unit test mock object
Pull request #106: bugfix/CHAMP-164-cannot-get-drugTreatment-due-to-capacity-problemMerge in DAT/champ-api from bugfix/CHAMP-164-cannot-get-drugTreatment-due-to-capacity-problem to develop
* commit '0f41dfc1bdd4e64cf0d4476ea89464b34d94554a':
add orderBy query param to accept id in drugTreatment findAll
remove console log
add pagination to get drugTreatment
Pull request #107: bugfix/CHAMP-172-can't-create-new-chemo-course-or-drug-treatment-recordMerge in DAT/champ-api from bugfix/CHAMP-172-can't-create-new-chemo-course-or-drug-treatment-record to develop
* commit 'dcc0abf3e95a2a53a9975b4fb08c836e23f4476b':
update IsInt to IsNumberString
Pull request #105: Feature/CHAMP-144 encrypt phnsMerge in DAT/champ-api from feature/CHAMP-144-encrypt-phns to develop
* commit '8df5c48a4baa2a1415e3fac6eaf6e5e8abc02aac':
skip encription key for test
update import
encrypt phn in db; make patientSecureData one-to-one with patient
Pull request #104: Feature/CHAMP-165 add many to many link between specimens and post pog infoMerge in DAT/champ-api from feature/CHAMP-165-add-many-to-many-link-between-specimens-and-post_pog_info to develop
* commit '1d111c4e94faec2e09cf705a321998e6aa066aa4':
remove console log
handle validation error and typos
handle issues when recreating the many-to-many record after destroying it
update postPogActivities to boolean
update imports for specimen postPogInfo
add many-to-m...