Function: handleMultiframe4D()
handleMultiframe4D(
imageIds):MultiframeSplitResult|null
Handles multiframe 4D splitting using TimeSlotVector (0054,0070). For NM Multi-frame images where frames are indexed by time slot and slice.
Parameters
• imageIds: string[]
Array containing the base imageId (typically just one for multiframe). The base imageId must contain a "/frames/" pattern (e.g., "wadouri:http://example.com/image/frames/1"). See generateFrameImageId for format requirements.
Returns
MultiframeSplitResult | null
Split result if multiframe 4D is detected, null otherwise