![]() |
Overloaded. Initializes a new instance of the Value class. |
![]() | Returns the count of single values within a DICOM value instance. |
![]() | Returns whether this DICOM value instance contains values of type Age. |
![]() | Returns whether this DICOM value instance contains values of type string. Be careful! Do not confuse with IsMultiValue! This property concerns a single value entry. |
![]() | Returns whether this DICOM value instance contains values that are dates. This values can be understood as DateTime. |
![]() | Returns whether this DICOM value instance contains any values. |
![]() | Returns whether this DICOM value instance contains of multiple values. |
![]() | Returns whether this DICOM value instance contains values that are build up of a DICOM NestedDataSet |
![]() | Returns whether this DICOM value instance contains values of a numeric type like int or float. Easy processing might be given by Decimal. |
![]() | Returns whether this DICOM value instance contains values of type PersonName. |
![]() | Returns whether this DICOM value instance contains a value that is DICOM pixel data. This value can be processed with help of PixelData. |
![]() | Returns whether this DICOM value instance contains values that are build up of a DICOM Sequence |
![]() | Returns whether this DICOM value instance contains values of type string. |
![]() | Returns whether this DICOM value instance contains values of type DICOM Tag. |
![]() | Returns whether this DICOM value instance contains values that are times. This values can be understood as TimeSpan. |
![]() | Returns whether this DICOM value instance contains values of type DICOM Uid. |
![]() | Returns whether this DICOM value instance deals with undefined value representation or value types. In this case, only values as byte arrays are expected. |
![]() | Returns whether this DICOM value instance deals with DICOM VR Unknown (UN) values. In this case, only values as byte arrays are expected. |
![]() | Access this DICOM value instance as array. |
![]() | Returns this instance's position within a DICOM data stream. If this instance does not belong to a stream, -1 will be returned. |
![]() | Access corresponding DICOM transfer syntax. |
![]() | Access corresponding DICOM value length. |
![]() | Access corresponding DICOM VR. |
![]() | Overloaded. Adds a single value to a DICOM value instance. |
![]() | Implementation of the IComparable interface. So the use of this instance within collections is guaranteed. |
![]() | Needed by C# foreach-statements. Makes life easier. |
![]() | Re-creates this DICOM value instance from specified DICOM output stream using TransferSyntax. |
![]() | Returns all value entries of a DICOM value instance as array. |
Value Class | openDicom.DataStructure Namespace