C# Class EvilDICOM.Network.DIMSE.AbstractDIMSEResponse

Inheritance: EvilDICOM.Network.DIMSE.AbstractDIMSE
Afficher le fichier Open project: rexcardan/Evil-DICOM

Protected Properties

Свойство Type Description
_messageIdBeingRespondedTo UnsignedShort
_status UnsignedShort

Méthodes publiques

Méthode Description
AbstractDIMSEResponse ( ) : System
AbstractDIMSEResponse ( DICOMObject d ) : System
ToString ( ) : string

Method Details

AbstractDIMSEResponse() public méthode

public AbstractDIMSEResponse ( ) : System
Résultat System

AbstractDIMSEResponse() public méthode

public AbstractDIMSEResponse ( DICOMObject d ) : System
d DICOMObject
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_messageIdBeingRespondedTo protected_oe property

protected UnsignedShort _messageIdBeingRespondedTo
Résultat UnsignedShort

_status protected_oe property

protected UnsignedShort _status
Résultat UnsignedShort