C# Class ClearCanvas.Dicom.Audit.DicomAuditHelper

Base class for Audit helpers.
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Protected Properties

Property Type Description
_auditSourceList List
_participantList List
_participantObjectList AuditParticipantObject>.Dictionary

Public Methods

Method Description
DicomAuditHelper ( string operation ) : System
Serialize ( ) : string
Serialize ( bool format ) : string
Verify ( Exception &exception ) : bool
Verify ( string &failureMessage ) : bool

Protected Methods

Method Description
InternalAddActiveDicomParticipant ( ClearCanvas.Dicom.Network.AssociationParameters parms ) : void
InternalAddActiveDicomParticipant ( string sourceAE, string sourceHost, string destinationAE, string destinationHost ) : void
InternalAddActiveParticipant ( ClearCanvas.Dicom.Audit.AuditActiveParticipant participant ) : void
InternalAddAuditSource ( ClearCanvas.Dicom.Audit.DicomAuditSource auditSource ) : void
InternalAddParticipantObject ( string key, ClearCanvas.Dicom.Audit.AuditParticipantObject study ) : void
InternalAddStorageInstance ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : void

Method Details

DicomAuditHelper() public method

public DicomAuditHelper ( string operation ) : System
operation string
return System

InternalAddActiveDicomParticipant() protected method

protected InternalAddActiveDicomParticipant ( ClearCanvas.Dicom.Network.AssociationParameters parms ) : void
parms ClearCanvas.Dicom.Network.AssociationParameters
return void

InternalAddActiveDicomParticipant() protected method

protected InternalAddActiveDicomParticipant ( string sourceAE, string sourceHost, string destinationAE, string destinationHost ) : void
sourceAE string
sourceHost string
destinationAE string
destinationHost string
return void

InternalAddActiveParticipant() protected method

protected InternalAddActiveParticipant ( ClearCanvas.Dicom.Audit.AuditActiveParticipant participant ) : void
participant ClearCanvas.Dicom.Audit.AuditActiveParticipant
return void

InternalAddAuditSource() protected method

protected InternalAddAuditSource ( ClearCanvas.Dicom.Audit.DicomAuditSource auditSource ) : void
auditSource ClearCanvas.Dicom.Audit.DicomAuditSource
return void

InternalAddParticipantObject() protected method

protected InternalAddParticipantObject ( string key, ClearCanvas.Dicom.Audit.AuditParticipantObject study ) : void
key string
study ClearCanvas.Dicom.Audit.AuditParticipantObject
return void

InternalAddStorageInstance() protected method

protected InternalAddStorageInstance ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : void
instance ClearCanvas.Dicom.Network.Scu.StorageInstance
return void

Serialize() public method

public Serialize ( ) : string
return string

Serialize() public method

public Serialize ( bool format ) : string
format bool
return string

Verify() public method

public Verify ( Exception &exception ) : bool
exception System.Exception
return bool

Verify() public method

public Verify ( string &failureMessage ) : bool
failureMessage string
return bool

Property Details

_auditSourceList protected property

protected List _auditSourceList
return List

_participantList protected property

protected List _participantList
return List

_participantObjectList protected property

protected Dictionary _participantObjectList
return AuditParticipantObject>.Dictionary