稽查修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7c7ce6632a
commit
83e64fd4aa
|
@ -2219,6 +2219,12 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
var entity = item.Entity as ReadingClinicalDataPDF;
|
||||
|
||||
string extraIndentification=string.Empty;
|
||||
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager)
|
||||
{
|
||||
extraIndentification= "/PM";
|
||||
}
|
||||
|
||||
var clinicalData = await _dbContext.ReadingClinicalData.Where(t => t.Id == entity.ReadingClinicalDataId).FirstOrDefaultAsync();
|
||||
if (clinicalData != null)
|
||||
{
|
||||
|
@ -2249,6 +2255,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
{
|
||||
TrialId = clinicalData.TrialId,
|
||||
SubjectId = clinicalData.SubjectId,
|
||||
ExtraIndentification = extraIndentification,
|
||||
SubjectVisitId = subjectVisitId,
|
||||
}, new
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue