计算修改

This commit is contained in:
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.
@@ -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();
+9 -1
View File
@@ -1,4 +1,12 @@
if(PET) if( && PET-CT无法融合)
{
"NE";
}
else if( && && SUVmax没变)
{
"原值"
}
else if(PET)
{ {
"NE"; "NE";
} }
@@ -1,4 +1,8 @@
if(访PET图像) if(PET5ps未改变)
{
"原值";
}
else if(访PET图像)
{ {
"NE"; "NE";
} }