From 8c2913c5e75a7cf2d333dc602f3d7f83949784c3 Mon Sep 17 00:00:00 2001 From: jomasator2 Date: Thu, 20 Jun 2024 15:09:14 +0200 Subject: [PATCH] Refactor OphthalmographyProcedures class to include NumberOfFrames attribute --- .../procedures/visible_light/ophthalmography_procedure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dcm2mids/procedures/visible_light/ophthalmography_procedure.py b/src/dcm2mids/procedures/visible_light/ophthalmography_procedure.py index 78fb6ef..6e70603 100644 --- a/src/dcm2mids/procedures/visible_light/ophthalmography_procedure.py +++ b/src/dcm2mids/procedures/visible_light/ophthalmography_procedure.py @@ -67,6 +67,7 @@ def classify_image_type( "PhotometricInterpretation", "ImagedVolumeHeight", "ImagedVolumeWeight", + "NumberOfFrames" ] return ("BF", ("micr",)) return ("", tuple())