Skip to content

Commit

Permalink
DOC: Remove mention to deprecated itk::DICOMImageIO class in FAQs
Browse files Browse the repository at this point in the history
Remove mention to deprecated `itk::DICOMImageIO` class in FAQs
documentation: `itk::DICOMImageIO2` (which was the successor of
`itk::DICOMImageIO`, e.g. 3b2b6ad) was deprecated in commits 5dfcc15,
32b849f and a53a121 (ITK 4.x series).
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Dec 7, 2023
1 parent ba49d43 commit 6e42f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/learn/faq.md
Expand Up @@ -33,7 +33,7 @@ images.
| Analyze 7.5 | `itk::AnalyzeImageIO` | |
| [BioRad](https://www.bio-rad.com/) | | |
| [BMP](https://en.wikipedia.org/wiki/BMP_file_format)| [`itk::BMPImageIO`](https://itk.org/Doxygen/html/classitk_1_1BMPImageIO.html) | |
| [DICOM](https://dicom.nema.org/) | [`itk::GDCMImageIO`](https://itk.org/Doxygen/html/classitk_1_1GDCMImageIO.html) | Using DicomImageIO is backward compatible, but user should prefer GDCMImageIO |
| [DICOM](https://dicom.nema.org/) | [`itk::GDCMImageIO`](https://itk.org/Doxygen/html/classitk_1_1GDCMImageIO.html) | |
| [DICOM Series](https://dicom.nema.org/) | | |
| GE 4x | [`itk::GE4ImageIO`](https://itk.org/Doxygen/html/classitk_1_1GE4ImageIO.html) | |
| GE 5x | [`itk::GE5ImageIO`](https://itk.org/Doxygen/html/classitk_1_1GE5ImageIO.html) | |
Expand Down

0 comments on commit 6e42f13

Please sign in to comment.