Merge branch 'Test.IRC' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Test.IRC
commit
ee8014385a
|
@ -2046,6 +2046,12 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public async Task<string> GetFDGPETOverallAssessment(ReadingCalculateDto inDto)
|
public async Task<string> GetFDGPETOverallAssessment(ReadingCalculateDto inDto)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if (inDto.IsBaseLine)
|
||||||
|
{
|
||||||
|
return FDGPETOverallAssessment.NA.GetEnumInt();
|
||||||
|
}
|
||||||
|
|
||||||
FDGPETOverallAssessment result = FDGPETOverallAssessment.NA;
|
FDGPETOverallAssessment result = FDGPETOverallAssessment.NA;
|
||||||
|
|
||||||
// PET5PS
|
// PET5PS
|
||||||
|
|
Loading…
Reference in New Issue