Method | Description | |
---|---|---|
GetChunks ( DICOMObject dicomObject, int maxPduSize, EvilDICOM.Network.PDUs.Items.PresentationContext pc ) : List |
Splits the DICOM object into chunks that are within the max PDU size
|
|
GetPDataTFs ( |
||
Send ( |
public static GetChunks ( DICOMObject dicomObject, int maxPduSize, EvilDICOM.Network.PDUs.Items.PresentationContext pc ) : List |
||
dicomObject | DICOMObject | the DICOM objec to be split |
maxPduSize | int | the max length (in bytes) for a PDU |
pc | EvilDICOM.Network.PDUs.Items.PresentationContext | |
return | List |
public static GetPDataTFs ( |
||
dimse | ||
pContext | EvilDICOM.Network.PDUs.Items.PresentationContext | |
maxPDULength | int | |
return | List |
public static Send ( |
||
dimse | ||
asc | Association | |
pContext | EvilDICOM.Network.PDUs.Items.PresentationContext | |
return | void |