Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/SORMAS-Foundation/SO…
Browse files Browse the repository at this point in the history
…RMAS-Project.git into feature/EPIC-12881-Self_reset_password
  • Loading branch information
daveotengo committed Nov 11, 2024
2 parents 6e629b5 + 66df146 commit 76c6e6e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,62 @@

public enum PathogenTestType {

@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
ANTIBODY_DETECTION,
ANTIGEN_DETECTION,
RAPID_TEST,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
CULTURE,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
HISTOPATHOLOGY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
ISOLATION,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
IGM_SERUM_ANTIBODY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
IGG_SERUM_ANTIBODY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
IGA_SERUM_ANTIBODY,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
INCUBATION_TIME,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
INDIRECT_FLUORESCENT_ANTIBODY,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
DIRECT_FLUORESCENT_ANTIBODY,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
MICROSCOPY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
NEUTRALIZING_ANTIBODIES,
PCR_RT_PCR,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
GRAM_STAIN,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
LATEX_AGGLUTINATION,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
CQ_VALUE_DETECTION,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
SEQUENCING,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
DNA_MICROARRAY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
TMA,
OTHER;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,44 +24,68 @@

public enum SampleMaterial {

@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
BLOOD,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
SERA,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
STOOL,
NASAL_SWAB,
THROAT_SWAB,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
NP_SWAB,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
RECTAL_SWAB,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
CEREBROSPINAL_FLUID,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
CRUST,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
TISSUE,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
URINE,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
CORNEA_PM,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
SALIVA,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
URINE_PM,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
NUCHAL_SKIN_BIOPSY,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
SPUTUM,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
ENDOTRACHEAL_ASPIRATE,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
BRONCHOALVEOLAR_LAVAGE,
@Diseases(value = {
Disease.CORONAVIRUS }, hide = true)
Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
BRAIN_TISSUE,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
ANTERIOR_NARES_SWAB,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
OP_ASPIRATE,
NP_ASPIRATE,
@Diseases(value = {
Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true)
PLEURAL_FLUID,
OTHER;

Expand Down

0 comments on commit 76c6e6e

Please sign in to comment.