pydicom / pynetdicom

A Python implementation of the DICOM networking protocol
https://pydicom.github.io/pynetdicom
MIT License
500 stars 176 forks source link

An issue with sending files while SCP amd SCU are connceted and the port is open (the device is non-conformant) #200

Closed omaghsoudi closed 6 years ago

omaghsoudi commented 6 years ago

Description

The port can remain open using "storescp.py code". I can get verification on both sides that devices are connected using "storescp.py code". However, when a file is being sent from SCU, an abortion message is getting printed and the files is not being transferred.

Our ultrasound device is an ECO5 made by Chison company. Unfortunately, it doesn't have a conformance statement.

@scaramallion gave me the following code:

import logging

from pydicom.dataset import Dataset

from pynetdicom3 import AE, PYNETDICOM_IMPLEMENTATION_UID
from pynetdicom3.sop_class import UltrasoundImageStorage, UltrasoundMultiframeImageStorage

LOGGER = logging.getLogger('pynetdicom3')
LOGGER.setLevel(logging.DEBUG)

ae = AE(port=11112)
ae.add_supported_context(UltrasoundImageStorage)
ae.add_supported_context(UltrasoundMultiframeImageStorage)

def on_c_store(ds, context, info):
    meta = Dataset()
    meta.MediaStorageSOPClassUID = ds.SOPClassUID
    meta.MediaStorageSOPInstanceUID = ds.SOPInstanceUID
    meta.ImplementationClassUID = PYNETDICOM_IMPLEMENTATION_UID
    meta.TransferSyntaxUID = context.transfer_syntax

    # Add the file meta to the dataset
    ds.file_meta = meta
    ds.is_little_endian = context.transfer_syntax.is_little_endian
    ds.is_implicit_VR = context.transfer_syntax.is_implicit_VR

    # Save the dataset using the SOP Instance UID as the filename
    ds.save_as(ds.SOPInstanceUID)

    # Return a 'Success' status
    return 0x0000

ae.on_c_store = on_c_store

ae.start()

This code fails to get verification of DICOM connection from the SCU side; the following is the output when I request for verification:

I: Association Received
D: Request Parameters:
D: ====================== BEGIN A-ASSOCIATE-RQ =====================
D: Their Implementation Class UID:    1.2.276.0.7230010.3.0.3.5.4
D: Their Implementation Version Name: OFFIS_DCMTK_354
D: Application Context Name:    1.2.840.10008.3.1.1.1
D: Calling Application Name:    AE_SCU          
D: Called Application Name:     OMID_DICOM      
D: Their Max PDU Receive Size:  16384
D: Presentation Contexts:
D:   Context ID:        1 (Proposed)
D:     Abstract Syntax: =Verification SOP Class
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Implicit VR Little Endian
D: Requested Extended Negotiation:
D: Requested Common Extended Negotiation:
D: Requested Asynchronous Operations Window Negotiation: None
D: Requested User Identity Negotiation: None
D: ======================= END A-ASSOCIATE-RQ ======================
I: Association Acknowledged
D: Accept Parameters:
D: ====================== BEGIN A-ASSOCIATE-AC =====================
D: Our Implementation Class UID:      1.2.276.0.7230010.3.0.3.5.4
D: Our Implementation Version Name:   OFFIS_DCMTK_354
D: Application Context Name:    1.2.840.10008.3.1.1.1
D: Responding Application Name: resp. AE Title
D: Our Max PDU Receive Size:    16382
D: Presentation Contexts:
D:   Context ID:        1 (Abstract Syntax Not Supported)
D: Accepted Extended Negotiation: None
D: User Identity Negotiation Response:  None
D: ======================= END A-ASSOCIATE-AC ======================
I: Aborting Association

However, the code sounds keeping the port open, it gives the following error when I transfer a file:

