C# Class EvilDICOM.Network.DIMSE.AbstractDIMSEBase

Inheritance: IIOD
Show file Open project: rexcardan/Evil-DICOM Class Usage Examples

Protected Properties

Property Type Description
_affectedSOPClassUID UniqueIdentifier
_commandField UnsignedShort
_dataSetType UnsignedShort
_groupLength UnsignedLong

Public Methods

Method Description
SetGroupLength ( ) : void

Method Details

SetGroupLength() public method

public SetGroupLength ( ) : void
return void

Property Details

_affectedSOPClassUID protected property

protected UniqueIdentifier _affectedSOPClassUID
return UniqueIdentifier

_commandField protected property

protected UnsignedShort _commandField
return UnsignedShort

_dataSetType protected property

protected UnsignedShort _dataSetType
return UnsignedShort

_groupLength protected property

protected UnsignedLong _groupLength
return UnsignedLong