translation improvement
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -38,7 +38,7 @@ public:
|
||||
}
|
||||
enum ServerType
|
||||
{
|
||||
WORKLIST, PACS, DAQ, RECON
|
||||
WORKLIST, PACS, LOCAL, RECON
|
||||
};
|
||||
|
||||
//for login
|
||||
|
||||
Reference in New Issue
Block a user