C# Class EvilDICOM.Network.DIMSE.CEchoResponse

Inheritance: AbstractDIMSEResponse, IIOD
显示文件 Open project: rexcardan/Evil-DICOM

Public Methods

Method Description
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

Method Details

CEchoResponse() public method

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
return System.Collections.Generic

CEchoResponse() public method

public CEchoResponse ( DICOMObject d ) : System.Collections.Generic
d DICOMObject
return System.Collections.Generic