代码映射修改
parent
dee2cae126
commit
01f339cb41
|
|
@ -196,7 +196,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public class EditPatientInfoCommand
|
||||
{
|
||||
public Guid StudyId { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
/// <summary>
|
||||
/// 性别
|
||||
/// </summary>
|
||||
|
|
@ -236,7 +236,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
public class PatientInfoDto
|
||||
{
|
||||
|
||||
public Guid StudyId { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 性别
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
|||
[HttpPost]
|
||||
public async Task<IResponseOutput> EditPatientInfo(EditPatientInfoCommand command)
|
||||
{
|
||||
await _dicomStudyRepository.UpdatePartialFromQueryAsync(command.StudyId, x => new DicomStudy
|
||||
await _dicomStudyRepository.UpdatePartialFromQueryAsync(command.Id, x => new DicomStudy
|
||||
{
|
||||
PatientSex = command.PatientSex,
|
||||
PatientWeight = command.PatientWeight,
|
||||
|
|
|
|||
Loading…
Reference in New Issue