@@ -310,15 +310,12 @@ public enum SampleMaterial {
310310 Disease .RESPIRATORY_SYNCYTIAL_VIRUS ,
311311 Disease .INVASIVE_MENINGOCOCCAL_INFECTION ,
312312 Disease .INVASIVE_PNEUMOCOCCAL_INFECTION ,
313- Disease .MEASLES ,
314313 Disease .GIARDIASIS ,
315314 Disease .CRYPTOSPORIDIOSIS ,
316315 Disease .MALARIA ,
317316 Disease .DENGUE ,
318317 Disease .SALMONELLOSIS ,
319318 Disease .SHIGELLOSIS }, hide = true )
320- @ HideForCountries (countries = {
321- CountryHelper .COUNTRY_CODE_LUXEMBOURG })
322319 OP_ASPIRATE ,
323320
324321 @ Diseases (value = {
@@ -330,8 +327,6 @@ public enum SampleMaterial {
330327 Disease .DENGUE ,
331328 Disease .SALMONELLOSIS ,
332329 Disease .SHIGELLOSIS }, hide = true )
333- @ HideForCountries (countries = {
334- CountryHelper .COUNTRY_CODE_LUXEMBOURG })
335330 NP_ASPIRATE ,
336331
337332 @ Diseases (value = {
@@ -346,13 +341,13 @@ public enum SampleMaterial {
346341 Disease .SHIGELLOSIS }, hide = true )
347342 PLEURAL_FLUID ,
348343
344+ // Re-activated for RSV new samples (#14023): the RSV specimen requirements list Nasopharyngeal lavage.
345+ // No canonical SNOMED-CT code on the specimen sheet, so its SNOMED export stays null.
349346 @ Diseases (value = {
350347 Disease .RESPIRATORY_SYNCYTIAL_VIRUS })
351- @ Deprecated
352348 NASOPHARYNGEAL_LAVAGE ,
353349
354350 @ Diseases (value = {
355- Disease .RESPIRATORY_SYNCYTIAL_VIRUS ,
356351 Disease .INVASIVE_MENINGOCOCCAL_INFECTION ,
357352 Disease .INVASIVE_PNEUMOCOCCAL_INFECTION ,
358353 Disease .GIARDIASIS ,
@@ -372,8 +367,6 @@ public enum SampleMaterial {
372367 Disease .DENGUE ,
373368 Disease .SALMONELLOSIS ,
374369 Disease .SHIGELLOSIS }, hide = true )
375- @ HideForCountries (countries = {
376- CountryHelper .COUNTRY_CODE_LUXEMBOURG })
377370 AMNIOTIC_FLUID ,
378371
379372 @ Diseases (value = {
@@ -499,12 +492,12 @@ public enum SampleMaterial {
499492 @ Diseases (value = {
500493 Disease .SALMONELLOSIS ,
501494 Disease .SHIGELLOSIS ,
502- Disease .DENGUE }, hide = true )
495+ Disease .DENGUE }, hide = true )
503496 BONE ,
504497
505498 @ Diseases (value = {
506499 Disease .SHIGELLOSIS ,
507- Disease .DENGUE }, hide = true )
500+ Disease .DENGUE }, hide = true )
508501 BONE_MARROW ,
509502
510503 @ Diseases (value = {
@@ -546,7 +539,7 @@ public enum SampleMaterial {
546539 @ Diseases (value = {
547540 Disease .SALMONELLOSIS ,
548541 Disease .SHIGELLOSIS ,
549- Disease .DENGUE }, hide = true )
542+ Disease .DENGUE }, hide = true )
550543 LUNG_TISSUE ,
551544
552545 @ Diseases (value = {
@@ -639,8 +632,8 @@ public enum SampleMaterial {
639632 * new samples. This set is the runtime index used by {@link #isDeprecated()}; it must stay in sync
640633 * with the {@code @Deprecated} constants above.
641634 */
642- private static final Set <SampleMaterial > DEPRECATED_MATERIALS = Collections . unmodifiableSet (
643- EnumSet .of (URINE_PM , CORNEA_PM , NASAL_SWAB , NASOPHARYNGEAL_LAVAGE , THROAT_SWAB , THROAT_ASPIRATE , SOFT_TISSUE , BONE_AND_JOINT , OTHER ));
635+ private static final Set <SampleMaterial > DEPRECATED_MATERIALS =
636+ Collections . unmodifiableSet ( EnumSet .of (URINE_PM , CORNEA_PM , NASAL_SWAB , THROAT_SWAB , THROAT_ASPIRATE , SOFT_TISSUE , BONE_AND_JOINT , OTHER ));
644637
645638 /**
646639 * @return SNOMED-CT code for this sample material, or {@code null} if no canonical code is mapped.
0 commit comments