str2time(tt, format.out)
str2date(dd, format.in, format.out)
hhmmss.frac
; where hh
contains hours (range
mm
contains minutes (range
ss
contains seconds (range
frac
contains a fractional part
of a second as small as 1 millionth of a second (range 000000 -
999999). A 24 hour clock is assumed. Midnight can 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. One or more of the components mm
, ss
, or
frac
may be unspecified as long as every component to the right
of an unspecified component is also unspecified. If frac
is
unspecified the preceding Frac
shall be held to six decimal places or less to ensure its format
conforms to the ANSI HISPP MSDS Time common data type. Examples:
[object Object],[object Object],[object Object]
Notes: For reasons of backward compatibility with versions of this
standard prior to V3.0, it is recommended that implementations also
support a string of characters of the format hh:mm:ss.frac
for
this VR. DICOM
dicomInfo