PDF to DICOM

Clovertech Forums Cloverleaf PDF to DICOM

  • Creator
    Topic
  • #111241
    Devika Agarwal
    Participant

      Is it possible to transform a PDF into DICOM in Cloverleaf? Are there are any Tcl libraries?

    Viewing 3 reply threads
    • Author
      Replies
      • #111252
        Dustin Sayes
        Participant

          Assuming the DICOM image wont be used for diagnostic purposes… If coming from a PDF, it certainly will not be diagnostic quality.

          DICOM images have a lot of meta data associated with them. You’d need need to build out all of the tags and add meta data too.

          It can undoubtedly be done. but why? Most PACS vendors can display a PDF just fine. and archive them too.

        • #111255
          Devika Agarwal
          Participant

            Thanks Dustin. We have a vendor that can only accept DICOMs so we have to transform scanned PDF document to a DICOM. What is the best way to go about it?

          • #111258
            Dustin Sayes
            Participant

              I’d start here – https://support.dcmtk.org/docs/pdf2dcm.html

              other than that, i did a google search for PDF to DICOM – a fair amount of resources on the web. You may need to use a UPoC in cloverleaf to execute the code. Infor has the DICOM protocol, but i dont think it converts PDF to DICOM.

               

              Infor consulting services may be able to offer a solution?

              good luck!

              • This reply was modified 5 years, 4 months ago by Dustin Sayes.
            • #111849
              lauri buijs
              Participant

                you can use tcl scripting to use the dcmtk pdf2dcm  we do that and it works pretty good.

                • #112348
                  Devika Agarwal
                  Participant

                    Hi Lauri,

                    Thanks for your response. If you don’t mind sharing your script or some of the resources you’ve used, it would help me get started. I have not made much progress. We have PDF requisitions that we are looking to transform it into DICOM requisitions because the endpoint application can only accept DICOMs. Also, are there any risks associated with using the open-source libraries for Tcl?

                    Devika

              Viewing 3 reply threads
              • You must be logged in to reply to this topic.