feat: The gender information which in worklist and local patient table can translate.
This commit is contained in:
14
src/utilities/GenderHelper.h
Normal file
14
src/utilities/GenderHelper.h
Normal 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
|
||||
Reference in New Issue
Block a user