GDCM 3.0.24
Public Member Functions | List of all members
gdcm::QueryPatient Class Reference

QueryPatient. More...

#include <gdcmQueryPatient.h>

Inheritance diagram for gdcm::QueryPatient:
[legend]
Collaboration diagram for gdcm::QueryPatient:
[legend]

Public Member Functions

std::vector< TagGetHierachicalSearchTags (const ERootType &inRootType) const override
 Return all Unique Key for a particular Query Root type (from the same level and above).
 
const char * GetName () const override
 
std::vector< TagGetOptionalTags (const ERootType &inRootType) const override
 
DataElement GetQueryLevel () const override
 
std::vector< TagGetRequiredTags (const ERootType &inRootType) const override
 
std::vector< TagGetUniqueTags (const ERootType &inRootType) const override
 
- Public Member Functions inherited from gdcm::QueryBase
virtual ~QueryBase ()=default
 
std::vector< TagGetAllRequiredTags (const ERootType &inRootType) const
 
std::vector< TagGetAllTags (const ERootType &inRootType) const
 

Detailed Description

QueryPatient.

contains: class to construct a patient-based query for c-find and c-move

Member Function Documentation

◆ GetHierachicalSearchTags()

std::vector< Tag > gdcm::QueryPatient::GetHierachicalSearchTags ( const ERootType inRootType) const
overridevirtual

Return all Unique Key for a particular Query Root type (from the same level and above).

Implements gdcm::QueryBase.

◆ GetName()

const char * gdcm::QueryPatient::GetName ( ) const
overridevirtual

Implements gdcm::QueryBase.

◆ GetOptionalTags()

std::vector< Tag > gdcm::QueryPatient::GetOptionalTags ( const ERootType inRootType) const
overridevirtual

Implements gdcm::QueryBase.

◆ GetQueryLevel()

DataElement gdcm::QueryPatient::GetQueryLevel ( ) const
overridevirtual

Implements gdcm::QueryBase.

◆ GetRequiredTags()

std::vector< Tag > gdcm::QueryPatient::GetRequiredTags ( const ERootType inRootType) const
overridevirtual

Implements gdcm::QueryBase.

◆ GetUniqueTags()

std::vector< Tag > gdcm::QueryPatient::GetUniqueTags ( const ERootType inRootType) const
overridevirtual

Implements gdcm::QueryBase.


The documentation for this class was generated from the following file: