Good Day All,
I am using tools/create-dicom using a PNG to create a DICOM image, unfortunately when I try to send this to another server, I am getting an error:
DicomUserConnection: Unable to find the SOP class and instance: Unable to determine the SOP class/instance for C-STORE with AET AETDESTINATION
Here is the JSON I am using to create the study:
"Tags": {
"Modality": "OT",
"PatientName": "LASTNAME^FIRSTNAME",
"PatientID": "PATIENTID",
"SeriesDescription": "Prior Study Placeholder",
"StudyDescription": "DESCRIPTION",
"StudyDate": "20210705",
"StudyTime": "124511.000000",
"AccessionNumber": "ACCESSION",
"PatientSex": "M",
"PatientBirthDate": "20150412"
It looks as though I am getting: 0002,0002 (MediaStorageSOPClassUID): 1.2.276.0.7230010.3.1.0.1
I am not familiar with it, and assuming the PACS is rejecting this?