View Source
Class ItemReader
Inheritance
System.Object
ItemReader
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.PDUs.Items
Assembly:EvilDICOM.dll
Syntax
Methods
View Source
AssertItemType(DICOMBinaryReader, String, ItemType)
Declaration
public static void AssertItemType(DICOMBinaryReader dr, string itemName, ItemType itemType)
Parameters
View Source
ReadAbstractSyntax(DICOMBinaryReader)
Declaration
public static string ReadAbstractSyntax(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ReadApplicationContext(DICOMBinaryReader)
Declaration
public static string ReadApplicationContext(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ReadAsyncOperations(DICOMBinaryReader)
Declaration
public static AsyncOperations ReadAsyncOperations(DICOMBinaryReader dr)
Parameters
Returns
View Source
ReadImplementationClassUID(DICOMBinaryReader)
Declaration
public static string ReadImplementationClassUID(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ReadImplementationVersion(DICOMBinaryReader)
Declaration
public static string ReadImplementationVersion(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ReadMaxLength(DICOMBinaryReader)
Declaration
public static int? ReadMaxLength(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
ReadPDVFragment(DICOMBinaryReader, Int32)
Declaration
public static PDVItemFragment ReadPDVFragment(DICOMBinaryReader dr, int length)
Parameters
Returns
View Source
ReadPDVItem(DICOMBinaryReader)
Declaration
public static PDVItem ReadPDVItem(DICOMBinaryReader dr)
Parameters
Returns
View Source
ReadPresentationCtxAccept(DICOMBinaryReader)
Declaration
public static PresentationContext ReadPresentationCtxAccept(DICOMBinaryReader dr)
Parameters
Returns
View Source
ReadPresentationCtxRequest(DICOMBinaryReader)
Declaration
public static PresentationContext ReadPresentationCtxRequest(DICOMBinaryReader dr)
Parameters
Returns
View Source
ReadTransferSyntax(DICOMBinaryReader)
Declaration
public static string ReadTransferSyntax(DICOMBinaryReader dr)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ReadUserInfo(DICOMBinaryReader)
Declaration
public static UserInfo ReadUserInfo(DICOMBinaryReader dr)
Parameters
Returns