C# 클래스 Dicom.Network.AAssociateRQ

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

공개 메소드들

메소드 설명
AAssociateRQ ( DcmAssociate assoc ) : System

Initializes new A-ASSOCIATE-RQ

Read ( RawPDU raw ) : void

Reads A-ASSOCIATE-RQ from PDU buffer

Write ( ) : RawPDU

Writes A-ASSOCIATE-RQ to PDU buffer

메소드 상세

AAssociateRQ() 공개 메소드

Initializes new A-ASSOCIATE-RQ
public AAssociateRQ ( DcmAssociate assoc ) : System
assoc DcmAssociate Association parameters
리턴 System

Read() 공개 메소드

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

Write() 공개 메소드

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