C# Class EvilDICOM.Network.DIMSE.CEchoResponse

Inheritance: AbstractDIMSEResponse, IIOD
Afficher le fichier Open project: rexcardan/Evil-DICOM

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Collections.Generic

CEchoResponse() public méthode

public CEchoResponse ( DICOMObject d ) : System.Collections.Generic
d DICOMObject
Résultat System.Collections.Generic