I: Association Received
D: Request Parameters:
D: ====================== BEGIN A-ASSOCIATE-RQ =====================
D: Their Implementation Class UID:    1.2.276.0.7230010.3.0.3.5.4
D: Their Implementation Version Name: OFFIS_DCMTK_354
D: Application Context Name:    1.2.840.10008.3.1.1.1
D: Calling Application Name:    AE_SCU          
D: Called Application Name:     OMID_DICOM      
D: Their Max PDU Receive Size:  16384
D: Presentation Contexts:
D:   Context ID:        1 (Proposed)
D:     Abstract Syntax: =Ambulatory ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        3 (Proposed)
D:     Abstract Syntax: =Ambulatory ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        5 (Proposed)
D:     Abstract Syntax: =Basic Text SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        7 (Proposed)
D:     Abstract Syntax: =Basic Text SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        9 (Proposed)
D:     Abstract Syntax: =Basic Voice Audio Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        11 (Proposed)
D:     Abstract Syntax: =Basic Voice Audio Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        13 (Proposed)
D:     Abstract Syntax: =Blending Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        15 (Proposed)
D:     Abstract Syntax: =Blending Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        17 (Proposed)
D:     Abstract Syntax: =CT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        19 (Proposed)
D:     Abstract Syntax: =CT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        21 (Proposed)
D:     Abstract Syntax: =Cardiac Electrophysiology Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        23 (Proposed)
D:     Abstract Syntax: =Cardiac Electrophysiology Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        25 (Proposed)
D:     Abstract Syntax: =Chest CAD SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        27 (Proposed)
D:     Abstract Syntax: =Chest CAD SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        29 (Proposed)
D:     Abstract Syntax: =Color Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        31 (Proposed)
D:     Abstract Syntax: =Color Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        33 (Proposed)
D:     Abstract Syntax: =Comprehensive SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        35 (Proposed)
D:     Abstract Syntax: =Comprehensive SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        37 (Proposed)
D:     Abstract Syntax: =Computed Radiography Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        39 (Proposed)
D:     Abstract Syntax: =Computed Radiography Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        41 (Proposed)
D:     Abstract Syntax: =Digital Intra-Oral X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        43 (Proposed)
D:     Abstract Syntax: =Digital Intra-Oral X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        45 (Proposed)
D:     Abstract Syntax: =Digital Intra-Oral X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        47 (Proposed)
D:     Abstract Syntax: =Digital Intra-Oral X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        49 (Proposed)
D:     Abstract Syntax: =Digital Mammography X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        51 (Proposed)
D:     Abstract Syntax: =Digital Mammography X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        53 (Proposed)
D:     Abstract Syntax: =Digital Mammography X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        55 (Proposed)
D:     Abstract Syntax: =Digital Mammography X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        57 (Proposed)
D:     Abstract Syntax: =Digital X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        59 (Proposed)
D:     Abstract Syntax: =Digital X-Ray Image Storage - For Presentation
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        61 (Proposed)
D:     Abstract Syntax: =Digital X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        63 (Proposed)
D:     Abstract Syntax: =Digital X-Ray Image Storage - For Processing
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        65 (Proposed)
D:     Abstract Syntax: =Encapsulated PDF Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        67 (Proposed)
D:     Abstract Syntax: =Encapsulated PDF Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        69 (Proposed)
D:     Abstract Syntax: =Enhanced CT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        71 (Proposed)
D:     Abstract Syntax: =Enhanced CT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        73 (Proposed)
D:     Abstract Syntax: =Enhanced MR Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        75 (Proposed)
D:     Abstract Syntax: =Enhanced MR Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        77 (Proposed)
D:     Abstract Syntax: =Enhanced SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        79 (Proposed)
D:     Abstract Syntax: =Enhanced SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        81 (Proposed)
D:     Abstract Syntax: =Enhanced XA Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        83 (Proposed)
D:     Abstract Syntax: =Enhanced XA Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        85 (Proposed)
D:     Abstract Syntax: =Enhanced XRF Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        87 (Proposed)
D:     Abstract Syntax: =Enhanced XRF Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        89 (Proposed)
D:     Abstract Syntax: =General ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        91 (Proposed)
D:     Abstract Syntax: =General ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        93 (Proposed)
D:     Abstract Syntax: =Grayscale Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        95 (Proposed)
D:     Abstract Syntax: =Grayscale Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        97 (Proposed)
D:     Abstract Syntax: =Hemodynamic Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        99 (Proposed)
D:     Abstract Syntax: =Hemodynamic Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        101 (Proposed)
D:     Abstract Syntax: =Key Object Selection Document Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        103 (Proposed)
D:     Abstract Syntax: =Key Object Selection Document Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        105 (Proposed)
D:     Abstract Syntax: =MR Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        107 (Proposed)
D:     Abstract Syntax: =MR Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        109 (Proposed)
D:     Abstract Syntax: =MR Spectroscopy Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        111 (Proposed)
D:     Abstract Syntax: =MR Spectroscopy Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        113 (Proposed)
D:     Abstract Syntax: =Mammography CAD SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        115 (Proposed)
D:     Abstract Syntax: =Mammography CAD SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        117 (Proposed)
D:     Abstract Syntax: =Multi-frame Grayscale Byte Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        119 (Proposed)
D:     Abstract Syntax: =Multi-frame Grayscale Byte Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        121 (Proposed)
D:     Abstract Syntax: =Multi-frame Grayscale Word Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        123 (Proposed)
D:     Abstract Syntax: =Multi-frame Grayscale Word Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        125 (Proposed)
D:     Abstract Syntax: =Multi-frame Single Bit Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        127 (Proposed)
D:     Abstract Syntax: =Multi-frame Single Bit Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        129 (Proposed)
D:     Abstract Syntax: =Multi-frame True Color Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        131 (Proposed)
D:     Abstract Syntax: =Multi-frame True Color Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        133 (Proposed)
D:     Abstract Syntax: =Nuclear Medicine Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        135 (Proposed)
D:     Abstract Syntax: =Nuclear Medicine Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        137 (Proposed)
D:     Abstract Syntax: =Ophthalmic Photography 16 Bit Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        139 (Proposed)
D:     Abstract Syntax: =Ophthalmic Photography 16 Bit Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        141 (Proposed)
D:     Abstract Syntax: =Ophthalmic Photography 8 Bit Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        143 (Proposed)
D:     Abstract Syntax: =Ophthalmic Photography 8 Bit Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        145 (Proposed)
D:     Abstract Syntax: =Standalone PET Curve Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        147 (Proposed)
D:     Abstract Syntax: =Standalone PET Curve Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        149 (Proposed)
D:     Abstract Syntax: =Positron Emission Tomography Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        151 (Proposed)
D:     Abstract Syntax: =Positron Emission Tomography Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        153 (Proposed)
D:     Abstract Syntax: =Procedure Log Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        155 (Proposed)
D:     Abstract Syntax: =Procedure Log Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        157 (Proposed)
D:     Abstract Syntax: =Pseudo-Color Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        159 (Proposed)
D:     Abstract Syntax: =Pseudo-Color Softcopy Presentation State Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        161 (Proposed)
D:     Abstract Syntax: =RT Beams Treatment Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        163 (Proposed)
D:     Abstract Syntax: =RT Beams Treatment Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        165 (Proposed)
D:     Abstract Syntax: =RT Brachy Treatment Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        167 (Proposed)
D:     Abstract Syntax: =RT Brachy Treatment Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        169 (Proposed)
D:     Abstract Syntax: =RT Dose Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        171 (Proposed)
D:     Abstract Syntax: =RT Dose Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        173 (Proposed)
D:     Abstract Syntax: =RT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        175 (Proposed)
D:     Abstract Syntax: =RT Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        177 (Proposed)
D:     Abstract Syntax: =RT Plan Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        179 (Proposed)
D:     Abstract Syntax: =RT Plan Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        181 (Proposed)
D:     Abstract Syntax: =RT Structure Set Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        183 (Proposed)
D:     Abstract Syntax: =RT Structure Set Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        185 (Proposed)
D:     Abstract Syntax: =RT Treatment Summary Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        187 (Proposed)
D:     Abstract Syntax: =RT Treatment Summary Record Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        189 (Proposed)
D:     Abstract Syntax: =Raw Data Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        191 (Proposed)
D:     Abstract Syntax: =Raw Data Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        193 (Proposed)
D:     Abstract Syntax: =Real World Value Mapping Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        195 (Proposed)
D:     Abstract Syntax: =Real World Value Mapping Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        197 (Proposed)
D:     Abstract Syntax: =Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        199 (Proposed)
D:     Abstract Syntax: =Secondary Capture Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        201 (Proposed)
D:     Abstract Syntax: =Spatial Fiducials Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        203 (Proposed)
D:     Abstract Syntax: =Spatial Fiducials Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        205 (Proposed)
D:     Abstract Syntax: =Spatial Registration Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        207 (Proposed)
D:     Abstract Syntax: =Spatial Registration Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        209 (Proposed)
D:     Abstract Syntax: =Stereometric Relationship Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        211 (Proposed)
D:     Abstract Syntax: =Stereometric Relationship Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        213 (Proposed)
D:     Abstract Syntax: =12-lead ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        215 (Proposed)
D:     Abstract Syntax: =12-lead ECG Waveform Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        217 (Proposed)
D:     Abstract Syntax: =Ultrasound Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        219 (Proposed)
D:     Abstract Syntax: =Ultrasound Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        221 (Proposed)
D:     Abstract Syntax: =Ultrasound Multi-frame Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        223 (Proposed)
D:     Abstract Syntax: =Ultrasound Multi-frame Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        225 (Proposed)
D:     Abstract Syntax: =VL Endoscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        227 (Proposed)
D:     Abstract Syntax: =VL Endoscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        229 (Proposed)
D:     Abstract Syntax: =VL Microscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        231 (Proposed)
D:     Abstract Syntax: =VL Microscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        233 (Proposed)
D:     Abstract Syntax: =VL Photographic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        235 (Proposed)
D:     Abstract Syntax: =VL Photographic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        237 (Proposed)
D:     Abstract Syntax: =VL Slide-Coordinates Microscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        239 (Proposed)
D:     Abstract Syntax: =VL Slide-Coordinates Microscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        241 (Proposed)
D:     Abstract Syntax: =X-Ray Angiographic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        243 (Proposed)
D:     Abstract Syntax: =X-Ray Angiographic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        245 (Proposed)
D:     Abstract Syntax: =X-Ray Radiofluoroscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        247 (Proposed)
D:     Abstract Syntax: =X-Ray Radiofluoroscopic Image Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D:   Context ID:        249 (Proposed)
D:     Abstract Syntax: =X-Ray Radiation Dose SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =JPEG Baseline (Process 1)
D:   Context ID:        251 (Proposed)
D:     Abstract Syntax: =X-Ray Radiation Dose SR Storage
D:     Proposed SCP/SCU Role: Default
D:     Proposed Transfer Syntax(es):
D:       =Explicit VR Little Endian
D:       =Explicit VR Big Endian
D:       =Implicit VR Little Endian
D: Requested Extended Negotiation:
D: Requested Common Extended Negotiation:
D: Requested Asynchronous Operations Window Negotiation: None
D: Requested User Identity Negotiation: None
D: ======================= END A-ASSOCIATE-RQ ======================
I: Association Acknowledged
D: Accept Parameters:
D: ====================== BEGIN A-ASSOCIATE-AC =====================
D: Our Implementation Class UID:      1.2.276.0.7230010.3.0.3.5.4
D: Our Implementation Version Name:   OFFIS_DCMTK_354
D: Application Context Name:    1.2.840.10008.3.1.1.1
D: Responding Application Name: resp. AE Title
D: Our Max PDU Receive Size:    16382
D: Presentation Contexts:
D:   Context ID:        1 (Abstract Syntax Not Supported)
D:   Context ID:        3 (Abstract Syntax Not Supported)
D:   Context ID:        5 (Abstract Syntax Not Supported)
D:   Context ID:        7 (Abstract Syntax Not Supported)
D:   Context ID:        9 (Abstract Syntax Not Supported)
D:   Context ID:        11 (Abstract Syntax Not Supported)
D:   Context ID:        13 (Abstract Syntax Not Supported)
D:   Context ID:        15 (Abstract Syntax Not Supported)
D:   Context ID:        17 (Abstract Syntax Not Supported)
D:   Context ID:        19 (Abstract Syntax Not Supported)
D:   Context ID:        21 (Abstract Syntax Not Supported)
D:   Context ID:        23 (Abstract Syntax Not Supported)
D:   Context ID:        25 (Abstract Syntax Not Supported)
D:   Context ID:        27 (Abstract Syntax Not Supported)
D:   Context ID:        29 (Abstract Syntax Not Supported)
D:   Context ID:        31 (Abstract Syntax Not Supported)
D:   Context ID:        33 (Abstract Syntax Not Supported)
D:   Context ID:        35 (Abstract Syntax Not Supported)
D:   Context ID:        37 (Abstract Syntax Not Supported)
D:   Context ID:        39 (Abstract Syntax Not Supported)
D:   Context ID:        41 (Abstract Syntax Not Supported)
D:   Context ID:        43 (Abstract Syntax Not Supported)
D:   Context ID:        45 (Abstract Syntax Not Supported)
D:   Context ID:        47 (Abstract Syntax Not Supported)
D:   Context ID:        49 (Abstract Syntax Not Supported)
D:   Context ID:        51 (Abstract Syntax Not Supported)
D:   Context ID:        53 (Abstract Syntax Not Supported)
D:   Context ID:        55 (Abstract Syntax Not Supported)
D:   Context ID:        57 (Abstract Syntax Not Supported)
D:   Context ID:        59 (Abstract Syntax Not Supported)
D:   Context ID:        61 (Abstract Syntax Not Supported)
D:   Context ID:        63 (Abstract Syntax Not Supported)
D:   Context ID:        65 (Abstract Syntax Not Supported)
D:   Context ID:        67 (Abstract Syntax Not Supported)
D:   Context ID:        69 (Abstract Syntax Not Supported)
D:   Context ID:        71 (Abstract Syntax Not Supported)
D:   Context ID:        73 (Abstract Syntax Not Supported)
D:   Context ID:        75 (Abstract Syntax Not Supported)
D:   Context ID:        77 (Abstract Syntax Not Supported)
D:   Context ID:        79 (Abstract Syntax Not Supported)
D:   Context ID:        81 (Abstract Syntax Not Supported)
D:   Context ID:        83 (Abstract Syntax Not Supported)
D:   Context ID:        85 (Abstract Syntax Not Supported)
D:   Context ID:        87 (Abstract Syntax Not Supported)
D:   Context ID:        89 (Abstract Syntax Not Supported)
D:   Context ID:        91 (Abstract Syntax Not Supported)
D:   Context ID:        93 (Abstract Syntax Not Supported)
D:   Context ID:        95 (Abstract Syntax Not Supported)
D:   Context ID:        97 (Abstract Syntax Not Supported)
D:   Context ID:        99 (Abstract Syntax Not Supported)
D:   Context ID:        101 (Abstract Syntax Not Supported)
D:   Context ID:        103 (Abstract Syntax Not Supported)
D:   Context ID:        105 (Abstract Syntax Not Supported)
D:   Context ID:        107 (Abstract Syntax Not Supported)
D:   Context ID:        109 (Abstract Syntax Not Supported)
D:   Context ID:        111 (Abstract Syntax Not Supported)
D:   Context ID:        113 (Abstract Syntax Not Supported)
D:   Context ID:        115 (Abstract Syntax Not Supported)
D:   Context ID:        117 (Abstract Syntax Not Supported)
D:   Context ID:        119 (Abstract Syntax Not Supported)
D:   Context ID:        121 (Abstract Syntax Not Supported)
D:   Context ID:        123 (Abstract Syntax Not Supported)
D:   Context ID:        125 (Abstract Syntax Not Supported)
D:   Context ID:        127 (Abstract Syntax Not Supported)
D:   Context ID:        129 (Abstract Syntax Not Supported)
D:   Context ID:        131 (Abstract Syntax Not Supported)
D:   Context ID:        133 (Abstract Syntax Not Supported)
D:   Context ID:        135 (Abstract Syntax Not Supported)
D:   Context ID:        137 (Abstract Syntax Not Supported)
D:   Context ID:        139 (Abstract Syntax Not Supported)
D:   Context ID:        141 (Abstract Syntax Not Supported)
D:   Context ID:        143 (Abstract Syntax Not Supported)
D:   Context ID:        145 (Abstract Syntax Not Supported)
D:   Context ID:        147 (Abstract Syntax Not Supported)
D:   Context ID:        149 (Abstract Syntax Not Supported)
D:   Context ID:        151 (Abstract Syntax Not Supported)
D:   Context ID:        153 (Abstract Syntax Not Supported)
D:   Context ID:        155 (Abstract Syntax Not Supported)
D:   Context ID:        157 (Abstract Syntax Not Supported)
D:   Context ID:        159 (Abstract Syntax Not Supported)
D:   Context ID:        161 (Abstract Syntax Not Supported)
D:   Context ID:        163 (Abstract Syntax Not Supported)
D:   Context ID:        165 (Abstract Syntax Not Supported)
D:   Context ID:        167 (Abstract Syntax Not Supported)
D:   Context ID:        169 (Abstract Syntax Not Supported)
D:   Context ID:        171 (Abstract Syntax Not Supported)
D:   Context ID:        173 (Abstract Syntax Not Supported)
D:   Context ID:        175 (Abstract Syntax Not Supported)
D:   Context ID:        177 (Abstract Syntax Not Supported)
D:   Context ID:        179 (Abstract Syntax Not Supported)
D:   Context ID:        181 (Abstract Syntax Not Supported)
D:   Context ID:        183 (Abstract Syntax Not Supported)
D:   Context ID:        185 (Abstract Syntax Not Supported)
D:   Context ID:        187 (Abstract Syntax Not Supported)
D:   Context ID:        189 (Abstract Syntax Not Supported)
D:   Context ID:        191 (Abstract Syntax Not Supported)
D:   Context ID:        193 (Abstract Syntax Not Supported)
D:   Context ID:        195 (Abstract Syntax Not Supported)
D:   Context ID:        197 (Abstract Syntax Not Supported)
D:   Context ID:        199 (Abstract Syntax Not Supported)
D:   Context ID:        201 (Abstract Syntax Not Supported)
D:   Context ID:        203 (Abstract Syntax Not Supported)
D:   Context ID:        205 (Abstract Syntax Not Supported)
D:   Context ID:        207 (Abstract Syntax Not Supported)
D:   Context ID:        209 (Abstract Syntax Not Supported)
D:   Context ID:        211 (Abstract Syntax Not Supported)
D:   Context ID:        213 (Abstract Syntax Not Supported)
D:   Context ID:        215 (Abstract Syntax Not Supported)
D:   Context ID:        217 (Transfer Syntax Not Supported)
D:   Context ID:        219 (Accepted)
D:     Accepted Transfer Syntax: =Implicit VR Little Endian
D:   Context ID:        221 (Transfer Syntax Not Supported)
D:   Context ID:        223 (Accepted)
D:     Accepted Transfer Syntax: =Implicit VR Little Endian
D:   Context ID:        225 (Abstract Syntax Not Supported)
D:   Context ID:        227 (Abstract Syntax Not Supported)
D:   Context ID:        229 (Abstract Syntax Not Supported)
D:   Context ID:        231 (Abstract Syntax Not Supported)
D:   Context ID:        233 (Abstract Syntax Not Supported)
D:   Context ID:        235 (Abstract Syntax Not Supported)
D:   Context ID:        237 (Abstract Syntax Not Supported)
D:   Context ID:        239 (Abstract Syntax Not Supported)
D:   Context ID:        241 (Abstract Syntax Not Supported)
D:   Context ID:        243 (Abstract Syntax Not Supported)
D:   Context ID:        245 (Abstract Syntax Not Supported)
D:   Context ID:        247 (Abstract Syntax Not Supported)
D:   Context ID:        249 (Abstract Syntax Not Supported)
D:   Context ID:        251 (Abstract Syntax Not Supported)
D: Accepted Extended Negotiation: None
D: User Identity Negotiation Response:  None
D: ======================= END A-ASSOCIATE-AC ======================
D: Abort Parameters:
D: ========================== BEGIN A-ABORT ========================
D: Abort Source: DUL service-user
D: Abort Reason: No reason given
D: =========================== END A-ABORT =========================
E: Association Aborted

