<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0">
    <title>CP-1566</title>
    <subtitle>Explicit Value Representations are encoded as bytes not characters</subtitle>
    <chapter>
        <title></title>
        <informaltable rules="all" frame="box">
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Status</para></td>
                <td rowspan="1" colspan="1" valign="top"><para>Assigned</para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Date of Last Update</para></td>
                <td rowspan="1" colspan="1" valign="top"><para>2016/01/11</para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Person Assigned</para></td>
                <td rowspan="1" colspan="1" valign="top"><para>David Clunie</para><para><link
                    xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="mailto:dclunie@dclunie.com"/></para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Submitter Name</para></td>
              <td rowspan="1" colspan="1" valign="top"><para>Mathieu Malaterre</para><para><link
                xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="mailto:mathieu.malaterre@gmail.com"/></para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Submission Date</para></td>
               <td rowspan="1" colspan="1" valign="top"><para>2015/12/23</para></td>
            </tr>
        </informaltable>
        <informaltable rules="all" frame="box">
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Correction Number CP-1566</para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top"><para>Log Summary: Explicit Value Representations are encoded as bytes not characters</para></td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top">
                    <para>Name of Standard</para>
                    <para>PS3.5</para>
                </td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top">
                    <para>Rationale for Correction:</para>
                    <para>The text describing the encoding uses the word character rather than byte, which is confusing when considering that character is used elsewhere to include multi-byte characters, even though there is a requirement that the VR characters be drawn from the default (single byte) character set.</para>
                </td>
            </tr>
            <tr>
                <td rowspan="1" colspan="1" valign="top">Correction Wording:</td>
            </tr>
        </informaltable>
    </chapter>
    <chapter>
        <title></title>

        <section>
            <title></title>
            <informaltable rules="all" frame="box">
                <tr><td><para><emphasis role="italic">Amend DICOM PS3.5 as follows:</emphasis></para></td></tr>
            </informaltable>
        </section>
        
        <section label="7.1" status="2" xml:id="sect_7.1">
            <title>Data Elements</title>
            <para xml:id="para_eb836fbc-c183-4185-9af8-05064f72fbc8">A Data Element is uniquely identified by a Data Element Tag. The Data Elements in a Data Set shall be ordered by increasing Data Element Tag Number and shall occur at most once in a Data Set.</para>
            <note>
                <para xml:id="para_79eb710b-9bb9-4c48-98af-051b67348fe5">A Data Element Tag may occur again within Nested Data Sets (see <xref linkend="sect_7.5" xrefstyle="select: label"/>).</para>
            </note>
            <para xml:id="para_39ad776c-51d2-4d69-85a3-478e7ec9ff9f">Two types of Data Elements are defined:</para>
            <itemizedlist>
                <listitem>
                    <para xml:id="para_31c35427-b24b-4c6a-be9d-1c6433598eba">Standard Data Elements have an even Group Number that is not (0000,eeee), (0002,eeee), (0004,eeee), or (0006,eeee).</para>
                    <note>
                        <para xml:id="para_1e38a0eb-6d10-4c38-b17c-0a3894d08451">Usage of these groups is reserved for DIMSE Commands (see <olink targetdoc="PS3.7" targetptr="PS3.7" xrefstyle="select: labelnumber"/>) and DICOM File Formats.</para>
                    </note>
                </listitem>
                <listitem>
                    <para xml:id="para_d9bbca8a-b390-4e2d-bde0-6cf5616fb379">Private Data Elements have an odd Group Number that is not (0001,eeee), (0003,eeee), (0005,eeee), (0007,eeee), or (FFFF,eeee). Private Data Elements are discussed further in <xref linkend="sect_7.8" xrefstyle="select: label"/>.</para>
                </listitem>
            </itemizedlist>
            <note>
                <para xml:id="para_546552db-a324-4e32-8da6-ce9d7470ef25">Although similar or related Data Elements often have the same Group Number; a Data Group does not convey any semantic meaning beginning with DICOM Version 3.0.</para>
            </note>
            <para xml:id="para_aa33d759-566e-4a49-a670-c90fe88fbe5e">A Data Element shall have one of three structures. Two of these structures contain the VR of the Data Element (Explicit VR) but differ in the way their lengths are expressed, while the other structure does not contain the VR (Implicit VR). All three structures contain the Data Element Tag, Value Length and Value for the Data Element. See <xref linkend="figure_7.1-1" xrefstyle="select: label"/>.</para>
            <para xml:id="para_21646f2d-5ba6-4efb-a21a-2bc7d88fcbf0">Implicit and Explicit VR Data Elements shall not coexist in a Data Set and Data Sets nested within it (see <xref linkend="sect_7.5" xrefstyle="select: label"/>). Whether a Data Set uses Explicit or Implicit VR, among other characteristics, is determined by the negotiated Transfer Syntax (see <xref linkend="chapter_10" xrefstyle="template:Section %n"/> and <xref linkend="chapter_A" xrefstyle="template:Annex %n"/>).</para>
            <note>
                <para xml:id="para_fcd626c5-e688-4afd-b518-688b77abc447">VRs are not contained in Data Elements when using DICOM Default Transfer Syntax (DICOM Implicit VR Little Endian Transfer Syntax).</para>
            </note>
            <para xml:id="para_a1411cf7-12a0-477d-92f0-b453ca6b10d2">
                <figure label="7.1-1" pgwide="1" xml:id="figure_7.1-1">
                    <title>DICOM Data Set and Data Element Structures</title>
                    <mediaobject>
                        <imageobject>
                            <imagedata fileref="cp1566/PS3.5_7.1-1.svg"/>
                            <!--<imagedata fileref="part05_fromword_files/image002.png"/>-->
                        </imageobject>
                    </mediaobject>
                </figure>
            </para>
            <section label="7.1.1" status="3" xml:id="sect_7.1.1">
                <title>Data Element Fields</title>
                <para xml:id="para_4e420d46-5c25-4919-afe8-ded031408b13">A Data Element is made up of fields. Three fields are common to all three Data Element structures; these are the Data Element Tag, Value Length, and Value Field. A fourth field, Value Representation, is only present in the two Explicit VR Data Element structures. The Data Element structures are defined in <xref linkend="sect_7.1.2" xrefstyle="select: label"/> and <xref linkend="sect_7.1.3" xrefstyle="select: label"/>. The definitions of the fields are:</para>
                <variablelist>
                    <varlistentry>
                        <term>Data Element Tag</term>
                        <listitem>
                            <para xml:id="para_9838b3be-a4eb-43d7-b95d-45f2bf0161c6">An ordered pair of 16-bit unsigned integers representing the Group Number followed by Element Number.</para>
                        </listitem>
                    </varlistentry>
                    <varlistentry>
                        <term>Value Representation</term>
                        <listitem>
                            <para xml:id="para_8c6abdc8-2439-4aae-bdd0-98f7c35fd830"><emphasis role="bold"><emphasis role="strikethrough">A two-byte character string</emphasis><emphasis role="underline">Two single byte characters</emphasis></emphasis> containing the VR of the Data Element. The VR for a given Data Element Tag shall be as defined by the Data Dictionary as specified in <olink targetdoc="PS3.6" targetptr="PS3.6" xrefstyle="select: labelnumber"/>. The two <emphasis role="bold"><emphasis role="strikethrough">character</emphasis><emphasis role="underline">byte</emphasis></emphasis> VR shall be encoded using characters from the DICOM default character set.</para>
                        </listitem>
                    </varlistentry>
                    <varlistentry>
                        <term>Value Length</term>
                        <listitem>
                            <para xml:id="para_070f7f3a-eedc-45ef-97ef-3507969ef5c3">Either:</para>
                            <itemizedlist>
                                <listitem>
                                    <para xml:id="para_e8f6838c-01b5-4892-9f81-ee1e42f120ea">a 16 or 32-bit (dependent on VR and whether VR is explicit or implicit) unsigned integer containing the Explicit Length of the Value Field as the number of bytes (even) that make up the Value. It does not include the length of the Data Element Tag, Value Representation, and Value Length Fields.</para>
                                </listitem>
                                <listitem>
                                    <para xml:id="para_e46b4b7c-a78a-477f-be52-c0b23e9968b7">a 32-bit Length Field set to Undefined Length (FFFFFFFFH). Undefined Lengths may be used for Data Elements having the Value Representation (VR) Sequence of Items (SQ) and Unknown (UN). For Data Elements with Value Representation OW or OB Undefined Length may be used depending on the negotiated Transfer Syntax (see <xref linkend="chapter_10" xrefstyle="template:Section %n"/> and <xref linkend="chapter_A" xrefstyle="template:Annex %n"/>).</para>
                                </listitem>
                            </itemizedlist>
                            <note>
                                <para xml:id="para_424d0f69-a07d-45c9-8c46-62f818b9e9e0">The decoder of a Data Set should support both Explicit and Undefined Lengths for VRs of SQ and UN and, when applicable, for VRs of OW and OB.</para>
                            </note>
                        </listitem>
                    </varlistentry>
                    <varlistentry>
                        <term>Value Field</term>
                        <listitem>
                            <para xml:id="para_ee3c04c9-0da2-4b49-8ac4-94f5ec761041">An even number of bytes containing the Value(s) of the Data Element.</para>
                            <para xml:id="para_2f6d32ae-dafc-4f9f-8a49-05fa92ae0e6b">The data type of Value(s) stored in this field is specified by the Data Element's VR. The VR for a given Data Element Tag can be determined using the Data Dictionary in <olink targetdoc="PS3.6" targetptr="PS3.6" xrefstyle="select: labelnumber"/>, or using the VR Field if it is contained explicitly within the Data Element. The VR of Standard Data Elements shall agree with those specified in the Data Dictionary.</para>
                            <para xml:id="para_45aeb63b-b6be-42be-9a2b-c4c7356f0cba">The Value Multiplicity specifies how many Values with this VR can be placed in the Value Field. If the VM is greater than one, multiple values shall be delimited within the Value Field as defined previously in <xref linkend="sect_6.4" xrefstyle="select: label"/>. The VMs of Standard Data Elements are specified in the Data Dictionary in <olink targetdoc="PS3.6" targetptr="PS3.6" xrefstyle="select: labelnumber"/>.</para>
                            <para xml:id="para_07f98681-73de-479d-84c3-649e9cf30682">Value Fields with Undefined Length are delimited through the use of Sequence Delimitation Items and Item Delimitation Data Elements, which are described further in <xref linkend="sect_7.5" xrefstyle="select: label"/>.</para>
                        </listitem>
                    </varlistentry>
                </variablelist>
            </section>
            <section label="7.1.2" status="3" xml:id="sect_7.1.2">
                <title>Data Element Structure with Explicit VR</title>
                <para xml:id="para_fdb2bf98-c448-4d0b-bea4-d41171c8b883">When using the Explicit VR structures, the Data Element shall be constructed of four consecutive fields: Data Element Tag, VR, Value Length, and Value. Depending on the VR of the Data Element, the Data Element will be structured in one of two ways:</para>
                <itemizedlist>
                    <listitem>
                        <para xml:id="para_5feaf34b-29ce-486d-98f9-5fe7ef4ec0ee">for VRs of OB, OD, OF, OL, OW, SQ and UN the 16 bits following the two <emphasis role="bold"><emphasis role="strikethrough">character</emphasis><emphasis role="underline">byte</emphasis></emphasis> VR Field are reserved for use by later versions of the DICOM Standard. These reserved bytes shall be set to 0000H and shall not be used or decoded (<xref linkend="table_7.1-1" xrefstyle="select: label"/>). The Value Length Field is a 32-bit unsigned integer. If the Value Field has an Explicit Length, then the Value Length Field shall contain a value equal to the length (in bytes) of the Value Field. Otherwise, the Value Field has an Undefined Length and a Sequence Delimitation Item marks the end of the Value Field.</para>
                    </listitem>
                    <listitem>
                        <para xml:id="para_e70550e8-0a4e-40f4-b64b-f82cdf5b1aa8">for VRs of UC, UR and UT the 16 bits following the two <emphasis role="bold"><emphasis role="strikethrough">character</emphasis><emphasis role="underline">byte</emphasis></emphasis> VR Field are reserved for use by later versions of the DICOM Standard. These reserved bytes shall be set to 0000H and shall not be used or decoded. The Value Length Field is a 32-bit unsigned integer. The Value Field is required to have an Explicit Length, that is the Value Length Field shall contain a value equal to the length (in bytes) of the Value Field.</para>
                        <note>
                            <para xml:id="para_f27d1af5-7ecf-4e2a-9ce6-e2edd366e258">VRs of UC, UR and UT may not have an Undefined Length, i.e.,a Value Length of FFFFFFFFH.</para>
                        </note>
                    </listitem>
                    <listitem>
                        <para xml:id="para_1dadedad-a61e-4cf1-bafd-ab5efe1d2a85">for all other VRs the Value Length Field is the 16-bit unsigned integer following the two <emphasis role="bold"><emphasis role="strikethrough">character</emphasis><emphasis role="underline">byte</emphasis></emphasis> VR Field (<xref linkend="table_7.1-2" xrefstyle="select: label"/>). The value of the Value Length Field shall equal the length of the Value Field.</para>
                    </listitem>
                </itemizedlist>
                <table frame="box" label="7.1-1" rules="all" xml:id="table_7.1-1">
                    <caption>Data Element with Explicit VR of OB, OD, OF, OL, OW, SQ, UC, UR, UT or UN</caption>
                    <thead>
                        <tr valign="top">
                            <th align="center" colspan="2" rowspan="1">
                                <para xml:id="para_5c5ad357-5ca0-426d-9865-f96cd7372cf8">
                                    <emphasis role="bold">Tag</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="2" rowspan="1">
                                <para xml:id="para_d07cc899-88c8-49a7-8826-465468330321">
                                    <emphasis role="bold">VR</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_a8e75faf-8faa-458b-b436-4ed959a9c254">
                                    <emphasis role="bold">Value Length</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_83fa249e-cf05-499b-aff6-160757b11410">
                                    <emphasis role="bold">Value</emphasis>
                                </para>
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_ee90a7e5-f567-4a37-b171-b8fa3024d164">Group Number</para>
                                <para xml:id="para_5ad2a84f-232b-4637-9b80-af5bb5a5cac0">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_ac26739c-eb74-4601-a0d3-f6f54868c75f">Element Number</para>
                                <para xml:id="para_c2f0141c-22ec-4b7e-ba67-df23b7f6391d">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_5e67423f-26ad-4664-888a-d5a4cf4c53d9">VR</para>
                                <para xml:id="para_cdf30654-9bf2-4383-ac19-8bda04ba1eeb">(2 <emphasis role="bold"><emphasis role="underline">single </emphasis></emphasis>byte character<emphasis role="bold"><emphasis role="underline">s</emphasis><emphasis role="strikethrough"> string</emphasis></emphasis>) of "OB", "OD", "OF", "OL", "OW", "SQ", "UC", "UR", "UT" or "UN"</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_354dbd6a-0245-4914-97b9-2225646113ce">Reserved (2 bytes) set to a value of 0000H</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_e64594f9-8acb-4a2b-b9ea-782bf6e2b3b1">32-bit unsigned integer</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_a53b0e4b-5b68-4d5a-9591-200d8ae3abc9">Even number of bytes containing the Data Element Value(s) encoded according to the VR and negotiated Transfer Syntax. Delimited with Sequence Delimitation Item if of Undefined Length.</para>
                            </td>
                        </tr>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_3f18f8c4-7f1c-4ed1-b3fb-38e072260cd5">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_9d6aa1cc-9694-420b-9d33-6ab3e44818b1">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_ff0841f5-3906-482c-82db-d1981604d9f6">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_fb19a35a-25de-4cda-aedc-47e1dd1db4fc">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_4027e039-1394-4231-9b52-06919761468e">4 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_9900d97f-b57f-4b03-88a2-402c651764a9">'Value Length' bytes if of Explicit Length</para>
                            </td>
                        </tr>
                    </tbody>
                </table>
                <table frame="box" label="7.1-2" rules="all" xml:id="table_7.1-2">
                    <caption>Data Element with Explicit VR other than as shown in <xref linkend="table_7.1-1" xrefstyle="select: label"/>
                    </caption>
                    <thead>
                        <tr valign="top">
                            <th align="center" colspan="2" rowspan="1">
                                <para xml:id="para_ad2d3b39-2ea8-4b24-8540-95e37e0fb21c">
                                    <emphasis role="bold">Tag</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_ee362013-806f-4d13-bfd8-0245210fef63">
                                    <emphasis role="bold">VR</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_ad36ffc0-f2c5-4637-8764-fe72622501b1">
                                    <emphasis role="bold">Value Length</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_1f93df22-8ea5-4568-930a-bcbd51e95e12">
                                    <emphasis role="bold">Value</emphasis>
                                </para>
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_92250758-eabb-4b24-a764-028ac1bdc04b">Group Number</para>
                                <para xml:id="para_fa3f177a-5d75-4327-85c2-19cc4a3436b9">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_e8d7506f-3ac4-46b9-b2de-4d287319a15b">Element Number</para>
                                <para xml:id="para_a7f244ad-eb79-492a-a929-5bd1898d3fac">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_7a3eefaa-aca8-4111-97f3-36bd031a6561">VR</para>
                                <para xml:id="para_f882be30-4d27-4b95-8e01-8db7636fc250">(2 <emphasis role="bold"><emphasis role="underline">single </emphasis></emphasis>byte character<emphasis role="bold"><emphasis role="underline">s</emphasis><emphasis role="strikethrough"> string</emphasis></emphasis>)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_2cdaa98e-0fd7-4b66-9a6a-cda7067890f6">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_20dbff14-4c3b-45bc-b2d9-655e0b189a0b">Even number of bytes containing the Data Element Value(s) encoded according to the VR and negotiated Transfer Syntax.</para>
                            </td>
                        </tr>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_6f4e3ee4-f1bb-4f3e-9d12-1d2122476787">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_34516a1e-4997-4e7e-8f9d-123e4798ddbe">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_d166e696-3f30-4f85-aad8-e23111049698">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_a55777ef-7b09-4760-8668-c8ae69c1a25e">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_a9deb200-9a39-4e25-bae7-641aae45893a">'Value Length' bytes</para>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </section>
            <section label="7.1.3" status="3" xml:id="sect_7.1.3">
                <title>Data Element Structure with Implicit VR</title>
                <para xml:id="para_dca37176-cfbb-4db4-b775-e91bf1cbc092">When using the Implicit VR structure the Data Element shall be constructed of three consecutive fields: Data Element Tag, Value Length, and Value (see <xref linkend="table_7.1-3" xrefstyle="select: label"/>). If the Value Field has an Explicit Length then the Value Length Field shall contain a value equal to the length (in bytes) of the Value Field. Otherwise, the Value Field has an Undefined Length and a Sequence Delimitation Item marks the end of the Value Field.</para>
                <table frame="box" label="7.1-3" rules="all" xml:id="table_7.1-3">
                    <caption>Data Element with Implicit VR</caption>
                    <thead>
                        <tr valign="top">
                            <th align="center" colspan="2" rowspan="1">
                                <para xml:id="para_1e802404-a190-4caf-a7ee-af43fc61e808">
                                    <emphasis role="bold">Tag</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_4f5aaf90-1256-420f-b80a-da41c1346b32">
                                    <emphasis role="bold">Value Length</emphasis>
                                </para>
                            </th>
                            <th align="center" colspan="1" rowspan="1">
                                <para xml:id="para_3230556b-f39b-4df2-b967-d4d4867fee38">
                                    <emphasis role="bold">Value</emphasis>
                                </para>
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_c9b63d66-56bb-45b5-bfd3-a0f965c15ce6">Group Number</para>
                                <para xml:id="para_6e23de3e-46f5-4928-a429-82da4fa21406">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_215e3f0e-1c88-4ced-989e-c49f8370886e">Element Number</para>
                                <para xml:id="para_d831363a-e191-4506-bbd3-be4d81d7673a">(16-bit unsigned integer)</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_5d3feef6-5555-4c1b-94f6-645b65ed637a">32-bit unsigned integer</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_18623220-327e-480a-a07e-3ccc9e539e60">Even number of bytes containing the Data Elements Value encoded according to the VR specified in <olink targetdoc="PS3.6" targetptr="PS3.6" xrefstyle="select: labelnumber"/> and the negotiated Transfer Syntax. Delimited with Sequence Delimitation Item if of Undefined Length.</para>
                            </td>
                        </tr>
                        <tr valign="top">
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_3f78782b-eb13-455b-89f3-79b711c74945">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_c64ef536-f0e4-4e87-9139-789d10e2259f">2 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_05cb1e2f-034d-40e5-894b-2e0b85bef1fc">4 bytes</para>
                            </td>
                            <td align="left" colspan="1" rowspan="1">
                                <para xml:id="para_2655d427-45f9-4d36-a815-8afc993ce98a">'Value Length' bytes or Undefined Length</para>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </section>
        </section>
       
    </chapter>
</book>
