给字符串增加默认值空
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2d864de128
commit
6e2a58c3d7
|
@ -74,6 +74,7 @@
|
||||||
接口请求参考文档:https://www.koudingke.cn/docs/zh-Hans/net-lib-docs/latest/RestSharp/Usage/Usage
|
接口请求参考文档:https://www.koudingke.cn/docs/zh-Hans/net-lib-docs/latest/RestSharp/Usage/Usage
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<!-- Badly formed XML comment ignored for member "M:IRaCIS.Core.Application.Helper.IRCEmailPasswordHelper.GenerateRandomPassword(System.Int32)" -->
|
||||||
<member name="M:IRaCIS.Core.Application.Helper.OSSService.UploadToOSSAsync(System.IO.Stream,System.String,System.String,System.Boolean)">
|
<member name="M:IRaCIS.Core.Application.Helper.OSSService.UploadToOSSAsync(System.IO.Stream,System.String,System.String,System.Boolean)">
|
||||||
<summary>
|
<summary>
|
||||||
oosFolderPath 不要 "/ "开头 应该: TempFolder/ChildFolder
|
oosFolderPath 不要 "/ "开头 应该: TempFolder/ChildFolder
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
</summary>
|
</summary>
|
||||||
<param name="localFilePath"></param>
|
<param name="localFilePath"></param>
|
||||||
<param name="oosFolderPath"></param>
|
<param name="oosFolderPath"></param>
|
||||||
|
<param name="isFileNameAddGuid"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<exception cref="T:IRaCIS.Core.Infrastructure.BusinessValidationFailedException"></exception>
|
<exception cref="T:IRaCIS.Core.Infrastructure.BusinessValidationFailedException"></exception>
|
||||||
</member>
|
</member>
|
||||||
|
@ -994,12 +996,54 @@
|
||||||
<param name="trialReadingCriterionId"></param>
|
<param name="trialReadingCriterionId"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetSubjectImageUploadList(System.Guid,System.Guid)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetSubjectImageUploadList(IRaCIS.Core.Application.Contracts.IRUploadStudyQuery)">
|
||||||
<summary>
|
<summary>
|
||||||
获取该受试者任务上传列表(展示已上传情况)
|
获取该受试者任务上传列表(展示已上传情况)
|
||||||
</summary>
|
</summary>
|
||||||
<param name="subjectId"></param>
|
<returns></returns>
|
||||||
<param name="trialReadingCriterionId"></param>
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.VerifyIRStudyAllowUpload(IRaCIS.Core.Application.Contracts.TaskStudyAchivePreConfirmCommand)">
|
||||||
|
<summary>
|
||||||
|
在调用预归档前验证 这些检查是否可以全新上传还是已存在补充 目前前端允许 IsAllowUpload==true 全新、IsAllowReUpload==true 补充的study ,全部丢到后端,后端判断存在,就删除之前的检查,全新插入
|
||||||
|
</summary>
|
||||||
|
<param name="inCommand"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskNoneDicomStudyList(IRaCIS.Core.Application.Contracts.IRUploadStudyQuery)">
|
||||||
|
<summary>
|
||||||
|
IR 上传任务 nonedicom 列表 后处理的数据UploadedFileCount不能排序 --new
|
||||||
|
</summary>
|
||||||
|
<param name="inQuery"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetCRCUploadedStudyInfo(IRaCIS.Core.Application.Contracts.CRCUploadedStudyQuqry)">
|
||||||
|
<summary>
|
||||||
|
IQC 获取CRC 上传到某一个访视的的检查信息 (原始影像信息 包含dicom 非dicom)
|
||||||
|
</summary>
|
||||||
|
<param name="inQuery"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetSubjectImageDownloadSelectList(IRaCIS.Core.Application.Contracts.IRReadingDownloadQuery)">
|
||||||
|
<summary>
|
||||||
|
IR 阅片页面 和IR 任务列表页面下载 勾选下载列表(后端要考虑到一致性分析 subjectCode的问题)
|
||||||
|
</summary>
|
||||||
|
<param name="inQuery"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRReadingDownloadStudyInfo(IRaCIS.Core.Application.Contracts.IRDownloadQuery,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Subject})">
|
||||||
|
<summary>
|
||||||
|
IR 阅片页面获取下载检查的信息 会根据标准进行过滤检查,(后端要考虑到一致性分析 subjectCode的问题)
|
||||||
|
检查在访视下面,所以需要传递下载的访视Id,另外下载访视下面那些检查,就把访视下的对应的检查Id 丢到数组里就好
|
||||||
|
</summary>
|
||||||
|
<param name="inQuery"></param>
|
||||||
|
<param name="_subjectRepository"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetTaskUploadedDicomStudyList(IRaCIS.Core.Application.Contracts.IRTaskUploadedDicomStudyQuery)">
|
||||||
|
<summary>
|
||||||
|
dicom 影响后处理预览接口
|
||||||
|
</summary>
|
||||||
|
<param name="inQuery"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.RequestPackageAndAnonymizImage(System.Guid,System.Guid,System.Boolean,System.Boolean)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.RequestPackageAndAnonymizImage(System.Guid,System.Guid,System.Boolean,System.Boolean)">
|
||||||
|
@ -1032,49 +1076,27 @@
|
||||||
<param name="isAnonymize"></param>
|
<param name="isAnonymize"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskList(IRaCIS.Core.Application.Contracts.CRCUploadTaskQuery)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskList_Old(IRaCIS.Core.Application.Contracts.CRCUploadTaskQuery)">
|
||||||
<summary>
|
<summary>
|
||||||
IR 影像上传任务列表
|
IR 影像上传任务列表 --old 20240903 界面调整,现在先废弃
|
||||||
</summary>
|
</summary>
|
||||||
<param name="inQuery"></param>
|
<param name="inQuery"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskDicomStudyList(IRaCIS.Core.Application.Contracts.CRCUploadTaskStudyQuery)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskDicomStudyList_Old(IRaCIS.Core.Application.Contracts.CRCUploadTaskStudyQuery)">
|
||||||
<summary>
|
<summary>
|
||||||
IR 上传任务 dicom 列表 后处理的数据不能排序
|
IR 上传任务 dicom 列表 后处理的数据不能排序 --old 20240903 界面调整,现在先废弃
|
||||||
</summary>
|
</summary>
|
||||||
<param name="inQuery"></param>
|
<param name="inQuery"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskNoneDicomStudyList(IRaCIS.Core.Application.Contracts.CRCUploadTaskStudyQuery)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRUploadTaskNoneDicomStudyList_Old(IRaCIS.Core.Application.Contracts.CRCUploadTaskStudyQuery)">
|
||||||
<summary>
|
<summary>
|
||||||
IR 上传任务 nonedicom 列表 后处理的数据不能排序
|
IR 上传任务 nonedicom 列表 后处理的数据不能排序 --old 20240903 界面调整,现在先废弃
|
||||||
</summary>
|
</summary>
|
||||||
<param name="inQuery"></param>
|
<param name="inQuery"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetCRCUploadedStudyInfo(IRaCIS.Core.Application.Contracts.CRCUploadedStudyQuqry)">
|
|
||||||
<summary>
|
|
||||||
IQC 获取CRC 上传到某一个访视的的检查信息 (原始影像信息 包含dicom 非dicom)
|
|
||||||
</summary>
|
|
||||||
<param name="inQuery"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetSubjectImageDownloadSelectList(IRaCIS.Core.Application.Contracts.IRReadingDownloadQuery)">
|
|
||||||
<summary>
|
|
||||||
IR 阅片页面 和IR 任务列表页面下载 勾选下载列表(后端要考虑到一致性分析 subjectCode的问题)
|
|
||||||
</summary>
|
|
||||||
<param name="inQuery"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.DownloadAndUploadService.GetIRReadingDownloadStudyInfo(IRaCIS.Core.Application.Contracts.IRDownloadQuery,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Subject})">
|
|
||||||
<summary>
|
|
||||||
IR 阅片页面获取下载检查的信息 会根据标准进行过滤检查,(后端要考虑到一致性分析 subjectCode的问题)
|
|
||||||
</summary>
|
|
||||||
<param name="inQuery"></param>
|
|
||||||
<param name="_subjectRepository"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.StudyService.Preview(System.Guid)">
|
<member name="M:IRaCIS.Core.Application.Service.ImageAndDoc.StudyService.Preview(System.Guid)">
|
||||||
<summary> 指定资源Id,渲染Dicom检查的Jpeg预览图像 </summary>
|
<summary> 指定资源Id,渲染Dicom检查的Jpeg预览图像 </summary>
|
||||||
<param name="studyId"> Dicom检查的Id </param>
|
<param name="studyId"> Dicom检查的Id </param>
|
||||||
|
@ -2081,6 +2103,41 @@
|
||||||
<param name="inDto"></param>
|
<param name="inDto"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.GetEEM(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||||
|
<summary>
|
||||||
|
计算NTAV的EEM
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.GetEEMLumenSum(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||||
|
<summary>
|
||||||
|
获取(EEM-Lumen)求和
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.GetNTAVEEMLumenSumOrRetraceImageCount(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||||
|
<summary>
|
||||||
|
计算NTAV的(EEM-Lumen)求和/回撤中的图像数
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.GetPAV(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||||
|
<summary>
|
||||||
|
冠状动脉粥样硬化体积百分比(PAV)
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.GetNTAV(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||||
|
<summary>
|
||||||
|
总动脉粥样硬化体积(NTAV)
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.AddTaskLesionAnswerFromLastTask(IRaCIS.Core.Application.ViewModel.AddTaskLesionAnswerFromLastTaskInDto)">
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.IVUSCalculateService.AddTaskLesionAnswerFromLastTask(IRaCIS.Core.Application.ViewModel.AddTaskLesionAnswerFromLastTaskInDto)">
|
||||||
<summary>
|
<summary>
|
||||||
将上一次的访视病灶添加到这一次
|
将上一次的访视病灶添加到这一次
|
||||||
|
@ -3144,6 +3201,95 @@
|
||||||
<param name="digitPlaces"></param>
|
<param name="digitPlaces"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.GetReadingCalculationData(IRaCIS.Core.Application.Service.Reading.Dto.GetReadingCalculationDataInDto)">
|
||||||
|
<summary>
|
||||||
|
获取阅片的计算数据
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.sODData">
|
||||||
|
<summary>
|
||||||
|
获取Sod的值
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.iSODData">
|
||||||
|
<summary>
|
||||||
|
获取iSod的值
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.lastVisitTaskId">
|
||||||
|
<summary>
|
||||||
|
上一次访视Id
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.firstChangeTaskId">
|
||||||
|
<summary>
|
||||||
|
首次转变的任务ID
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.compareTaskList">
|
||||||
|
<summary>
|
||||||
|
触发任务list
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.GetDeleteLesionStatrIndex(IRaCIS.Core.Application.Service.Reading.Dto.DeleteReadingRowAnswerInDto)">
|
||||||
|
<summary>
|
||||||
|
删除病灶获取起始病灶序号(RECIST1Point1 固定是1)
|
||||||
|
</summary>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.GetReadingReportEvaluation(IRaCIS.Core.Application.Service.Reading.Dto.GetReadingReportEvaluationInDto)">
|
||||||
|
<summary>
|
||||||
|
获取阅片报告
|
||||||
|
</summary>
|
||||||
|
<param name="indto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.TestCalculate(System.Guid,System.Nullable{IRaCIS.Core.Domain.Share.QuestionType})">
|
||||||
|
<summary>
|
||||||
|
测试计算
|
||||||
|
</summary>
|
||||||
|
<param name="visitTaskId"></param>
|
||||||
|
<param name="type"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.CalculateTask(IRaCIS.Core.Application.Service.Reading.Dto.CalculateTaskInDto)">
|
||||||
|
<summary>
|
||||||
|
计算任务
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.GetReportVerify(IRaCIS.Core.Application.Service.Reading.Dto.GetReportVerifyInDto)">
|
||||||
|
<summary>
|
||||||
|
获取报告验证的信息(这里每个标准可能不一样 返回用object)
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.ReadingCalculate(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto,System.Collections.Generic.List{IRaCIS.Core.Domain.Share.QuestionType})">
|
||||||
|
<summary>
|
||||||
|
自动计算
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<param name="calculateType"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.VerifyVisitTaskQuestions(IRaCIS.Core.Application.Service.Reading.Dto.VerifyVisitTaskQuestionsInDto)">
|
||||||
|
<summary>
|
||||||
|
验证访视提交
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.OCTCalculateService.AddTaskLesionAnswerFromLastTask(IRaCIS.Core.Application.ViewModel.AddTaskLesionAnswerFromLastTaskInDto)">
|
||||||
|
<summary>
|
||||||
|
将上一次的访视病灶添加到这一次
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.PCWG3CalculateService.GetReadingCalculationData(IRaCIS.Core.Application.Service.Reading.Dto.GetReadingCalculationDataInDto)">
|
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.PCWG3CalculateService.GetReadingCalculationData(IRaCIS.Core.Application.Service.Reading.Dto.GetReadingCalculationDataInDto)">
|
||||||
<summary>
|
<summary>
|
||||||
获取阅片的计算数据
|
获取阅片的计算数据
|
||||||
|
@ -10311,6 +10457,11 @@
|
||||||
传了Id
|
传了Id
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.ViewModel.VisitTaskViewBasic.IsAnalysisCreate">
|
||||||
|
<summary>
|
||||||
|
是否是一致性分析产生
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.ViewModel.VisitTaskViewBasic.TaskUrgentType">
|
<member name="P:IRaCIS.Core.Application.ViewModel.VisitTaskViewBasic.TaskUrgentType">
|
||||||
<summary>
|
<summary>
|
||||||
加急类型
|
加急类型
|
||||||
|
@ -10339,6 +10490,16 @@
|
||||||
<member name="T:IRaCIS.Core.Application.ViewModel.VisitTaskView">
|
<member name="T:IRaCIS.Core.Application.ViewModel.VisitTaskView">
|
||||||
<summary> VisitTaskView 列表视图模型 </summary>
|
<summary> VisitTaskView 列表视图模型 </summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.ViewModel.ReadingTaskView.IsManualGeneration">
|
||||||
|
<summary>
|
||||||
|
是否手动生成
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.ViewModel.ReReadingTaskView.IsAnalysisCreate">
|
||||||
|
<summary>
|
||||||
|
是否是一致性分析产生
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.ViewModel.IRUnreadTaskView.IsAnalysisCreate">
|
<member name="P:IRaCIS.Core.Application.ViewModel.IRUnreadTaskView.IsAnalysisCreate">
|
||||||
<summary>
|
<summary>
|
||||||
是否是一致性分析产生
|
是否是一致性分析产生
|
||||||
|
@ -10444,6 +10605,11 @@
|
||||||
<member name="T:IRaCIS.Core.Application.ViewModel.FrontAuditConfigAddOrEdit">
|
<member name="T:IRaCIS.Core.Application.ViewModel.FrontAuditConfigAddOrEdit">
|
||||||
<summary> FrontAuditConfigAddOrEdit 列表查询参数模型</summary>
|
<summary> FrontAuditConfigAddOrEdit 列表查询参数模型</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.ViewModel.FrontAuditConfigAddOrEdit.CodeEn">
|
||||||
|
<summary>
|
||||||
|
字段的英文值
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.ViewModel.FrontAuditConfigAddOrEdit.IsForwardPosition">
|
<member name="P:IRaCIS.Core.Application.ViewModel.FrontAuditConfigAddOrEdit.IsForwardPosition">
|
||||||
<summary>
|
<summary>
|
||||||
是否向前站位
|
是否向前站位
|
||||||
|
@ -13512,12 +13678,6 @@
|
||||||
<param name="inDto"></param>
|
<param name="inDto"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.TrialConfigService.SetTrialReadingCriterion(IRaCIS.Core.Application.Contracts.SetTrialReadingCriterionInDto)">
|
|
||||||
<summary>
|
|
||||||
设置项目阅片标准
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:IRaCIS.Core.Application.TrialConfigService.SetCriterionReadingInfo(IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto)">
|
<member name="M:IRaCIS.Core.Application.TrialConfigService.SetCriterionReadingInfo(IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto)">
|
||||||
<summary>
|
<summary>
|
||||||
设置项目阅片信息
|
设置项目阅片信息
|
||||||
|
|
|
@ -27,7 +27,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
public string ChildGroup { get; set; }
|
public string ChildGroup { get; set; } = string.Empty;
|
||||||
|
|
||||||
public int ChildCodeEnum { get; set; }
|
public int ChildCodeEnum { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
//前端渲染数组 数组名 和数组值
|
//前端渲染数组 数组名 和数组值
|
||||||
public string ChildDataLabel { get; set; }
|
public string ChildDataLabel { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -97,7 +97,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ChildDataEnLabel { get; set; } = string.Empty;
|
public string ChildDataEnLabel { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ChildDataValue { get; set; }
|
public string ChildDataValue { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// 前端展示类型 Router, Array,Table
|
/// 前端展示类型 Router, Array,Table
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
||||||
public string DataType { get; set; }
|
public string DataType { get; set; } = String.Empty;
|
||||||
|
|
||||||
// 后端翻译的类型 对应前端界面 "",Dictionary,Date
|
// 后端翻译的类型 对应前端界面 "",Dictionary,Date
|
||||||
public string EnumType { get; set; }
|
public string EnumType { get; set; }
|
||||||
|
|
|
@ -11,7 +11,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid UserId { get; set; } = Guid.Empty;
|
public Guid UserId { get; set; } = Guid.Empty;
|
||||||
|
|
||||||
//验证码
|
//验证码
|
||||||
public string Code { get; set; }
|
public string Code { get; set; } = string.Empty;
|
||||||
|
|
||||||
//什么类型的验证码 邮箱|手机
|
//什么类型的验证码 邮箱|手机
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public bool HasSend { get; set; }
|
public bool HasSend { get; set; }
|
||||||
|
|
||||||
//发送的邮箱或者手机
|
//发送的邮箱或者手机
|
||||||
public string EmailOrPhone { get; set; }
|
public string EmailOrPhone { get; set; }=string.Empty;
|
||||||
|
|
||||||
//过期时间
|
//过期时间
|
||||||
public DateTime ExpirationTime { get; set; }
|
public DateTime ExpirationTime { get; set; }
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
public string ReviewerCode { get; set; }
|
public string ReviewerCode { get; set; } = string.Empty;
|
||||||
|
|
||||||
public int Code { get; set; }
|
public int Code { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -22,9 +22,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public Guid SeriesId { get; set; }
|
public Guid SeriesId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; } = String.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = String.Empty;
|
||||||
public string SopInstanceUid { get; set; }
|
public string SopInstanceUid { get; set; } = String.Empty;
|
||||||
public int InstanceNumber { get; set; }
|
public int InstanceNumber { get; set; }
|
||||||
public DateTime? InstanceTime { get; set; }
|
public DateTime? InstanceTime { get; set; }
|
||||||
public bool CPIStatus { get; set; }
|
public bool CPIStatus { get; set; }
|
||||||
|
@ -33,14 +33,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public int SliceLocation { get; set; }
|
public int SliceLocation { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = String.Empty;
|
||||||
public int NumberOfFrames { get; set; }
|
public int NumberOfFrames { get; set; }
|
||||||
public string PixelSpacing { get; set; }
|
public string PixelSpacing { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = String.Empty;
|
||||||
public string FrameOfReferenceUID { get; set; }
|
public string FrameOfReferenceUID { get; set; } = String.Empty;
|
||||||
public string WindowCenter { get; set; }
|
public string WindowCenter { get; set; } = String.Empty;
|
||||||
public string WindowWidth { get; set; }
|
public string WindowWidth { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
@ -48,9 +48,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid SubjectId { get; set; }
|
public Guid SubjectId { get; set; }
|
||||||
public Guid SubjectVisitId { get; set; }
|
public Guid SubjectVisitId { get; set; }
|
||||||
public bool Anonymize { get; set; }
|
public bool Anonymize { get; set; }
|
||||||
public string Path { get; set; }
|
public string Path { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string HtmlPath { get; set; }=string.Empty;
|
public string HtmlPath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public long? FileSize { get; set; }
|
public long? FileSize { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -24,21 +24,21 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; }=string.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = string.Empty;
|
||||||
public int SeriesNumber { get; set; }
|
public int SeriesNumber { get; set; }
|
||||||
public DateTime? SeriesTime { get; set; }
|
public DateTime? SeriesTime { get; set; }
|
||||||
public string Modality { get; set; }
|
public string Modality { get; set; } = string.Empty;
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = string.Empty;
|
||||||
public int InstanceCount { get; set; }
|
public int InstanceCount { get; set; }
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ImagePositionPatient { get; set; }
|
public string ImagePositionPatient { get; set; } = string.Empty;
|
||||||
public string ImageOrientationPatient { get; set; }
|
public string ImageOrientationPatient { get; set; } = string.Empty;
|
||||||
public string BodyPartExamined { get; set; }
|
public string BodyPartExamined { get; set; } = string.Empty;
|
||||||
public string SequenceName { get; set; }
|
public string SequenceName { get; set; } = string.Empty;
|
||||||
public string ProtocolName { get; set; }
|
public string ProtocolName { get; set; } = string.Empty;
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string AcquisitionTime { get; set; } = string.Empty;
|
public string AcquisitionTime { get; set; } = string.Empty;
|
||||||
public string AcquisitionNumber { get; set; } = string.Empty;
|
public string AcquisitionNumber { get; set; } = string.Empty;
|
||||||
|
|
|
@ -63,7 +63,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public long FileSize { get; set; }
|
public long FileSize { get; set; }
|
||||||
|
|
||||||
public string IP { get; set; }
|
public string IP { get; set; }=string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public bool IsDicomReUpload { get; set; }
|
public bool IsDicomReUpload { get; set; }
|
||||||
|
|
|
@ -52,10 +52,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public string BodyPart { get; set; }
|
public string BodyPart { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string Modality { get; set; }
|
public string Modality { get; set; } = string.Empty;
|
||||||
|
|
||||||
public DateTime ImageDate { get; set; }
|
public DateTime ImageDate { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public Guid SeriesId { get; set; }
|
public Guid SeriesId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; } = string.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = string.Empty;
|
||||||
public string SopInstanceUid { get; set; }
|
public string SopInstanceUid { get; set; } = string.Empty;
|
||||||
public int InstanceNumber { get; set; }
|
public int InstanceNumber { get; set; }
|
||||||
public DateTime? InstanceTime { get; set; }
|
public DateTime? InstanceTime { get; set; }
|
||||||
public bool CPIStatus { get; set; }
|
public bool CPIStatus { get; set; }
|
||||||
|
@ -33,14 +33,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public int SliceLocation { get; set; }
|
public int SliceLocation { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = string.Empty;
|
||||||
public int NumberOfFrames { get; set; }
|
public int NumberOfFrames { get; set; }
|
||||||
public string PixelSpacing { get; set; }
|
public string PixelSpacing { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = string.Empty;
|
||||||
public string FrameOfReferenceUID { get; set; }
|
public string FrameOfReferenceUID { get; set; } = string.Empty;
|
||||||
public string WindowCenter { get; set; }
|
public string WindowCenter { get; set; } = string.Empty;
|
||||||
public string WindowWidth { get; set; }
|
public string WindowWidth { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool Anonymize { get; set; }
|
public bool Anonymize { get; set; }
|
||||||
public string Path { get; set; } = string.Empty;
|
public string Path { get; set; } = string.Empty;
|
||||||
|
|
|
@ -20,21 +20,21 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; } = string.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = string.Empty;
|
||||||
public int SeriesNumber { get; set; }
|
public int SeriesNumber { get; set; }
|
||||||
public DateTime? SeriesTime { get; set; }
|
public DateTime? SeriesTime { get; set; }
|
||||||
public string Modality { get; set; }
|
public string Modality { get; set; }=string.Empty;
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = string.Empty;
|
||||||
public int InstanceCount { get; set; }
|
public int InstanceCount { get; set; }
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ImagePositionPatient { get; set; }
|
public string ImagePositionPatient { get; set; } = string.Empty;
|
||||||
public string ImageOrientationPatient { get; set; }
|
public string ImageOrientationPatient { get; set; } = string.Empty;
|
||||||
public string BodyPartExamined { get; set; }
|
public string BodyPartExamined { get; set; } = string.Empty;
|
||||||
public string SequenceName { get; set; }
|
public string SequenceName { get; set; } = string.Empty;
|
||||||
public string ProtocolName { get; set; }
|
public string ProtocolName { get; set; } = string.Empty;
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string AcquisitionTime { get; set; } = string.Empty;
|
public string AcquisitionTime { get; set; } = string.Empty;
|
||||||
public string AcquisitionNumber { get; set; } = string.Empty;
|
public string AcquisitionNumber { get; set; } = string.Empty;
|
||||||
|
|
|
@ -21,9 +21,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public Guid SeriesId { get; set; }
|
public Guid SeriesId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; } = string.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = string.Empty;
|
||||||
public string SopInstanceUid { get; set; }
|
public string SopInstanceUid { get; set; } = string.Empty;
|
||||||
public int InstanceNumber { get; set; }
|
public int InstanceNumber { get; set; }
|
||||||
public DateTime? InstanceTime { get; set; }
|
public DateTime? InstanceTime { get; set; }
|
||||||
public bool CPIStatus { get; set; }
|
public bool CPIStatus { get; set; }
|
||||||
|
@ -32,21 +32,21 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public int SliceLocation { get; set; }
|
public int SliceLocation { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = string.Empty;
|
||||||
public int NumberOfFrames { get; set; }
|
public int NumberOfFrames { get; set; }
|
||||||
public string PixelSpacing { get; set; }
|
public string PixelSpacing { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = string.Empty;
|
||||||
public string FrameOfReferenceUID { get; set; }
|
public string FrameOfReferenceUID { get; set; } = string.Empty;
|
||||||
public string WindowCenter { get; set; }
|
public string WindowCenter { get; set; } = string.Empty;
|
||||||
public string WindowWidth { get; set; }
|
public string WindowWidth { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
public Guid SubjectId { get; set; }
|
public Guid SubjectId { get; set; }
|
||||||
public Guid VisitTaskId { get; set; }
|
public Guid VisitTaskId { get; set; }
|
||||||
public bool Anonymize { get; set; }
|
public bool Anonymize { get; set; }
|
||||||
public string Path { get; set; }
|
public string Path { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string HtmlPath { get; set; }=string.Empty;
|
public string HtmlPath { get; set; }=string.Empty;
|
||||||
|
|
|
@ -20,21 +20,21 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public Guid SeqId { get; set; }
|
public Guid SeqId { get; set; }
|
||||||
public Guid StudyId { get; set; }
|
public Guid StudyId { get; set; }
|
||||||
public string StudyInstanceUid { get; set; }
|
public string StudyInstanceUid { get; set; } = String.Empty;
|
||||||
public string SeriesInstanceUid { get; set; }
|
public string SeriesInstanceUid { get; set; } = String.Empty;
|
||||||
public int SeriesNumber { get; set; }
|
public int SeriesNumber { get; set; }
|
||||||
public DateTime? SeriesTime { get; set; }
|
public DateTime? SeriesTime { get; set; }
|
||||||
public string Modality { get; set; }
|
public string Modality { get; set; } = String.Empty;
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = String.Empty;
|
||||||
public int InstanceCount { get; set; }
|
public int InstanceCount { get; set; }
|
||||||
public string SliceThickness { get; set; }
|
public string SliceThickness { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string ImagePositionPatient { get; set; }
|
public string ImagePositionPatient { get; set; } = String.Empty;
|
||||||
public string ImageOrientationPatient { get; set; }
|
public string ImageOrientationPatient { get; set; } = String.Empty;
|
||||||
public string BodyPartExamined { get; set; }
|
public string BodyPartExamined { get; set; } = String.Empty;
|
||||||
public string SequenceName { get; set; }
|
public string SequenceName { get; set; } = String.Empty;
|
||||||
public string ProtocolName { get; set; }
|
public string ProtocolName { get; set; } = String.Empty;
|
||||||
public string ImagerPixelSpacing { get; set; }
|
public string ImagerPixelSpacing { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string AcquisitionTime { get; set; } = string.Empty;
|
public string AcquisitionTime { get; set; } = string.Empty;
|
||||||
public string AcquisitionNumber { get; set; } = string.Empty;
|
public string AcquisitionNumber { get; set; } = string.Empty;
|
||||||
|
|
|
@ -20,7 +20,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
// 类型(M目录 C菜单 F按钮 L链接)
|
// 类型(M目录 C菜单 F按钮 L链接)
|
||||||
public string MenuType { get; set; } = string.Empty;
|
public string MenuType { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string MenuIcon { get; set; }
|
public string MenuIcon { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string MenuName { get; set; } = string.Empty;
|
public string MenuName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
@ -44,10 +44,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public bool IsExternalLink { get; set; }
|
public bool IsExternalLink { get; set; }
|
||||||
|
|
||||||
//权限点
|
//权限点
|
||||||
public string PermissionStr { get; set; }
|
public string PermissionStr { get; set; } = string.Empty;
|
||||||
|
|
||||||
//Api 接口地址
|
//Api 接口地址
|
||||||
public string ApiPath { get; set; }
|
public string ApiPath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string Note { get; set; } = string.Empty;
|
public string Note { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public string Redirect { get; set; } = string.Empty;
|
public string Redirect { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string LanguageMark { get; set; }
|
public string LanguageMark { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public string IPRegion { get; set; }
|
public string IPRegion { get; set; } = string.Empty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public bool? IsCRCNeedReply { get; set; }
|
public bool? IsCRCNeedReply { get; set; }
|
||||||
|
|
||||||
public string ParamInfo { get; set; }
|
public string ParamInfo { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,10 +16,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public User User { get; set; }
|
public User User { get; set; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public string FileName { get; set; }
|
public string FileName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string RelativePath { get; set; }
|
public string RelativePath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid? LatestReplyUserId { get; set; }
|
public Guid? LatestReplyUserId { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string ChallengeCode { get; set; }
|
public string ChallengeCode { get; set; } = string.Empty;
|
||||||
|
|
||||||
public int Code { get; set; }
|
public int Code { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 临床问题类型(分组,单选。)
|
/// 临床问题类型(分组,单选。)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ClinicalTableQuestionType { get; set; }
|
public string ClinicalTableQuestionType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题标识
|
/// 问题标识
|
||||||
|
@ -75,7 +75,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 自定义选项
|
/// 自定义选项
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string TypeValue { get; set; }
|
public string TypeValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典Code
|
/// 字典Code
|
||||||
|
|
|
@ -64,7 +64,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 临床问题类型(分组,单选。)
|
/// 临床问题类型(分组,单选。)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ClinicalQuestionType { get; set; }
|
public string ClinicalQuestionType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题标识
|
/// 问题标识
|
||||||
|
|
|
@ -56,7 +56,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 临床问题类型(分组,单选。)
|
/// 临床问题类型(分组,单选。)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ClinicalTableQuestionType { get; set; }
|
public string ClinicalTableQuestionType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题标识
|
/// 问题标识
|
||||||
|
@ -76,7 +76,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 自定义选项
|
/// 自定义选项
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string TypeValue { get; set; }
|
public string TypeValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典Code
|
/// 字典Code
|
||||||
|
|
|
@ -70,7 +70,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 用户角色
|
/// 用户角色
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string UserTypeShortName { get; set; }
|
public string UserTypeShortName { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 医学审核对话关闭原因
|
/// 医学审核对话关闭原因
|
||||||
|
|
|
@ -63,7 +63,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 备注
|
/// 备注
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Remark { get; set; }
|
public string Remark { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -21,7 +21,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 标准
|
/// 标准
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string CriterionName { get; set; }
|
public string CriterionName { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否启用
|
/// 是否启用
|
||||||
|
@ -47,7 +47,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 描述
|
/// 描述
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 描述
|
/// 描述
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否确认
|
/// 是否确认
|
||||||
|
|
|
@ -66,7 +66,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Guid ReadingQuestionId { get; set; }
|
public Guid ReadingQuestionId { get; set; }
|
||||||
|
|
||||||
public string Type { get; set; }
|
public string Type { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public Guid? ParentId { get; set; }
|
public Guid? ParentId { get; set; }
|
||||||
|
@ -74,12 +74,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///父问题触发值
|
///父问题触发值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ParentTriggerValue { get; set; }
|
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题名称
|
/// 问题名称
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string QuestionName { get; set; }
|
public string QuestionName { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IsRequired
|
/// IsRequired
|
||||||
|
@ -94,14 +94,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 值
|
/// 值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string TypeValue { get; set; }
|
public string TypeValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否启用
|
/// 是否启用
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsEnable { get; set; }
|
public bool IsEnable { get; set; }
|
||||||
|
|
||||||
public string Remark { get; set; }
|
public string Remark { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 显示父问题
|
/// 显示父问题
|
||||||
|
@ -111,7 +111,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 显示父问题的值
|
/// 显示父问题的值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string RelevanceValue { get; set; }
|
public string RelevanceValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否显示
|
/// 是否显示
|
||||||
|
@ -126,12 +126,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 数据表名称
|
/// 数据表名称
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string DataTableName { get; set; }
|
public string DataTableName { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 数据列
|
/// 数据列
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string DataTableColumn { get; set; }
|
public string DataTableColumn { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -162,7 +162,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典code
|
/// 字典code
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string DictionaryCode { get; set; }
|
public string DictionaryCode { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -198,7 +198,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 文件类型
|
/// 文件类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? FileType { get; set; }
|
public string? FileType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题分类
|
/// 问题分类
|
||||||
|
|
|
@ -126,7 +126,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public string DataTableName { get; set; } = string.Empty;
|
public string DataTableName { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string DataTableColumn { get; set; }
|
public string DataTableColumn { get; set; } = string.Empty;
|
||||||
|
|
||||||
public TableQuestionType? TableQuestionType { get; set; }
|
public TableQuestionType? TableQuestionType { get; set; }
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 文件类型
|
/// 文件类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? FileType { get; set; }
|
public string? FileType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题分类
|
/// 问题分类
|
||||||
|
|
|
@ -43,12 +43,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 答案
|
/// 答案
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Answer { get; set; }
|
public string Answer { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片修改的答案
|
/// 全局阅片修改的答案
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string GlobalChangeAnswer { get; set; }
|
public string GlobalChangeAnswer { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -60,9 +60,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public Guid? OtherStudyId { get; set; }
|
public Guid? OtherStudyId { get; set; }
|
||||||
|
|
||||||
public string? OtherMarkTool { get; set; }
|
public string? OtherMarkTool { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string? OtherPicturePath { get; set; }
|
public string? OtherPicturePath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public int? OtherNumberOfFrames { get; set; }
|
public int? OtherNumberOfFrames { get; set; }
|
||||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||||
|
|
|
@ -109,7 +109,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid? ObjectRelationParentId3 { get; set; }
|
public Guid? ObjectRelationParentId3 { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string EntityName { get; set; }
|
public string EntityName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public Guid? TrialReadingCriterionId { get; set; }
|
public Guid? TrialReadingCriterionId { get; set; }
|
||||||
|
|
|
@ -259,16 +259,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public bool IsPDProgressView { get; set; }
|
public bool IsPDProgressView { get; set; }
|
||||||
|
|
||||||
//研究方案号
|
//研究方案号
|
||||||
public string ResearchProgramNo { get; set; }
|
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||||
|
|
||||||
//实验名称
|
//实验名称
|
||||||
public string ExperimentName { get; set; }
|
public string ExperimentName { get; set; } = string.Empty;
|
||||||
|
|
||||||
//主研单位
|
//主研单位
|
||||||
public string MainResearchUnit { get; set; }
|
public string MainResearchUnit { get; set; } = string.Empty;
|
||||||
|
|
||||||
// 负责人PI
|
// 负责人PI
|
||||||
public string HeadPI { get; set; }
|
public string HeadPI { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool IsUrgent { get; set; }
|
public bool IsUrgent { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
//关联基础数据
|
//关联基础数据
|
||||||
public Guid? SignCodeId { get; set; }
|
public Guid? SignCodeId { get; set; }
|
||||||
|
|
||||||
public string SignCode { get; set; }
|
public string SignCode { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string SignText { get; set; }
|
public string SignText { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool IsCompleted { get; set; }
|
public bool IsCompleted { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -30,12 +30,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
||||||
public string Email { get; set; }
|
public string Email { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string FirstName { get; set; }
|
public string FirstName { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string LastName { get; set; }
|
public string LastName { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
public string OrganizationName { get; set; }=String.Empty;
|
public string OrganizationName { get; set; }=String.Empty;
|
||||||
|
@ -57,7 +57,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public DateTime? ConfirmTime { get; set; }
|
public DateTime? ConfirmTime { get; set; }
|
||||||
|
|
||||||
public string RejectReason { get; set; }
|
public string RejectReason { get; set; } = String.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 邀请状态
|
/// 邀请状态
|
||||||
|
|
|
@ -24,7 +24,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public Guid SubjectId { get; set; }
|
public Guid SubjectId { get; set; }
|
||||||
|
|
||||||
public string Note { get; set; }
|
public string Note { get; set; } = string.Empty;
|
||||||
|
|
||||||
public Guid? TrialReadingCriterionId { get; set; }
|
public Guid? TrialReadingCriterionId { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 通过原因
|
/// 通过原因
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ManualPassReason { get; set; }
|
public string ManualPassReason { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool IsUrgent { get; set; }
|
public bool IsUrgent { get; set; }
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 关闭一致性质疑原因
|
/// 关闭一致性质疑原因
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string CloseTheReason { get; set; }
|
public string CloseTheReason { get; set; } = string.Empty;
|
||||||
|
|
||||||
public Guid? SubmitUserId { get; set; }
|
public Guid? SubmitUserId { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<!-- 表示启用了 NRT -->
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
|
Loading…
Reference in New Issue