<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0">
  <title>CP-1368</title>
  <subtitle>Space should be listed in DS and IS VR character repertoire</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>Sep 2014 Voting Packet</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>2014/06/27</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>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>Submission Date</para></td>
      <td rowspan="1" colspan="1" valign="top"><para>2014/01/27</para></td>
    </tr>
  </informaltable>
    <informaltable rules="all" frame="box">
    <tr>
      <td rowspan="1" colspan="1" valign="top"><para>Correction Number CP-1368</para></td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1" valign="top"><para>Log Summary: Space should be listed in DS and IS VR character repertoire</para></td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1" valign="top">
        <para>Name of Standard</para>
        <para>PS3.5 2013</para>
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1" valign="top">
        <para>Rationale for Correction: Leading and
          trailing spaces are explicitly permitted in DS and IS values, but are not listed in the character
          repertoire column.</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>
      <title></title>
      <table frame="box" rules="all" xml:id="table_6.2-1" label="6.2-1">
        <caption>DICOM Value Representations</caption>
        <thead>
          <tr valign="top">
            <th align="center" colspan="1" rowspan="1">
              <para>
                <emphasis role="bold">VR Name</emphasis>
              </para>
            </th>
            <th align="center" colspan="1" rowspan="1">
              <para>
                <emphasis role="bold">Definition</emphasis>
              </para>
            </th>
            <th align="center" colspan="1" rowspan="1">
              <para>
                <emphasis role="bold">Character Repertoire</emphasis>
              </para>
            </th>
            <th align="center" colspan="1" rowspan="1">
              <para>
                <emphasis role="bold">Length of Value</emphasis>
              </para>
            </th>
          </tr>
        </thead>
        <tbody>
          <tr valign="top">
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>..</para>
            </td>
          </tr>
      <tr valign="top">
        <td align="left" colspan="1" rowspan="1">
          <para>DS</para>
          <para>Decimal String</para>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para>A string of characters representing either a fixed point number or a floating point number. A fixed point number shall contain only the characters 0-9 with an optional leading "+" or "-" and an optional "." to mark the decimal point. A floating point number shall be conveyed as defined in ANSI X3.9, with an "E" or "e" to indicate the start of the exponent. Decimal Strings may be padded with leading or trailing spaces. Embedded spaces are not allowed.</para>
          <note>
            <para>Data Elements with multiple values using this VR may not be properly encoded if Explicit-VR transfer syntax is used and the VL of this attribute exceeds 65534 bytes.</para>
          </note>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para>"0"-"9", "+", "-", "E", "e", "."<emphasis role="bold"><emphasis role="underline"> and the SPACE character</emphasis></emphasis> of Default Character Repertoire</para>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para>16 bytes maximum</para>
        </td>
      </tr>
          <tr valign="top">
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>..</para>
            </td>
          </tr>
          <tr valign="top">
            <td align="left" colspan="1" rowspan="1">
              <para>IS</para>
              <para>Integer String</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>A string of characters representing an Integer in base-10 (decimal), shall contain only the characters 0 - 9, with an optional leading "+" or "-". It may be padded with leading and/or trailing spaces. Embedded spaces are not allowed.</para>
              <para>The integer, n, represented shall be in the range:</para>
              <para>-2<superscript>31</superscript>&lt;= n &lt;= (2<superscript>31</superscript>-1).</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>"0"-"9", "+", "-"<emphasis role="bold"><emphasis role="underline"> and the SPACE character</emphasis></emphasis> of Default Character Repertoire</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>12 bytes maximum</para>
            </td>
          </tr>
          <tr valign="top">
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>...</para>
            </td>
            <td align="left" colspan="1" rowspan="1">
              <para>..</para>
            </td>
          </tr>
        </tbody>
      </table>
    </section>
  </chapter>
</book>
