Class DIMSEReader
Inheritance
System.Object
DIMSEReader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Network.Readers
Assembly:EvilDICOM.dll
Syntax
public class DIMSEReader
Methods
View SourceCreateDICOMObject(Byte[], TransferSyntax)
Declaration
public static DICOMObject CreateDICOMObject(byte[] dimse, TransferSyntax syntax = TransferSyntax.IMPLICIT_VR_LITTLE_ENDIAN)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | dimse | |
| TransferSyntax | syntax |
Returns
| Type | Description |
|---|---|
| DICOMObject |
MergePDataTFData(List<PDataTF>)
Takes a list of PData transfer objects and writes them to a byte array for outgoing messaging
Declaration
public static byte[] MergePDataTFData(List<PDataTF> data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<PDataTF> | data | the PData transfer objects to be sent |
Returns
| Type | Description |
|---|---|
| System.Byte[] | a byte array containing the PData objects |
TryReadDIMSE(DICOMObject, out AbstractDIMSE)
Declaration
public static bool TryReadDIMSE(DICOMObject dcm, out AbstractDIMSE dimse)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | dcm | |
| AbstractDIMSE | dimse |
Returns
| Type | Description |
|---|---|
| System.Boolean |