C# 클래스 ClearCanvas.Dicom.Audit.DicomAuditHelper

Base class for Audit helpers.
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_auditSourceList List
_participantList List
_participantObjectList AuditParticipantObject>.Dictionary

공개 메소드들

메소드 설명
DicomAuditHelper ( string operation ) : System
Serialize ( ) : string
Serialize ( bool format ) : string
Verify ( Exception &exception ) : bool
Verify ( string &failureMessage ) : bool

보호된 메소드들

메소드 설명
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

메소드 상세

DicomAuditHelper() 공개 메소드

public DicomAuditHelper ( string operation ) : System
operation string
리턴 System

InternalAddActiveDicomParticipant() 보호된 메소드

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

InternalAddActiveDicomParticipant() 보호된 메소드

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

InternalAddActiveParticipant() 보호된 메소드

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

InternalAddAuditSource() 보호된 메소드

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

InternalAddParticipantObject() 보호된 메소드

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

InternalAddStorageInstance() 보호된 메소드

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

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

Serialize() 공개 메소드

public Serialize ( bool format ) : string
format bool
리턴 string

Verify() 공개 메소드

public Verify ( Exception &exception ) : bool
exception System.Exception
리턴 bool

Verify() 공개 메소드

public Verify ( string &failureMessage ) : bool
failureMessage string
리턴 bool

프로퍼티 상세

_auditSourceList 보호되어 있는 프로퍼티

protected List _auditSourceList
리턴 List

_participantList 보호되어 있는 프로퍼티

protected List _participantList
리턴 List

_participantObjectList 보호되어 있는 프로퍼티

protected Dictionary _participantObjectList
리턴 AuditParticipantObject>.Dictionary