Skip to content

Commit

Permalink
ENH: Design changed case
Browse files Browse the repository at this point in the history
  • Loading branch information
che85 committed May 18, 2016
1 parent fb3a505 commit dada136
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file modified Design/DataFlow-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Design/DataFlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions Design/DataFlow.puml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@startuml
title DICOM Segmentation to ITK image Conversion

database ITK <<NRRD Segmentation>>as ITK1
database DcmSegmentation as DICOM1
rectangle DCMQI as DCMQI1
database ITK <<NRRD Segmentation>>as ITK
database DcmSegmentation as DICOM
rectangle dcmqi

DICOM1 -> DCMQI1
DCMQI1 -> ITK1 : conversion to
DICOM -> dcmqi
dcmqi -> ITK : conversion to


newpage
Expand All @@ -15,11 +15,11 @@ title ITK image to DCM Segmentation Conversion

database JSON <<Segmentation Metadata>>
database DcmSegmentation as DICOM
rectangle DCMQI
rectangle dcmqi
database ITK <<Segmentations>>

ITK -> DCMQI
JSON --> DCMQI
DCMQI -> DICOM : conversion to
ITK -> dcmqi
JSON --> dcmqi
dcmqi -> DICOM : conversion to

@enduml

0 comments on commit dada136

Please sign in to comment.