Hello,
I am trying to send a single DICOM slice to an Orthanc server. The slice has rows and colums of 256x256, which totals to 65.536 total points of pixel data. I have an Unsigned Integer Array Buffer which I am passing to my PixelData field before sending off my data to Orthanc. I have attached a screenshot of what the object looks like.
The POST request is successfully sent via a binary-data stream. But when it gets to Orthanc and I check it value, it appears that the Pixel Data is being defined as null. I have attached a screenshot of the results as well.
Does anyone know what I am doing wrong here? Thanks for any help which you can offer!