Modify PatientDetailform
This commit is contained in:
@@ -40,6 +40,15 @@ public:
|
||||
: QObject()
|
||||
{
|
||||
}
|
||||
void operator=(const PatientInformation& other){
|
||||
this->PatientUID = other.PatientUID;
|
||||
this->ID = other.ID;
|
||||
this->Name = other.Name;
|
||||
this->BirthDate = other.BirthDate;
|
||||
this->Sex = other.Sex;
|
||||
this->Comment = other.Comment;
|
||||
this->AccessionNumber = other.AccessionNumber;
|
||||
}
|
||||
QString ScheduledStartDate;
|
||||
PatientInformation* Copy()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user