The LabelType “Formatted” in .NET version of DicomObjects provides a very useful way to access the value of any DicomImage property. For property which has a shortcut name, you can just put the name of the property within a pair of square brackets. You can also specify the “Group” and “Element” of any particular attribute. The code shows how to use the formatted label.
We are often asked how to persuade a DICOM printer to print images (normally plain radiographs) “TRUE” size.
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.
Following our first article about how to Host .NET Viewer on Web Page, people asked questions about using DicomObjects.
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.
Perhaps we might have done this internally and make a new DicomViewer ‘ShowGrid’ property.