C# Class Dicom.Printing.PrintJob

Inheritance: DicomDataset
Datei anzeigen Open project: fo-dicom/fo-dicom-samples Class Usage Examples

Public Properties

Property Type Description
SOPClassUID DicomUID

Public Methods

Method Description
Print ( IList filmBoxList ) : void
PrintJob ( DicomUID sopInstance, Printer printer, string originator, Dicom log ) : System

Construct new print job using specified SOP instance UID. If passed SOP instance UID is missing, new UID will be generated

Protected Methods

Method Description
OnStatusUpdate ( string info ) : void

Private Methods

Method Description
DeletePrintFolder ( ) : void
DoPrint ( ) : void
OnPrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void
OnQueryPageSettings ( object sender, System.Drawing.Printing.QueryPageSettingsEventArgs e ) : void

Method Details

OnStatusUpdate() protected method

protected OnStatusUpdate ( string info ) : void
info string
return void

Print() public method

public Print ( IList filmBoxList ) : void
filmBoxList IList
return void

PrintJob() public method

Construct new print job using specified SOP instance UID. If passed SOP instance UID is missing, new UID will be generated
public PrintJob ( DicomUID sopInstance, Printer printer, string originator, Dicom log ) : System
sopInstance DicomUID New print job SOP instance uID
printer Printer
originator string
log Dicom
return System

Property Details

SOPClassUID public_oe property

Print job SOP class UID
public DicomUID SOPClassUID
return DicomUID