C# Class ClearCanvas.Dicom.Audit.DicomAuditHelper

Base class for Audit helpers.
Afficher le fichier Open project: jasper-yeh/ClearCanvas Class Usage Examples

Protected Properties

Свойство Type Description
_auditSourceList List
_participantList List
_participantObjectList AuditParticipantObject>.Dictionary

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

public DicomAuditHelper ( string operation ) : System
operation string
Résultat System

InternalAddActiveDicomParticipant() protected méthode

protected InternalAddActiveDicomParticipant ( ClearCanvas.Dicom.Network.AssociationParameters parms ) : void
parms ClearCanvas.Dicom.Network.AssociationParameters
Résultat void

InternalAddActiveDicomParticipant() protected méthode

protected InternalAddActiveDicomParticipant ( string sourceAE, string sourceHost, string destinationAE, string destinationHost ) : void
sourceAE string
sourceHost string
destinationAE string
destinationHost string
Résultat void

InternalAddActiveParticipant() protected méthode

protected InternalAddActiveParticipant ( ClearCanvas.Dicom.Audit.AuditActiveParticipant participant ) : void
participant ClearCanvas.Dicom.Audit.AuditActiveParticipant
Résultat void

InternalAddAuditSource() protected méthode

protected InternalAddAuditSource ( ClearCanvas.Dicom.Audit.DicomAuditSource auditSource ) : void
auditSource ClearCanvas.Dicom.Audit.DicomAuditSource
Résultat void

InternalAddParticipantObject() protected méthode

protected InternalAddParticipantObject ( string key, ClearCanvas.Dicom.Audit.AuditParticipantObject study ) : void
key string
study ClearCanvas.Dicom.Audit.AuditParticipantObject
Résultat void

InternalAddStorageInstance() protected méthode

protected InternalAddStorageInstance ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : void
instance ClearCanvas.Dicom.Network.Scu.StorageInstance
Résultat void

Serialize() public méthode

public Serialize ( ) : string
Résultat string

Serialize() public méthode

public Serialize ( bool format ) : string
format bool
Résultat string

Verify() public méthode

public Verify ( Exception &exception ) : bool
exception System.Exception
Résultat bool

Verify() public méthode

public Verify ( string &failureMessage ) : bool
failureMessage string
Résultat bool

Property Details

_auditSourceList protected_oe property

protected List _auditSourceList
Résultat List

_participantList protected_oe property

protected List _participantList
Résultat List

_participantObjectList protected_oe property

protected Dictionary _participantObjectList
Résultat AuditParticipantObject>.Dictionary