C# Class EvilDICOM.Network.DIMSE.CStoreResponse

Inheritance: AbstractDIMSEResponse, IIOD
Show file Open project: rexcardan/Evil-DICOM

Public Methods

Method Description
CStoreResponse ( ) : System.Collections.Generic
CStoreResponse ( EvilDICOM.Network.DIMSE.CStoreRequest req, Status status ) : System.Collections.Generic
CStoreResponse ( DICOMObject d ) : System.Collections.Generic

Method Details

CStoreResponse() public method

public CStoreResponse ( ) : System.Collections.Generic
return System.Collections.Generic

CStoreResponse() public method

public CStoreResponse ( EvilDICOM.Network.DIMSE.CStoreRequest req, Status status ) : System.Collections.Generic
req EvilDICOM.Network.DIMSE.CStoreRequest
status Status
return System.Collections.Generic

CStoreResponse() public method

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