Compare commits
2 Commits
8ec535be53
...
b048437b37
| Author | SHA1 | Date |
|---|---|---|
|
|
b048437b37 | |
|
|
1353fed0ee |
|
|
@ -234,6 +234,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
//重新插入新的 Title记录
|
//重新插入新的 Title记录
|
||||||
updateModel.TitleIds.ForEach(titleId => adddata.Add(new DoctorDictionary() { DoctorId = updateModel.Id.Value, KeyName = StaticData.Title, DictionaryId = titleId }));
|
updateModel.TitleIds.ForEach(titleId => adddata.Add(new DoctorDictionary() { DoctorId = updateModel.Id.Value, KeyName = StaticData.Title, DictionaryId = titleId }));
|
||||||
|
|
||||||
|
indto.ReviewerCode = doctor.ReviewerCode;
|
||||||
await _doctorDictionaryRepository.AddRangeAsync(adddata);
|
await _doctorDictionaryRepository.AddRangeAsync(adddata);
|
||||||
|
|
||||||
_mapper.Map(indto, doctor);
|
_mapper.Map(indto, doctor);
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) },
|
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) },
|
||||||
{CriterionType.IRECIST1Point1,typeof(IRECIST1Point1CalculateService) },
|
{CriterionType.IRECIST1Point1,typeof(IRECIST1Point1CalculateService) },
|
||||||
{CriterionType.Lugano2014,typeof(LuganoCalculateService) },
|
{CriterionType.Lugano2014,typeof(LuganoCalculateService) },
|
||||||
{CriterionType.Lugano2014WithoutPET,typeof(LuganoWithoutPETCalculateService) },
|
{CriterionType.Lugano2014WithoutPET,typeof(LuganoWithoutPETCalculateService) },
|
||||||
{CriterionType.IVUS,typeof(IVUSCalculateService) },
|
{CriterionType.IVUS,typeof(IVUSCalculateService) },
|
||||||
{CriterionType.OCT,typeof(OCTCalculateService) },
|
{CriterionType.OCT,typeof(OCTCalculateService) },
|
||||||
{CriterionType.MRIPDFF,typeof(MRIPDFFCalculateService) },
|
{CriterionType.MRIPDFF,typeof(MRIPDFFCalculateService) },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue