no message
This commit is contained in:
parent
cf2dcb013e
commit
b1aeec71e7
1 changed files with 11 additions and 11 deletions
|
|
@ -1527,21 +1527,21 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
||||||
PositionName = item.PositionExam != null && item.PositionExam?.PositionName != null ? item.PositionExam?.PositionName.ToString() : "-",
|
PositionName = item.PositionExam != null && item.PositionExam?.PositionName != null ? item.PositionExam?.PositionName.ToString() : "-",
|
||||||
PositionLevelName = item.PositionExam != null && item.PositionExam?.PositionLevelName != null ? item.PositionExam?.PositionLevelName.ToString() : "-",
|
PositionLevelName = item.PositionExam != null && item.PositionExam?.PositionLevelName != null ? item.PositionExam?.PositionLevelName.ToString() : "-",
|
||||||
|
|
||||||
PointPath1A = item.PointPath1A != null ? item.PointPath1A.ToString() : "-",
|
PointPath1A = item.PointPath1A != null ? item.PointPath1A.ToString() : "0",
|
||||||
PointPath2A = item.PointPath2A != null ? item.PointPath2A.ToString() : "-",
|
PointPath2A = item.PointPath2A != null ? item.PointPath2A.ToString() : "0",
|
||||||
PointPath3A = item.PointPath3A != null ? item.PointPath3A.ToString() : "-",
|
PointPath3A = item.PointPath3A != null ? item.PointPath3A.ToString() : "0",
|
||||||
PointA = item.PointA != null ? item.PointA.ToString() : "-",
|
PointA = item.PointA != null ? item.PointA.ToString() : "0",
|
||||||
PointPerA = item.PointPerA != null ? item.PointPerA.ToString() : "-",
|
PointPerA = item.PointPerA != null ? item.PointPerA.ToString() : "0",
|
||||||
ResultA = item.ResultA != null ? item.ResultA.ToString() : "-",
|
ResultA = item.ResultA != null ? item.ResultA.ToString() : "-",
|
||||||
|
|
||||||
PointB = item.PointB != null ? item.PointB.ToString() : "-",
|
PointB = item.PointB != null ? item.PointB.ToString() : "0",
|
||||||
PointPerB = item.PointPerB != null ? item.PointPerB.ToString() : "-",
|
PointPerB = item.PointPerB != null ? item.PointPerB.ToString() : "0",
|
||||||
ResultB = item.ResultB != null ? item.ResultB.ToString() : "-",
|
ResultB = item.ResultB != null ? item.ResultB.ToString() : "-",
|
||||||
|
|
||||||
PointPath1C = item.PointPath1C != null ? item.PointPath1C.ToString() : "-",
|
PointPath1C = item.PointPath1C != null ? item.PointPath1C.ToString() : "0",
|
||||||
PointPath2C = item.PointPath2C != null ? item.PointPath2C.ToString() : "-",
|
PointPath2C = item.PointPath2C != null ? item.PointPath2C.ToString() : "0",
|
||||||
PointC = item.PointC != null ? item.PointC.ToString() : "-",
|
PointC = item.PointC != null ? item.PointC.ToString() : "0",
|
||||||
PointPerC = item.PointPerC != null ? item.PointPerC.ToString() : "-",
|
PointPerC = item.PointPerC != null ? item.PointPerC.ToString() : "0",
|
||||||
ResultC = item.ResultC != null ? item.ResultC.ToString() : "-",
|
ResultC = item.ResultC != null ? item.ResultC.ToString() : "-",
|
||||||
|
|
||||||
Pass = item.Pass != null ? item.Pass.ToString() : "-",
|
Pass = item.Pass != null ? item.Pass.ToString() : "-",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue