<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0">
  <title>CP-1371</title>
  <subtitle>Length of TM permitted is too long</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/02/03</para></td>
    </tr>
  </informaltable>
    <informaltable rules="all" frame="box">
    <tr>
      <td rowspan="1" colspan="1" valign="top"><para>Correction Number CP-1371</para></td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1" valign="top"><para>Log Summary: Length of TM permitted is too long</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:</para>
        <para>The use of the ACR-NEMA colons between HH and MM and SS in TM VRs has been deemed to
            be not compliant, but the maximum length has not been reduced to match the required
            absence of the delimiters.</para>
          <para>Correct this, accounting for even padding, since the permitted representation is odd
            length.</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 - Data Structures and Encoding as
                follows:</emphasis></para></td></tr>
      </informaltable>

      <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>TM</para>
          <para>Time</para>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para>A string of characters of the format HHMMSS.FFFFFF; where HH contains hours (range "00" - "23"), MM contains minutes (range "00" - "59"), SS contains seconds (range "00" - "60"), and FFFFFF contains a fractional part of a second as small as 1 millionth of a second (range "000000" - "999999"). A 24-hour clock is used. Midnight shall be represented by only "0000" since "2400" would violate the hour range.
            The string may be padded with trailing spaces. Leading and embedded spaces are not allowed.</para>
          <para>One or more of the components MM, SS, or FFFFFF may be unspecified as long as every component to the right of an unspecified component is also unspecified, which indicates that the value is not precise to the precision of those unspecified components.</para>
          <para>The FFFFFF component, if present, shall contain 1 to 6 digits. If FFFFFF is unspecified the preceding "." shall not be included.</para>
          <para>Examples:</para>
          <orderedlist>
            <listitem>
              <para>"070907.0705 " represents a time of 7 hours, 9 minutes and 7.0705 seconds.</para>
            </listitem>
            <listitem>
              <para>"1010" represents a time of 10 hours, and 10 minutes.</para>
            </listitem>
            <listitem>
              <para>"021 " is an invalid value.</para>
            </listitem>
          </orderedlist>
          <note>
            <orderedlist numeration="arabic">
              <listitem>
                <para>The ACR-NEMA Standard 300 (predecessor to DICOM) supported a string of characters of the format HH:MM:SS.frac for this VR. Use of this format is not compliant.</para>
              </listitem>
              <listitem>
                <para>See also DT VR in this table.</para>
              </listitem>
              <listitem>
                <para>The SS component may have a value of 60 only for a leap second.</para>
              </listitem>
            </orderedlist>
          </note>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para>"0"-"9", "." and the SPACE character of Default Character Repertoire</para>
          <para>In the context of a Query with range matching (see PS3.4), the character "-" is allowed.</para>
        </td>
        <td align="left" colspan="1" rowspan="1">
          <para><emphasis role="bold"><emphasis role="strikethrough">16</emphasis></emphasis><emphasis role="bold"><emphasis role="underline">14</emphasis></emphasis> bytes maximum</para>
          <para>In the context of a Query with range matching (see PS3.4), the length is 28 bytes maximum.</para>
        </td>
      </tr>
        </tbody>
      </table>


    </section>
  </chapter>
</book>
