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 #159 from umccr/bugfix/replace-mrn-with-external-s…
Browse files Browse the repository at this point in the history
…ubject-id-in-required-fields
  • Loading branch information
alexiswl authored Oct 30, 2023
2 parents 3828edc + 1ea8026 commit b2f2f86
Showing 1 changed file with 1 addition and 1 deletion.
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 b2f2f86

Please sign in to comment.