FindStudyRootQuery contains: the class which will produce a dataset for C-FIND with study root.
More...
#include <gdcmFindStudyRootQuery.h>
FindStudyRootQuery contains: the class which will produce a dataset for C-FIND with study root.
gdcm::FindStudyRootQuery::FindStudyRootQuery |
( |
| ) |
|
UIDs::TSName gdcm::FindStudyRootQuery::GetAbstractSyntaxUID |
( |
| ) |
const |
|
virtual |
std::vector<Tag> gdcm::FindStudyRootQuery::GetTagListByLevel |
( |
const EQueryLevel & |
inQueryLevel | ) |
|
|
virtual |
this function will return all tags at a given query level, so that they maybe selected for searching. The boolean forFind is true if the query is a find query, or false for a move query.
Implements gdcm::BaseRootQuery.
void gdcm::FindStudyRootQuery::InitializeDataSet |
( |
const EQueryLevel & |
inQueryLevel | ) |
|
|
virtual |
this function sets tag 8,52 to the appropriate value based on query level also fills in the right unique tags, as per the standard's requirements should allow for connection with dcmtk
Implements gdcm::BaseRootQuery.
bool gdcm::FindStudyRootQuery::ValidateQuery |
( |
bool |
inStrict = true | ) |
const |
|
virtual |
have to be able to ensure that (0008,0052) is set that the level is appropriate (ie, not setting PATIENT for a study query that the tags in the query match the right level (either required, unique, optional)
Implements gdcm::BaseRootQuery.
The documentation for this class was generated from the following file: