Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #160 from umccr/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl authored Oct 30, 2023
2 parents 3828edc + 990b5aa commit de0b1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deploy/cttso-ica-to-pieriandx-cdk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ are nested under deploy/cttso-ica-to-pieriandx-cdk.
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/146
* Use loc over iloc for pandas selection (https://github.com/umccr/cttso-ica-to-pieriandx/pull/154)
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/153
* Replace mrn with external_subject_id for list of required fields (https://github.com/umccr/cttso-ica-to-pieriandx/pull/159)
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/158


## 2023-10-18

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class SampleType(Enum):
"date_received",
"hospital_number",
"gender",
"mrn",
"external_subject_id",
"requesting_physicians_first_name",
"requesting_physicians_last_name"
]
Expand Down

0 comments on commit de0b1b2

Please sign in to comment.