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

상속: AbstractDIMSEResponse, IIOD
파일 보기 프로젝트 열기: rexcardan/Evil-DICOM

공개 메소드들

메소드 설명
CEchoResponse ( EvilDICOM.Network.DIMSE.CEchoRequest req, Status status ) : System.Collections.Generic

Used to generate a new Echo Response from an Echo Request

CEchoResponse ( DICOMObject d ) : System.Collections.Generic

메소드 상세

CEchoResponse() 공개 메소드

Used to generate a new Echo Response from an Echo Request
public CEchoResponse ( EvilDICOM.Network.DIMSE.CEchoRequest req, Status status ) : System.Collections.Generic
req EvilDICOM.Network.DIMSE.CEchoRequest the request that is being responded to
status Status the status of the echo
리턴 System.Collections.Generic

CEchoResponse() 공개 메소드

public CEchoResponse ( DICOMObject d ) : System.Collections.Generic
d DICOMObject
리턴 System.Collections.Generic