C# 클래스 EvilDICOM.Network.DIMSE.AbstractDIMSEResponse

상속: EvilDICOM.Network.DIMSE.AbstractDIMSE
파일 보기 프로젝트 열기: rexcardan/Evil-DICOM

보호된 프로퍼티들

프로퍼티 타입 설명
_messageIdBeingRespondedTo UnsignedShort
_status UnsignedShort

공개 메소드들

메소드 설명
AbstractDIMSEResponse ( ) : System
AbstractDIMSEResponse ( DICOMObject d ) : System
ToString ( ) : string

메소드 상세

AbstractDIMSEResponse() 공개 메소드

public AbstractDIMSEResponse ( ) : System
리턴 System

AbstractDIMSEResponse() 공개 메소드

public AbstractDIMSEResponse ( DICOMObject d ) : System
d DICOMObject
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_messageIdBeingRespondedTo 보호되어 있는 프로퍼티

protected UnsignedShort _messageIdBeingRespondedTo
리턴 UnsignedShort

_status 보호되어 있는 프로퍼티

protected UnsignedShort _status
리턴 UnsignedShort