How to determine by dicom tags if it is mammo study?
We get a lot of studies. Most mammo studies has MG modality, but some of them has DX modality. We need to determine if it is mammo study or not before saving on db. I thought “View Code Sequence” tag is what we need, but it is required tag for MG, but optional for DX studies ?
Why is there an error sending the worklist to the imaging device?
I built an SCP with the Pynetdicom library, but it is giving an error when sending the worklist, on the imaging device screen it says “Failed to receive the Worklist”, and in the server log no error appears, I believe it is just some detail that I I didn’t perceive
Identifying a CHEST XRAY(AP view) from dicom tag values?
Is there any way to identity a CHEST XRAY(AP view) from dicom tag values? Tag 0008,0060 (Modality) tells us that its an xray and tag 0018,0015 (BodyPartExamined) can tell us its a chest xray but how can we tell if its a PA or AP view ?
Is there really no pixel data in DICOM files of SOP Class RawDataStorage?
I’m working on a project that securely moves DICOM files from one facility to another (PACS to PACS link, much like a VPN but without all the associated headaches in management and maintenance etc) and over the last month we’ve moved about 500,000 images using a new DICOM server that we’ve developed in Go.
DICOM SOP Class: RawDataStorage – no pixel data?
I’m working on a project that securely moves DICOM files from one facility to another (PACS to PACS link, much like a VPN but without all the associated headaches in management and maintenance etc) and over the last month we’ve moved about 500,000 images using a new DICOM server that we’ve developed in Go.
Dicom image windoing
Please, I want to read a DICOM image using Matlab, based on the window center and width from the metadata, and I don’t know how to convert normal HU values to windowed values bay matlab code.