diff --git a/readme.md b/readme.md index 882cb7d..315593b 100644 --- a/readme.md +++ b/readme.md @@ -327,15 +327,12 @@ classDiagram class DICOMNodeDialog { <> } - DICOMNodeDialog "1" --* "1" DICOMNode class AWSCognitoDialog { <> } - AWSCognitoDialog "1" --* "1" AWSCognito class NetworkTimeoutsDialog { <> } - NetworkTimeoutsDialog "1" --* NetworkTimeouts class ModalitiesDialog { <> } @@ -348,7 +345,6 @@ classDiagram class LoggingLevelsDialog { <> } - LoggingLevelsDialog "1" --* LoggingLevels class SettingsDialog { <> } @@ -357,6 +353,7 @@ classDiagram SettingsDialog "1" --* "1" DICOMNodeDialog: query_server SettingsDialog "1" --* "1" DICOMNodeDialog: export_server SettingsDialog "1" --* "1" AWSCognitoDialog: aws_cognito + SettingsDialog "1" --* "1" ModalitiesDialog: modalities SettingsDialog "1" --* "1" NetworkTimeoutsDialog: network_timeouts SettingsDialog "1" --* "1" SOPClassesDialog: sop_classes SettingsDialog "1" --* "1" TransferSyntaxesDialog: transfer_syntaxes @@ -365,7 +362,6 @@ classDiagram <> } Dashboard "1" --> "1" ProjectController - Dashboard "1" ..> "1" Totals class QueryView { <> } @@ -375,16 +371,12 @@ classDiagram <> } ImportStudiesDialog "1" --> "1" ProjectController - ImportStudiesDialog "1" ..> "*" StudyUIDHierarchy - ImportStudiesDialog "1" ..> "1" MoveStudiesRequest class ImportFilesDialog { <> } - ImportStudiesDialog "1" --> "1" AnonymizerController + ImportFilesDialog "1" --> "1" AnonymizerController class ExportView { <> - + __init__(parent, project_controller, title) - + get_input() } ExportView "1" --> "1" ProjectController ExportView "1" --> "1" Dashboard