修改医学质询稽查
parent
3a56b52f9c
commit
fc82ffa412
|
@ -77,6 +77,7 @@ namespace IRaCIS.Core.Application.Service.RC
|
||||||
/// <param name="inDto"></param>
|
/// <param name="inDto"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
[UnitOfWork]
|
||||||
public async Task<IResponseOutput> SetSystemGlobalInfo(SetSystemGlobalInfoInDto inDto)
|
public async Task<IResponseOutput> SetSystemGlobalInfo(SetSystemGlobalInfoInDto inDto)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -147,6 +148,7 @@ namespace IRaCIS.Core.Application.Service.RC
|
||||||
/// <param name="inDto"></param>
|
/// <param name="inDto"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
[UnitOfWork]
|
||||||
public async Task<IResponseOutput> SetSystemOncologyInfo(SetSystemOncologyInfoInDto inDto)
|
public async Task<IResponseOutput> SetSystemOncologyInfo(SetSystemOncologyInfoInDto inDto)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -176,7 +176,9 @@ update ReadingClinicalData set ReadingClinicalDataState=3 where IsSign=1 and R
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
update DataInspection set Identification='ReadingMedicineQuestionAnswer/Add' , ObjectTypeId='E8250000-3E2C-0016-8166-08DA7E8DFF90',OptTypeId='02FCF476-4089-4B2C-B9BE-08DA0E391693',ModuleTypeId='A4460000-3E2C-0016-F305-08DA7E8C40BB' where EntityName='ReadingMedicineQuestionAnswer'
|
||||||
|
update DataInspection set ObjectTypeId='A4100000-3E2C-0016-A716-08DA7E8DA9BD',OptTypeId='02FCF476-4089-4B2C-B9BE-08DA0E391693',ModuleTypeId='A4460000-3E2C-0016-F305-08DA7E8C40BB' where Identification='ReadingMedicalReview/saveMedicalReviewInfo/TaskMedicalReview/Update'
|
||||||
|
update DataInspection set Identification='ReadingMedicalReviewDialog/Add' , ObjectTypeId='D8270000-3E2C-0016-2A14-08DA3EDB77FD',OptTypeId='02FCF476-4089-4B2C-B9BE-08DA0E391693',ModuleTypeId='A4460000-3E2C-0016-F305-08DA7E8C40BB' where EntityName='ReadingMedicalReviewDialog'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -150,6 +150,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto
|
||||||
//标识操作 是否区分接口
|
//标识操作 是否区分接口
|
||||||
public bool IsDistinctionInterface=true;
|
public bool IsDistinctionInterface=true;
|
||||||
|
|
||||||
|
public string ExtraIndentification = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue