translation improvement

This commit is contained in:
xueyan hu
2021-12-28 18:23:02 +08:00
parent f43fd26411
commit 656f46c17e
32 changed files with 1620 additions and 914 deletions

View File

@@ -281,8 +281,8 @@ host JsonObject::getServer(ServerType type)
case JsonObject::PACS:
typeName = "pacs";
break;
case JsonObject::DAQ:
typeName = "daq";
case JsonObject::LOCAL:
typeName = "address";
break;
case JsonObject::RECON:
typeName = "recon";
@@ -310,8 +310,8 @@ void JsonObject::setServer(ServerType type, const host& list)
case JsonObject::PACS:
typeName = "pacs";
break;
case JsonObject::DAQ:
typeName = "daq";
case JsonObject::LOCAL:
typeName = "address";
break;
case JsonObject::RECON:
typeName = "recon";

View File

@@ -38,7 +38,7 @@ public:
}
enum ServerType
{
WORKLIST, PACS, DAQ, RECON
WORKLIST, PACS, LOCAL, RECON
};
//for login