C# 클래스 Dicom.Network.AAbort

A-ABORT
상속: PDU
파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
AAbort ( ) : System

Initializes new A-ABORT

AAbort ( DcmAbortSource source, DcmAbortReason reason ) : System

Initializes new A-ABORT

Read ( RawPDU raw ) : void

Reads A-ABORT from PDU buffer

Write ( ) : RawPDU

Writes A-ABORT to PDU buffer

메소드 상세

AAbort() 공개 메소드

Initializes new A-ABORT
public AAbort ( ) : System
리턴 System

AAbort() 공개 메소드

Initializes new A-ABORT
public AAbort ( DcmAbortSource source, DcmAbortReason reason ) : System
source DcmAbortSource Abort source
reason DcmAbortReason Abort reason
리턴 System

Read() 공개 메소드

Reads A-ABORT from PDU buffer
public Read ( RawPDU raw ) : void
raw RawPDU PDU buffer
리턴 void

Write() 공개 메소드

Writes A-ABORT to PDU buffer
public Write ( ) : RawPDU
리턴 RawPDU