23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
||
|
||
<system:String x:Key="LoginControlMessage">欢迎使用CereFlow</system:String>
|
||
<system:String x:Key="WindowTitle">CereFlow</system:String>
|
||
<system:String x:Key="PlaceHolderMessage">请上传MD-pCASL或SD-pCASL、3D T2 FLAIR序列,所有序列使用同一StudyInstanceUID</system:String>
|
||
|
||
<system:String x:Key="RoiTabHeader1">CBF</system:String>
|
||
<system:String x:Key="RoiTabHeader2">ATT</system:String>
|
||
<system:String x:Key="RoiTabHeader3">aCBV</system:String>
|
||
<system:String x:Key="SoftwareVersionInfo"
|
||
xml:space="preserve">软件名称:医学图像处理软件
|
||
规格型号:CereFlow
|
||
发布版本:V1
|
||
完整版本:V1.0.0.0</system:String>
|
||
|
||
<system:String x:Key="ManufacturerInformation"
|
||
xml:space="preserve">注册人/企业名称: 安影科技(北京)有限公司
|
||
生产地址: 北京市大兴区宝参南街16号院3号楼(3A)201单元205、206、207室
|
||
售后服务单位: 安影科技(北京)有限公司
|
||
联系方式: 010-69465675</system:String>
|
||
</ResourceDictionary> |