@@ -48,10 +48,10 @@ Feature: DICOM DIMSE SCP Services
48
48
49
49
Examples :
50
50
| modality | count | aet | timeout |
51
- | MR | 1 | C -STORE -STUDY30 | 30 |
52
- | CT | 1 | C -STORE -STUDY30 | 30 |
53
- | MG | 2 | C -STORE -STUDY10 | 10 |
54
- | US | 1 | C -STORE -STUDY10 | 10 |
51
+ | MR | 1 | C -STORE -STUDY30 | 3 |
52
+ | CT | 1 | C -STORE -STUDY30 | 3 |
53
+ | MG | 2 | C -STORE -STUDY10 | 3 |
54
+ | US | 1 | C -STORE -STUDY10 | 3 |
55
55
56
56
@messaging_workflow_request @messaging
57
57
Scenario Outline : Respond to C-STORE-RQ and group data by Series Instance UID
@@ -66,14 +66,14 @@ Feature: DICOM DIMSE SCP Services
66
66
67
67
Examples :
68
68
| modality | study_count | series_count | aet | timeout |
69
- | MR | 1 | 2 | C -STORE -SER30 | 30 |
70
- | CT | 1 | 2 | C -STORE -SER30 | 30 |
71
- | MG | 1 | 3 | C -STORE -SER10 | 10 |
72
- | US | 1 | 2 | C -STORE -SER10 | 10 |
69
+ | MR | 1 | 2 | C -STORE -SER30 | 3 |
70
+ | CT | 1 | 2 | C -STORE -SER30 | 3 |
71
+ | MG | 1 | 3 | C -STORE -SER10 | 3 |
72
+ | US | 1 | 2 | C -STORE -SER10 | 3 |
73
73
74
74
@messaging_workflow_request @messaging
75
75
Scenario Outline : Respond to C-STORE-RQ and group data by Study Instance UID over multiple associations
76
- Given a called AE Title named 'C-STORE-MA' that groups by '0020,000D' for 10 seconds
76
+ Given a called AE Title named 'C-STORE-MA' that groups by '0020,000D' for 5 seconds
77
77
And a DICOM client configured with 300 seconds timeout
78
78
And a DICOM client configured to send data over <series_count> associations and wait <seconds> between each association
79
79
And <study_count> <modality> studies with <series_count> series per study
0 commit comments