From 1d4b4bc754741d019142b5e601016ca3a8b98dae Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Mon, 9 Mar 2026 19:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cardiopulmonarybypasssystems/MainWindow.xaml | 114 +++--- .../Models/InspectionItem.cs | 73 ++++ ...reMode.cs => InspectionItemCaptureMode.cs} | 2 +- ...ementStatus.cs => InspectionItemStatus.cs} | 2 +- .../Models/TestRequirement.cs | 52 --- .../Services/IStandardRepository.cs | 2 +- .../Services/StandardRepository.cs | 100 ++--- .../ViewModels/MainViewModel.cs | 346 +++++++++--------- 8 files changed, 372 insertions(+), 319 deletions(-) create mode 100644 Cardiopulmonarybypasssystems/Models/InspectionItem.cs rename Cardiopulmonarybypasssystems/Models/{RequirementCaptureMode.cs => InspectionItemCaptureMode.cs} (74%) rename Cardiopulmonarybypasssystems/Models/{RequirementStatus.cs => InspectionItemStatus.cs} (76%) delete mode 100644 Cardiopulmonarybypasssystems/Models/TestRequirement.cs diff --git a/Cardiopulmonarybypasssystems/MainWindow.xaml b/Cardiopulmonarybypasssystems/MainWindow.xaml index bed475d..067afeb 100644 --- a/Cardiopulmonarybypasssystems/MainWindow.xaml +++ b/Cardiopulmonarybypasssystems/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:models="clr-namespace:Cardiopulmonarybypasssystems.Models" mc:Ignorable="d" - Title="心肺转流检验" + Title="心肺转流检测" Width="1024" Height="768" MinWidth="960" @@ -27,13 +27,13 @@ + Text="再循环率由实时流量传感器计算,其他结果由人工填写,检测完成后导出报表。" />