Please let me know the next steps to solve the issue. Thank you!

scaramallion commented 6 years ago

Well, it will fail an echo request because Verification SOP Class isn't included in the list of supported presentation contexts in that sample code I gave you. If you want it just add it in...

from pynetdicom3.sop_class import VerificationSOPClass

ae.add_supported_context(VerificationSOPClass)

It obviously associates OK, but for whatever reason the US device is aborting the association afterwards. I suspect it's looking for a specific presentation context. You said earlier that it worked OK for a different storage SCP, can you check the log for that implementation and see what presentation context (i.e. abstract syntax and transfer syntax) it's using?

The DICOM conformance statement for the US device would be really helpful.

omaghsoudi commented 6 years ago

Sorry I have missed that "VerificationSOPClass" was not imported and used in the code. As you said, the verification works fine. Thank you!

This is the settings for the Ginkgo Cadx software which can transfer the files. ginkgo.txt And this is the server details on Ginkgo: 192.168.30.100 (GINKGO_%IP4@needledriver:11112) When I transfer a file, it gives me this: I: Association received Just this! Do you know how to have more details?

We are trying to push getting the conformance but it would be hard! Sorry about that. As soon as we get any new updates, we will share.

scaramallion commented 6 years ago

From the website for Gingko Cadx

3) What about verbose mode to get more info on internal operations/status? Although is work in progress, you can open Tools => Log Monitor (Or Alt+R) and set log level to DEBUG or TRACE. You have not need to restart Ginkgo CADx.

