GDCM
2.2.3
|
QueryPatient contains: class to construct a patient-based query for c-find and c-move. More...
#include <gdcmQueryPatient.h>
Public Member Functions | |
std::vector< Tag > | GetHierachicalSearchTags (const ERootType &inRootType) const |
Return all Unique Key for a particular Query Root type (from the same level and above). | |
const char * | GetName () const |
std::vector< Tag > | GetOptionalTags (const ERootType &inRootType) const |
DataElement | GetQueryLevel () const |
std::vector< Tag > | GetRequiredTags (const ERootType &inRootType) const |
std::vector< Tag > | GetUniqueTags (const ERootType &inRootType) const |
QueryPatient contains: class to construct a patient-based query for c-find and c-move.
std::vector<Tag> gdcm::QueryPatient::GetHierachicalSearchTags | ( | const ERootType & | inRootType | ) | const [virtual] |
Return all Unique Key for a particular Query Root type (from the same level and above).
Implements gdcm::QueryBase.
const char* gdcm::QueryPatient::GetName | ( | ) | const [virtual] |
Implements gdcm::QueryBase.
std::vector<Tag> gdcm::QueryPatient::GetOptionalTags | ( | const ERootType & | inRootType | ) | const [virtual] |
Implements gdcm::QueryBase.
DataElement gdcm::QueryPatient::GetQueryLevel | ( | ) | const [virtual] |
Implements gdcm::QueryBase.
std::vector<Tag> gdcm::QueryPatient::GetRequiredTags | ( | const ERootType & | inRootType | ) | const [virtual] |
Implements gdcm::QueryBase.
std::vector<Tag> gdcm::QueryPatient::GetUniqueTags | ( | const ERootType & | inRootType | ) | const [virtual] |
Implements gdcm::QueryBase.