![]() | Returns whether this instance is an implicit VR, a value representation without corresponding DICOM data stream entry. Therefore, the transfer syntax is considered. |
![]() | Returns whether this instance is a defined or undefined value representation. An undefined value representation also is an unspecific value representation. Attention: The value representation UN (Unknown) is not an undefined value representation and thus specific. An undefined value representation is represented by an empty string. |
![]() | Returns true, if this value representation instance is unknown (UN). |
![]() | Access the string representation of this instance. The string representation is a two characters string of format "VR" and is an abbreviation for the type of DICOM value representation. If a value representation is unspecified, an empty string will be returned. |
![]() | Position within a DICOM stream of this VR instance. If this instance does not belong to a stream, -1 will be returned. This will be the case, if this VR instance is registered in a data element dictionary. |
![]() | Access corresponding DICOM tag. |
![]() | Access corresponding DICOM transfer syntax. |
![]() | Determines the correct type and multiplicity of a DICOM value. |
![]() | Determines the correct type and multiplicity of a DICOM value and converts it to a DICOM value class. |
![]() | |
![]() | |
![]() | |
![]() | Re-creates this instance from a DICOM output stream. |
![]() | |
![]() | DICOM VR string representation. |
IntegerString Class | openDicom.Encoding Namespace