feat: The gender information which in worklist and local patient table can translate.

This commit is contained in:
sunwen
2024-09-14 13:44:33 +08:00
parent 031f1a2a47
commit ea6a6e99e4
13 changed files with 245 additions and 188 deletions

View File

@@ -0,0 +1,14 @@
#ifndef GENDERHELPER_H
#define GENDERHELPER_H
#include <QString>
class GenderHelper
{
public:
GenderHelper() = delete;
static QString getStringfromDicomGender(const QString& aGender);
};
#endif // GENDERHELPER_H