计算修改

main
he 2024-04-11 10:35:55 +08:00
parent 5b61d35754
commit 747ef1a469
4 changed files with 28 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,20 @@
public async Task<string> GetFDGPETOverallAssessment(ReadingCalculateDto inDto) public async Task<string> GetFDGPETOverallAssessment(ReadingCalculateDto inDto)
{ {
if( && PET-CT)
{
if(线)
{
"NA"
}
else
{
"NE"
}
}
if (inDto.IsBaseLine) if (inDto.IsBaseLine)
{ {
return FDGPETOverallAssessment.NA.GetEnumInt(); return FDGPETOverallAssessment.NA.GetEnumInt();

View File

@ -1,4 +1,12 @@
if(PET) if( && PET-CT)
{
"NE";
}
else if( && && SUVmax)
{
"原值"
}
else if(PET)
{ {
"NE"; "NE";
} }

View File

@ -1,4 +1,8 @@
if(访PET) if(PET5ps)
{
"原值";
}
else if(访PET)
{ {
"NE"; "NE";
} }