Skip to content

Commit

Permalink
Merge pull request #12711 from SORMAS-Foundation/feature-12698-pathog…
Browse files Browse the repository at this point in the history
…en_test_type_tma

#12698 - Add TMA as new test type
  • Loading branch information
sergiupacurariu authored Nov 1, 2023
2 parents 9f2b96b + 8232f44 commit 5ad9388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public enum PathogenTestType {
CQ_VALUE_DETECTION,
SEQUENCING,
DNA_MICROARRAY,
TMA,
OTHER;

@Override
Expand Down
1 change: 1 addition & 0 deletions sormas-api/src/main/resources/enum.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ PathogenTestType.GRAM_STAIN = Gram Stain
PathogenTestType.LATEX_AGGLUTINATION = Latex Agglutination
PathogenTestType.CQ_VALUE_DETECTION = CQ Value Detection
PathogenTestType.SEQUENCING = Sequencing
PathogenTestType.TMA = Transcription-mediated amplification (TMA)

PCRTestSpecification.VARIANT_SPECIFIC = Variant specific
PCRTestSpecification.N501Y_MUTATION_DETECTION = N501Y mutation detection
Expand Down

0 comments on commit 5ad9388

Please sign in to comment.