DVTk API
MaximumLength Class
DVTkDvtkData.DulMaximumLength
DVTk API

[This is preliminary documentation and is subject to change.]

The Maximum Length notification allows communicating AEs to limit the size of the data for each P-DATA indication.
Declaration Syntax
C#Visual BasicVisual C++
public class MaximumLength : PduItem
Public Class MaximumLength _
	Inherits PduItem
public ref class MaximumLength : public PduItem
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
MaximumLength()()()
Default constructor.

Default
Predefined maximum length of size: default = 16384 bytes.

DvtDetailToXml(StreamWriter, Int32)
Serialize DVT Detail Data to Xml.
(Overrides PduItem.DvtDetailToXml(StreamWriter, Int32).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsReadOnly
Gets a value indicating whether the MaximumLength is read-only.

K128
Predefined maximum length of size: 131072 bytes.

K16
Predefined maximum length of size: 16384 bytes.

K256
Predefined maximum length of size: 262144 bytes.

K32
Predefined maximum length of size: 32768 bytes.

K512
Predefined maximum length of size: 524288 bytes.

K64
Predefined maximum length of size: 65536 bytes.

M1
Predefined maximum length of size: 1048576 bytes.

M2
Predefined maximum length of size: 2097152 bytes.

MaximumLengthReceived
Gets a value indicating whether the MaximumLength is read-only.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PduItemType
Protocol Data Unit Item - Type Identifier.
(Overrides PduItem.PduItemType.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Unlimited
Predefined maximum length of size: unlimited.

Remarks
Each DICOM AE defines the maximum PDU size it can receive on this Association. Therefore, different maximum lengths can be specified for each direction of data flow on an Association.
Inheritance Hierarchy
Object
PduItem
 MaximumLength

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0