Tag | (0028,1090) |
---|---|
Type | Required, Empty if Unknown (2) |
Keyword | RecommendedViewingMode |
Value Multiplicity | 1 |
Value Representation | Code String (CS) |
Specifies the recommended viewing protocol(s).
When this Attribute is present with a value, this value shall override the value of Recommended Viewing Mode (0028,1090) specified in the Mask Module.
Defined Terms:
subtraction with mask images
native viewing of image as stored
If an implementation does not recognize the Defined Term for Recommended Viewing Mode (0028,1090), reverting to native display mode is recommended.
Table C.7-16 specifies the Attributes of the Mask Module, which describe mask operations for a Multi-frame image.
Table C.7-16. Mask Module Attributes
Attribute Name |
Tag |
Type |
Attribute Description |
---|---|---|---|
Mask Subtraction Sequence |
(0028,6100) |
1 |
Defines a Sequence that describes mask subtraction operations for a Multi-frame Image. One or more Items shall be included in this Sequence. |
>Mask Operation |
(0028,6101) |
1 |
Defined Term identifying the type of mask operation to be performed. See Section C.7.6.10.1 for further explanation. |
>Subtraction Item ID |
(0028,9416) |
1C |
Identification of the Subtraction Item used to associate a certain Mask Sub-Pixel Shift (0028,6114) in the Frame Pixel Shift Functional Group. Required if SOP Class UID (0008,0016) equals "1.2.840.10008.5.1.4.1.1.12.1.1" or "1.2.840.10008.5.1.4.1.1.12.2.1". May be present otherwise. |
>Applicable Frame Range |
(0028,6102) |
1C |
Each pair of numbers in this multi-valued Attribute specify a beginning and ending frame number inclusive of a range where this particular mask operation is valid. Discontinuous ranges are represented by multiple pairs of numbers. Frames in a Multi-frame Image are specified by sequentially increasing number values beginning with 1. If this Attribute is missing in this particular Sequence Item, then the mask operation is applicable throughout the entire Multi-frame Image, subject to certain limits as described in Section C.7.6.10.1.1. Required if Mask Operation (0028,6101) equals REV_TID. May be present otherwise. |
>Mask Frame Numbers |
(0028,6110) |
1C |
Specifies the frame numbers of the pixel data used to generate this mask. Frames in a Multi-frame Image are specified by sequentially increasing number values beginning with 1. Required if Mask Operation (0028,6101) is AVG_SUB. |
>Contrast Frame Averaging |
(0028,6112) |
3 |
Specifies the number of contrast frames to average together before performing the mask operation. If the Attribute is missing, no averaging is performed. |
>Mask Sub-pixel Shift |
(0028,6114) |
3 |
A pair of floating point numbers specifying the fractional vertical [adjacent row spacing] and horizontal [adjacent column spacing] pixel shift applied to the mask before subtracting it from the contrast frame. See Section C.7.6.10.1.2. NoteWhen the Frame Pixel Shift Functional Group is present the values of the Mask Pixel Shift Attribute of that Functional Group prevails over the values specified in this Module. |
>TID Offset |
(0028,6120) |
2C |
If Mask Operation is TID, specifies the offset to be subtracted from the current frame number in order to locate the mask frame in TID mode. If Mask Operation is REV_TID, specifies the initial offset to be subtracted from the first contrast frame number. See Section C.7.6.10.1.1. If zero length, TID Offset defaults to 1. Required if Mask Operation (0028,6101) is TID or REV_TID. |
>Mask Operation Explanation |
(0028,6190) |
3 |
Free form explanation of this particular mask operation. |
>Mask Selection Mode |
(0028,9454) |
3 |
Specifies the method of selection of the mask operations of this Item. Enumerated Values:
|
Recommended Viewing Mode |
(0028,1090) |
2 |
Specifies the recommended viewing protocol(s). Defined Terms:
NoteIf an implementation does not recognize the Defined Term for Recommended Viewing Mode (0028,1090), reverting to native display mode is recommended. |
Frame numbers begin at 1.
Mask Operation (0028,6101) specifies a type of mask operation to be performed.
Defined Terms:
(No Subtraction) No mask subtraction operation is specified;
(Average Subtraction) The frames specified by the Mask Frame Numbers (0028,6110) are averaged together, shifted by the amount specified in the Mask Sub-pixel Shift (0028,6114), then subtracted from the contrast frames in the range specified in the Applicable Frame Range (0028,6102). Contrast Frame Averaging (0028,6112) number of frames starting with the current frame are averaged together before the subtraction. If the Applicable Frame Range is not present in this Sequence Item, the Applicable Frame Range is assumed to end at the last frame number of the image minus Contrast Frame Averaging (0028,6112) plus one;
(Time Interval Differencing) The mask for each frame within the Applicable Frame Range (0028,6102) is selected by subtracting TID Offset (0028,6120) from the respective frame number. If the Applicable Frame Range is not present in this Sequence Item, the Applicable Frame Range is assumed to be a range where TID offset subtracted from any frame number with the range results in a valid frame number within the Multi-frame image.
A positive value for TID Offset (0028,6120) means that the mask frame numbers are lower than the subtracted frame numbers. A negative TID Offset means that the mask frame numbers are higher than the subtracted frame numbers.
(Reversed Time Interval Differencing) The number of the mask frame for each contrast frame within the Applicable Frame Range (0028,6102) is calculated by subtracting TID Offset (0028,6120) from the first frame within the Applicable Frame Range, TID Offset (0028,6120) +2 from the second frame within the Applicable Frame Range, TID Offset (0028,6120) +4 from the third frame and so on. The Applicable Frame Range (0028,6102) shall be present.
When multiple pairs of frame numbers are specified in the Applicable Frame Range Attribute, the beginning frame numbers (i.e., the first frame number in each pair) shall be in increasing order.
Algorithm to calculate the Mask Frame Number:
MFN = (FCFN - TID Offset) - (CFN - FCFN)
Where:
MFN = Mask Frame Number
CFN = Contrast Frame Number
FCFN = First Contrast Frame Number, the first frame number of the first pair in the Applicable Frame Range
A positive value for TID Offset (0028,6120) means that the mask frame numbers are lower than the subtracted frame numbers. A negative TID Offset means that the mask frame numbers are higher than the subtracted frame numbers.
Example of TID Offset, see Figure C.7.6.10-1:
Figure C.7.6.10-1. Example of TID Offset
Number of Frames: 32
Applicable Frame Range: 20 to 30
TID Offset: 5
For Calculating the TID Offset for Mask Operation REV_TID see Table C.7.6.10-1.
Table C.7.6.10-1. Example Mask Frame Numbers for Mask Operation REV_TID
Contrast Frame Number (CFN) (Absolute value) |
Mask Frame Number (MFN) (Absolute value) |
---|---|
20 |
15 |
21 |
14 |
22 |
13 |
… |
… |
28 |
7 |
29 |
6 |
30 |
5 |
In this example the acquisition of the mask frames starts with frame 5 and ends with frame 15. The acquisition of the contrast frames starts with frame 20 and ends with frame 30 (Applicable Frame Range). The number 5 for TID Offset indicates a gap between "end of mask frames" and "begin of contrast frames" of 4 frames, e.g., injection phase and/or time needed to drive C-arm in reverse. Additionally, in this example, the first 4 frames and the last two frames are not used for this Reversed Time Interval Differencing loop.
A pair of floating point numbers specifying the fractional vertical [adjacent row spacing] and horizontal [adjacent column spacing] pixel shift applied to the mask before subtracting it from the contrast frame. The row offset results in a shift of the pixels along the column axis. The column offset results in a shift of the pixels along the row axis. A positive row offset is a shift toward the pixels of the lower row of the pixel plane. A positive column offset is a shift toward the pixels of the left hand side column of the pixel plane.