Printing True Size Images

We are often asked how to persuade a DICOM printer to print images (normally plain radiographs) “TRUE” size.

Printing without using DicomPrint


Although DicomPrint object is designed to make printing simple and easy for developers to code, it is possible to use a more advanced DicomConnection (COM version) or DicomAssociation (.NET version) object to meet your special requirement.

Problems using DicomObjects.NET from VBScript

Following our first article about how to Host .NET Viewer on Web Page, people asked questions about using DicomObjects.

Querying Patient Information by Modality

It is possible to query for Patient Information using a DICOM C-FIND operation with Modality as a filter, in order to find all patients who have ever had a series with a particular modality.

Registering Custom Codec with DicomObjects.NET

Contents

  • Create new CodecFactory class
  • Implement DicomObjects.DicomCodecs.IDecompressor
  • Implement DicomObjects.DicomCodecs.ICompressor interface
  • Registering your CodecFactory with DicomObjects.NET

How to show Grid in DicomViewer

Perhaps we might have done this internally and make a new DicomViewer ‘ShowGrid’ property.