C# 클래스 Dicom.Network.PDataTF

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

공개 메소드들

메소드 설명
GetLengthOfPDVs ( ) : uint

Calculates the total length of the PDVs in this P-DATA-TF

PDataTF ( ) : System

Initializes new P-DATA-TF

Read ( RawPDU raw ) : void

Reads P-DATA-TF from PDU buffer

Write ( ) : RawPDU

Writes P-DATA-TF to PDU buffer

메소드 상세

GetLengthOfPDVs() 공개 메소드

Calculates the total length of the PDVs in this P-DATA-TF
public GetLengthOfPDVs ( ) : uint
리턴 uint

PDataTF() 공개 메소드

Initializes new P-DATA-TF
public PDataTF ( ) : System
리턴 System

Read() 공개 메소드

Reads P-DATA-TF from PDU buffer
public Read ( RawPDU raw ) : void
raw RawPDU PDU buffer
리턴 void

Write() 공개 메소드

Writes P-DATA-TF to PDU buffer
public Write ( ) : RawPDU
리턴 RawPDU