This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
source_files:
- Common/DTS.CommonCore/Interface/RegionOfInterest/RegionOfInterestChannels/IRegionOfInterestChannelsView.cs
- Common/DTS.CommonCore/Interface/RegionOfInterest/RegionOfInterestChannels/IRegionOfInterestChannelsViewModel.cs
generated_at: "2026-04-17T16:24:05.772210+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "a4d7f5d5274dd3fe"
---
# RegionOfInterestChannels
### Purpose
This module defines the view and view-model interfaces for managing Region of Interest (ROI) channel configurations within the DTS system. It provides the contract for UI components that display and manipulate ROI channel assignments, supporting filtering, sorting, validation, and group/test configuration operations.
### Public Interface
**IRegionOfInterestChannelsView**
- `interface IRegionOfInterestChannelsView : IBaseView` — Marker interface for the ROI channels view component. No additional members defined.
**IRegionOfInterestChannelsViewModel**
- `interface IRegionOfInterestChannelsViewModel : IBaseViewModel` — View-model contract for ROI channels management.
**Methods: