Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design finding class in a way that it can have annotations of different types #3

Open
che85 opened this issue Mar 19, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@che85
Copy link
Member

che85 commented Mar 19, 2018

This should be generic to different ways of how the operator can create an annotation. For now, we are only going to support segmentation, but we are also planning to add other annotation types like a ruler or a fiducial.

Findings
  |_ F1
      |_ Annotations
          |_ T2
              |_ Segmentation
	  |_ ADC
              |_ Segmentation
              |_ Fiducial
  |_ F2
      |_ Annotations
          |_ T2
              |_ Segmentation
          |_ ADC
              |_ Segmentation
              |_ Fiducial
@che85 che85 added the enhancement New feature or request label Mar 19, 2018
@che85 che85 self-assigned this Mar 19, 2018
@che85 che85 changed the title Design finding class in a way that i can have annotations of different types Design finding class in a way that it can have annotations of different types Mar 19, 2018
che85 added a commit to che85/SlicerPIRADS that referenced this issue Mar 22, 2018
* list of findings is simple list
* upon finding selection a more detailed finding information widget
  is displayed and all available series types will be listed with an
  option to select one of three (segmentation, ruler, fiducial)
  annotation tools. For now we only support segmentations
* upon annotation tool selection display its annotation tool widget,
  which in the current situation will be a customized segment editor.
* added SeriesType class and subclasses where rules can be defined.
  Ideally this should also support the classification of DICOM files
  directly (issue SlicerProstate#1)
* added HangingProtocol class and three subclasses for PIRADS specific
  hanging.
* each finding can have n annotations of different annotation tools
  where n is the number of volumes used for PIRADS reading (issue SlicerProstate#3)
@che85 che85 added this to the First Prototype milestone Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant