diff --git a/dev/_sources/index.rst.txt b/dev/_sources/index.rst.txt index 789f9a4d4..469ad5c67 100644 --- a/dev/_sources/index.rst.txt +++ b/dev/_sources/index.rst.txt @@ -4,7 +4,7 @@ ============ :gh:`pynetdicom ` is a pure Python package -that implements the `DICOM `_ networking protocol. +that implements the `DICOM `_ networking protocol. Working with :gh:`pydicom `, it allows the easy creation of DICOM Application Entities (AEs), which can then act as *Service Class diff --git a/dev/apps/echoscp.html b/dev/apps/echoscp.html index 774e10c82..627d8c409 100644 --- a/dev/apps/echoscp.html +++ b/dev/apps/echoscp.html @@ -122,7 +122,7 @@

echoscp

Description

The echoscp application implements a Service Class Provider (SCP) for the -Verification service class. It listens for +Verification service class. It listens for incoming association requests on the specified port, and once an association is established, responds to incoming C-ECHO requests. The application can be used to verify basic DICOM connectivity.

diff --git a/dev/apps/echoscu.html b/dev/apps/echoscu.html index 6da4631e1..3b1ec379b 100644 --- a/dev/apps/echoscu.html +++ b/dev/apps/echoscu.html @@ -124,9 +124,9 @@

echoscu

Description

The echoscu application implements a Service Class User (SCU) for the -Verification service class. It establishes an +Verification service class. It establishes an association with a peer Application Entity (AE), sends a -C-ECHO request and waits for a +C-ECHO request and waits for a response. The application can be used to verify basic DICOM connectivity.

The source code for the application can be found here

diff --git a/dev/apps/findscu.html b/dev/apps/findscu.html index 27e7fd38b..db7ffd9ab 100644 --- a/dev/apps/findscu.html +++ b/dev/apps/findscu.html @@ -135,8 +135,8 @@

findscu

Description

The findscu application implements a Service Class User (SCU) for -the Query/Retrieve and -Basic Worklist Management service classes. It +the Query/Retrieve and +Basic Worklist Management service classes. It requests an association with a peer Application Entity and once established, sends a C-FIND query to be matched against the SCP’s managed SOP Instances. The SCP then responds with the matching query keys.

diff --git a/dev/apps/getscu.html b/dev/apps/getscu.html index be8b630be..8fa435a24 100644 --- a/dev/apps/getscu.html +++ b/dev/apps/getscu.html @@ -133,7 +133,7 @@

getscu

Description

The getscu application implements a Service Class User (SCU) for -the Query/Retrieve service class. It requests an +the Query/Retrieve service class. It requests an association with a peer Application Entity and once established, sends a C-GET query to be matched against the Query/Retrieve SCP’s managed SOP Instances. The QR SCP then responds by sending a copy of the matching SOP Instances (i.e. diff --git a/dev/apps/movescu.html b/dev/apps/movescu.html index 3b036dac2..a80dfa5a5 100644 --- a/dev/apps/movescu.html +++ b/dev/apps/movescu.html @@ -135,8 +135,8 @@

movescu

Description

The movescu application implements a Service Class User (SCU) for -the Query/Retrieve service class and optionally -a Service Class Provider (SCP) for the Storage +the Query/Retrieve service class and optionally +a Service Class Provider (SCP) for the Storage service class. It requests an association with a peer Application Entity and once established, sends a C-MOVE query to be matched against the Query/Retrieve SCP’s managed SOP Instances. The QR SCP then responds by diff --git a/dev/apps/qrscp.html b/dev/apps/qrscp.html index 88bedea5b..7f155dc74 100644 --- a/dev/apps/qrscp.html +++ b/dev/apps/qrscp.html @@ -130,7 +130,7 @@

qrscp

Description

The qrscp application implements a Service Class Provider (SCP) for the -Verification, Storage and Query/Retrieve +Verification, Storage and Query/Retrieve service classes. It listens for incoming association requests on the configured port, and once an association is established, allows Service Class Users (SCUs) to:

@@ -144,7 +144,7 @@

Descriptionqrscp application implements a Service Class Provider (SCP) for the -Basic Modality Worklist, and Unified Procedure Step +Basic Modality Worklist, and Unified Procedure Step service classes, but currently will only return empty results (0 records)

Warning

diff --git a/dev/apps/storescp.html b/dev/apps/storescp.html index 2926bb7d3..26dbc494d 100644 --- a/dev/apps/storescp.html +++ b/dev/apps/storescp.html @@ -125,7 +125,7 @@

storescp

Description

The storescp application implements a Service Class Provider (SCP) for -the Storage service class. It listens for +the Storage service class. It listens for incoming association requests on the specified port, and once an association is established, allows Storage SCUs to transfer SOP Instances.

The source code for the application can be found here

diff --git a/dev/apps/storescu.html b/dev/apps/storescu.html index 95b39b099..88fe20b06 100644 --- a/dev/apps/storescu.html +++ b/dev/apps/storescu.html @@ -125,7 +125,7 @@

storescu

Description

The storescu application implements a Service Class User (SCU) for -the Storage service class. It requests an +the Storage service class. It requests an association with a peer Application Entity and once established requests the transfer of one or more SOP Instances.

The source code for the application can be found here

diff --git a/dev/examples/basic_worklist.html b/dev/examples/basic_worklist.html index a4eef64a3..7f73e24e5 100644 --- a/dev/examples/basic_worklist.html +++ b/dev/examples/basic_worklist.html @@ -108,7 +108,7 @@

Basic Worklist Management Service Examples

-

The DICOM Basic Worklist Management Service +

The DICOM Basic Worklist Management Service provides a mechanism for a service user to access worklists on another AE. Querying of the SCP for worklists is accomplished by utilising the DIMSE C-FIND service.

@@ -119,7 +119,7 @@

Basic Worklist Management SCUset of attributes for the +set of attributes for the Identifier.

from pydicom.dataset import Dataset
 
diff --git a/dev/examples/display.html b/dev/examples/display.html
index b7afd9bfd..2269367c0 100644
--- a/dev/examples/display.html
+++ b/dev/examples/display.html
@@ -108,7 +108,7 @@
              
   

Display System Management Service Examples

-

The DICOM Display System Management Service +

The DICOM Display System Management Service allows an Application Entity to retrieve Display Subsystem parameters from a peer by using the N-GET service. It only has a single supported SOP Class.

diff --git a/dev/examples/mpps.html b/dev/examples/mpps.html index a1eafc21e..a56ffb5b3 100644 --- a/dev/examples/mpps.html +++ b/dev/examples/mpps.html @@ -109,7 +109,7 @@

Modality Performed Procedure Step Management Service Examples

-

The DICOM Modality Performed Procedure Step Management (MPPS) service +

The DICOM Modality Performed Procedure Step Management (MPPS) service allows an Application Entity to log or track procedures performed by a modality through the N-CREATE, N-SET, N-EVENT-REPORT and N-GET services. It has three SOP Classes:

diff --git a/dev/examples/print.html b/dev/examples/print.html index 9bfb1e4fe..65df2e641 100644 --- a/dev/examples/print.html +++ b/dev/examples/print.html @@ -112,7 +112,7 @@