DICOM PS3.3 2020a - Information Object Definitions |
Page 1289 |
Note
1.With 8-bit Waveform Data, there may be an odd number of channels and an odd number of samples; see PS3.5 for rules on encoding.
2.The sign bit extension rule differs from the rules for pixel data, which do not require sign extension.
C.10.9.1.8 Waveform Data Display Scale
Waveform Data Display Scale (003A,0230) specifies the recommended display scale in the time dimension for the waveform data in unitsofmm/s.ThedisplayapplicationneedstoknowthehorizontalpixelscalingofthedisplaydevicetoeffectivelyapplythisAttribute. Waveform Data Display Scale (003A,0230), divided by Sampling Frequency (003A,001A), times the display scaling in pixels/mm gives the number of horizontal pixels between subsequent samples.
Note
1.Thispresumesaconventionalwaveformdisplaywithtimeinthehorizontaldimension,andwaveformmeasuredquantity in the vertical dimension.
2.This Attribute is useful for size consistency between softcopy display and classical hardcopy ECG printouts. E.g., for the channels of a multiplex group whose Sampling Frequency is 400 Hz, and whose Waveform Data Display Scale (003A,0230) is 25 mm/s, and that is being displayed on a monitor at 4.1 pixels/mm, the horizontal interval between samples is
25 / 400 * 4.1 = 0.25625 pixels
How the display application renders samples at fractional pixel spacing is implementation dependent.
C.10.9.1.9 Channel Position
ChannelPosition(003A,0245)specifiesthepositionofthechanneldisplaybaselineinthePresentationGroupverticaldisplaydimension. The channel position is relative to the top of the display area. Each Presentation Group display area is defined with vertical dimension positions of 0.0 (top of display area) to 1.0 (bottom of display area).
Note
1.Thispresumesaconventionalwaveformdisplaywithtimeinthehorizontaldimension,andwaveformmeasuredquantity in the vertical dimension.
2.Compare Bounding Box Annotation Units (0070,0003) value DISPLAY in Section C.10.5.
Channelsamplevalue0mapstotheChannelPosition(003A,0245)displaybaseline.Therealworldvalueassociatedwiththebaseline is specified in Channel Baseline (003A,0213).
Multiple channels may overlap, and may share the same Channel Position (003A,0245).
C.10.9.1.10 Channel Display Scale
Fractional Channel Display Scale (003A,0247) or Absolute Channel Display Scale (003A,0248) specifies the vertical scaling of the channel display. If both Attributes are provided, the selection of which to use for display control is implementation dependent.
Fractional Channel Display Scale (003A,0247) specifies the fraction of the Presentation Group vertical display dimension used to offset each unit of the waveform sample value from the baseline Channel Position (003A,0245). Positive offset values are towards the top of the display area.
Note
E.g., for a channel whose Fractional Channel Display Scale (003A,0247) value is 0.004, and whose Channel Position (003A,0245) value is 0.5, a sample whose value is -37 would be displayed at a position
0.5 - (-37 * 0.004) = 0.648
of the total vertical display dimension below the top of the Presentation Group display area.