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

Replaced mrn with external_subject_id for list of required fields #160

Merged
merged 3 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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