Verbose info is shown as list in the first tab and as full multi-lined text in the second one just in the moment you switch the combo.

scaramallion commented 6 years ago

Oh...

The file you said transferred to Gingko Cadx, could you anonymise it, zip it then attach it? It should have the needed details. Or alternatively just find out what its Transfer Syntax UID and SOP Class UID values are?

omaghsoudi commented 6 years ago

The log gives me the following for verification:

2018/07/31 12:16:12.412 [139702270504704] INFO  Core  - Starting Ginkgo CADx 3.8.6 64 bits
2018/07/31 12:16:12.881 [139702270504704] INFO  Core/HL7  - HL7 sender started
2018/07/31 12:17:43.580 [139701990188800] DEBUG dcmtk.dcmnet  - setting network send timeout to 60 seconds
2018/07/31 12:17:43.580 [139701990188800] DEBUG dcmtk.dcmnet  - setting network receive timeout to 60 seconds
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  - PDU Type: Associate Request, PDU Length: 205 + 6 bytes PDU header
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   01  00  00  00  00  cd  00  01  00  00  4f  4d  49  44  5f  44
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   49  43  4f  4d  20  20  20  20  20  20  41  45  5f  53  43  55
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   20  20  20  20  20  20  20  20  20  20  00  00  00  00  00  00
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   00  00  00  00  00  00  00  00  00  00  10  00  00  15  31  2e
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   32  2e  38  34  30  2e  31  30  30  30  38  2e  33  2e  31  2e
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   31  2e  31  20  00  00  2e  01  00  ff  00  30  00  00  11  31
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   2e  32  2e  38  34  30  2e  31  30  30  30  38  2e  31  2e  31
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   40  00  00  11  31  2e  32  2e  38  34  30  2e  31  30  30  30
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   38  2e  31  2e  32  50  00  00  3a  51  00  00  04  00  00  40
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   00  52  00  00  1b  31  2e  32  2e  32  37  36  2e  30  2e  37
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   32  33  30  30  31  30  2e  33  2e  30  2e  33  2e  35  2e  34
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   55  00  00  0f  4f  46  46  49  53  5f  44  43  4d  54  4b  5f
2018/07/31 12:17:43.581 [139701990188800] DEBUG dcmtk.dcmnet  -   33  35  34
2018/07/31 12:17:43.582 [139701990188800] DEBUG dcmtk.dcmnet  - Parsing an A-ASSOCIATE PDU
2018/07/31 12:17:43.583 [139701990188800] INFO  PACS-Service  - Association received
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Parameters:
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - ====================== BEGIN A-ASSOCIATE-RQ =====================
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Our Implementation Class UID:      1.2.276.0.7230010.3.0.3.6.2
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Our Implementation Version Name:   OFFIS_DCMTK_362
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Their Implementation Class UID:    1.2.276.0.7230010.3.0.3.5.4
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Their Implementation Version Name: OFFIS_DCMTK_354
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Application Context Name:    1.2.840.10008.3.1.1.1
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Calling Application Name:    AE_SCU
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Called Application Name:     OMID_DICOM
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Responding Application Name: 
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Our Max PDU Receive Size:    16384
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Their Max PDU Receive Size:  16384
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Presentation Contexts:
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  -   Context ID:        1 (Proposed)
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VerificationSOPClass
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  -     Proposed Transfer Syntax(es):
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  -       =LittleEndianImplicit
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Requested Extended Negotiation: none
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Accepted Extended Negotiation:  none
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - Requested User Identity Negotiation: none
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - User Identity Negotiation Response:  none
2018/07/31 12:17:43.583 [139701990188800] DEBUG PACS-Service  - ======================= END A-ASSOCIATE-RQ ======================
2018/07/31 12:17:43.584 [139701990188800] DEBUG dcmtk.dcmnet  - Constructing Associate AC PDU
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Association Acknowledged (Max Send PDV: 16372)
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - ====================== BEGIN A-ASSOCIATE-AC =====================
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Our Implementation Class UID:      1.2.276.0.7230010.3.0.3.6.2
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Our Implementation Version Name:   OFFIS_DCMTK_362
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Their Implementation Class UID:    1.2.276.0.7230010.3.0.3.5.4
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Their Implementation Version Name: OFFIS_DCMTK_354
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Application Context Name:    1.2.840.10008.3.1.1.1
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Calling Application Name:    AE_SCU
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Called Application Name:     OMID_DICOM
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Responding Application Name: OMID_DICOM
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Our Max PDU Receive Size:    16384
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Their Max PDU Receive Size:  16384
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Presentation Contexts:
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  -   Context ID:        1 (Accepted)
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VerificationSOPClass
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Requested Extended Negotiation: none
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Accepted Extended Negotiation:  none
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - Requested User Identity Negotiation: none
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - User Identity Negotiation Response:  none
2018/07/31 12:17:43.584 [139701990188800] DEBUG PACS-Service  - ======================= END A-ASSOCIATE-AC ======================
2018/07/31 12:17:43.585 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataDictionary: Loading file: /usr/share/libdcmtk12/dicom.dic
2018/07/31 12:17:43.594 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataDictionary: Loading file: /usr/share/libdcmtk12/private.dic
2018/07/31 12:17:43.606 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataset::read() TransferSyntax="Little Endian Implicit"
2018/07/31 12:17:43.606 [139701998581504] INFO  Association(dicom://192.168.30.100@AE_SCU)  - Received Echo Request
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - ===================== INCOMING DIMSE MESSAGE ====================
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Message Type                  : C-ECHO RQ
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Presentation Context ID       : 1
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Message ID                    : 1
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Data Set                      : none
2018/07/31 12:17:43.606 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - ======================= END DIMSE MESSAGE =======================
2018/07/31 12:17:43.644 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Association released by remote endpoint

And this is for transferring a file:

2:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        47 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalIntraOralXRayImageStorageForProcessing
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        49 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalMammographyXRayImageStorageForPresentation
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        51 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalMammographyXRayImageStorageForPresentation
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        53 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalMammographyXRayImageStorageForProcessing
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        55 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalMammographyXRayImageStorageForProcessing
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        57 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalXRayImageStorageForPresentation
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        59 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalXRayImageStorageForPresentation
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        61 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalXRayImageStorageForProcessing
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        63 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =DigitalXRayImageStorageForProcessing
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        65 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EncapsulatedPDFStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        67 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EncapsulatedPDFStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        69 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedCTImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        71 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedCTImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        73 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedMRImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        75 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedMRImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        77 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        79 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        81 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedXAImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        83 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedXAImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        85 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedXRFImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        87 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =EnhancedXRFImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        89 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =GeneralECGWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        91 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =GeneralECGWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        93 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =GrayscaleSoftcopyPresentationStateStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        95 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =GrayscaleSoftcopyPresentationStateStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        97 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =HemodynamicWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        99 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =HemodynamicWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        101 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =KeyObjectSelectionDocumentStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        103 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =KeyObjectSelectionDocumentStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        105 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MRImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        107 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MRImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        109 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MRSpectroscopyStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        111 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MRSpectroscopyStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        113 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MammographyCADSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        115 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MammographyCADSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        117 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeGrayscaleByteSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        119 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeGrayscaleByteSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        121 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeGrayscaleWordSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        123 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeGrayscaleWordSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        125 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeSingleBitSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        127 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeSingleBitSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        129 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeTrueColorSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        131 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =MultiframeTrueColorSecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        133 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =NuclearMedicineImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        135 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =NuclearMedicineImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        137 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =OphthalmicPhotography16BitImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        139 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =OphthalmicPhotography16BitImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        141 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =OphthalmicPhotography8BitImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        143 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =OphthalmicPhotography8BitImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        145 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RETIRED_StandalonePETCurveStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        147 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RETIRED_StandalonePETCurveStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        149 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =PositronEmissionTomographyImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        151 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =PositronEmissionTomographyImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        153 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =ProcedureLogStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        155 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =ProcedureLogStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        157 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =PseudoColorSoftcopyPresentationStateStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        159 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =PseudoColorSoftcopyPresentationStateStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        161 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTBeamsTreatmentRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        163 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTBeamsTreatmentRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        165 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTBrachyTreatmentRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        167 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTBrachyTreatmentRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        169 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTDoseStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        171 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTDoseStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        173 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        175 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        177 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTPlanStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        179 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTPlanStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        181 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTStructureSetStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        183 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTStructureSetStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        185 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTTreatmentSummaryRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        187 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RTTreatmentSummaryRecordStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        189 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RawDataStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        191 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RawDataStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        193 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RealWorldValueMappingStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        195 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =RealWorldValueMappingStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        197 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        199 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SecondaryCaptureImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        201 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SpatialFiducialsStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        203 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SpatialFiducialsStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        205 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SpatialRegistrationStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        207 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =SpatialRegistrationStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        209 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =StereometricRelationshipStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        211 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =StereometricRelationshipStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        213 (Transfer Syntaxes Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =TwelveLeadECGWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        215 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =TwelveLeadECGWaveformStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        217 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =UltrasoundImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        219 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =UltrasoundImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        221 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =UltrasoundMultiframeImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        223 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =UltrasoundMultiframeImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        225 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLEndoscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        227 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLEndoscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        229 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLMicroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        231 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLMicroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        233 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLPhotographicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        235 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLPhotographicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        237 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLSlideCoordinatesMicroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        239 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =VLSlideCoordinatesMicroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        241 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayAngiographicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        243 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayAngiographicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        245 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayRadiofluoroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =JPEGBaseline
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        247 (Accepted)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayRadiofluoroscopicImageStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted Transfer Syntax: =LittleEndianImplicit
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        249 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayRadiationDoseSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -   Context ID:        251 (Abstract Syntax Not Supported)
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Abstract Syntax: =XRayRadiationDoseSRStorage
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Proposed SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  -     Accepted SCP/SCU Role: Default
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  - Requested Extended Negotiation: none
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  - Accepted Extended Negotiation:  none
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  - Requested User Identity Negotiation: none
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  - User Identity Negotiation Response:  none
2018/07/31 12:20:28.207 [139701990188800] DEBUG PACS-Service  - ======================= END A-ASSOCIATE-AC ======================2018/07/31 12:20:28.329 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataset::read() TransferSyntax="Little Endian Implicit"
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Received Store Request: MsgID 1, (US)
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - ===================== INCOMING DIMSE MESSAGE ====================
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Message Type                  : C-STORE RQ
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Presentation Context ID       : 217
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Message ID                    : 1
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Affected SOP Class UID        : UltrasoundImageStorage
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Affected SOP Instance UID     : 1.2.276.0.7230010.3.1.4.1704223.697.1533106223.2
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Data Set                      : present
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Priority                      : low
2018/07/31 12:20:28.576 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - ======================= END DIMSE MESSAGE =======================
2018/07/31 12:20:28.580 [139701998581504] DEBUG Association(dicom://192.168.30.100@AE_SCU)  - Association released by remote endpoint
2018/07/31 12:20:28.601 [139701998581504] DEBUG dcmtk.dcmdata  - DcmMetaInfo::checkAndReadPreamble() TransferSyntax="Little Endian Explicit"
2018/07/31 12:20:28.601 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataset::read() TransferSyntax="JPEG Baseline"
2018/07/31 12:20:28.601 [139701998581504] DEBUG dcmtk.dcmdata  - DcmMetaInfo::checkAndReadPreamble() TransferSyntax="Little Endian Explicit"
2018/07/31 12:20:28.601 [139701998581504] DEBUG dcmtk.dcmdata  - DcmDataset::read() TransferSyntax="JPEG Baseline"
2018/07/31 12:20:28.602 [139701998581504] DEBUG dcmtk.dcmdata  - DcmMetaInfo::checkAndReadPreamble() TransferSyntax="Little Endian Explicit"
omaghsoudi commented 6 years ago

also, this is the contents for the text files (showing all details about the software settings):

[GinkgoCore]
[GinkgoCore/HCE]
IDOrganizacionReceptora=
IDSistemaPeticionario=
IDAplicacionRellenadora=
IDGinkgoApplication=GINKGO
HostnameMI=
PuertoMI=
[GinkgoCore/HCE/Plantillas]
TUIDvisualizator_extension_v3=0^Ginkgo CADx Image Report^LN
[GinkgoCore/Estacion]
CheckForUpdates=1
IdServicio=
NombreServicio=
CentroNombre=
CentroId=
DefaultCharset=ISO_IR 100
[GinkgoCore/Licencia]
Aceptada=1
[GinkgoCore/PACS]
[GinkgoCore/PACS/Local]
AET=OMID_DICOM
Puerto=11112
useTLS=0
verifyCredentials=0
privateKey=
certificate=
[GinkgoCore/PACS/Servidores]
[GinkgoCore/PACS/Servidores/Server0]
AET=GINKGO_%IP4
Host=needledriver
Identificador=192.168.30.100
PDU=16384
Puerto=11112
abortTemplate=
certificate=
completedTemplate=
defaultCharset=
inProgressTemplate=
isDefault=1
pacsPass=
pacsUser=
privateKey=
retrieveMethod=0
retrieveSeries=1
reuseConnection=0
useAbortMessage=0
useCompletedMessage=0
useDICOMMPPS=1
useInProgressMessage=0
useTLS=0
verifyCredentials=0
wadoURI=
[GinkgoCore/LastUpdateDateTime]
LastDate=Mon 23 Jul 2018 05:15:21 PM EDT
scaramallion commented 6 years ago

OK, so it looks like it wants a presentation context with a JPEG Baseline transfer syntax. Its non-conformant since all implementations are supposed to support Implicit VR Little Endian, but whatever.

If you change the script to add JPEG Baseline then hopefully it should work

from pynetdicom3 import DEFAULT_TRANSFER_SYNTAXES

transfer_syntaxes = DEFAULT_TRANSFER_SYNTAXES[:]
transfer_syntaxes.append('1.2.840.10008.1.2.4.50')

ae.add_supported_context(UltrasoundImageStorage, transfer_syntaxes)
ae.add_supported_context(UltrasoundMultiframeImageStorage, transfer_syntaxes)
ae.add_supported_context(VerificationSOPClass)
omaghsoudi commented 6 years ago

It fixed the issue! Awesome! Thank you so much for your help.

Though, the transferred files is named something like this: UN.1.2.276.0.7230010.3.1.4.1704223.696.1533189888.2 I can open it with some software; but is there any way to save the file as "avi" or use ffmpeg to convert it? What is the format ".2"?

scaramallion commented 6 years ago

The filename is based on the dataset's SOP Instance UID (basically a unique identifier). It's saved in the DICOM File Format, '.2' is just part of the SOP Instance UID, there is no extension.

Conversion is beyond the scope of pynetdicom, but you should be able to use pydicom + numpy + pillow to decompress the original JPEG Baseline encoded Pixel Data and then use pillow to save it to whatever format you prefer. See the pydicom user guide (in particular the 'working with pixel data' and 'handling compressed data' pages) and the pillow documentation.

omaghsoudi commented 6 years ago

Thank you so much for all of your helps! I got it working.