Home
last modified time | relevance | path

Searched refs:httpResults (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/XNAT/Core/
H A DctkXnatExperiment.cpp171 scans = session->httpResults(scansQueryId, in fetchImpl()
191 reconstructions = session->httpResults(reconstructionsQueryId, in fetchImpl()
212 assessors = session->httpResults(assessorsQueryId, in fetchImpl()
H A DctkXnatResource.cpp148 QList<ctkXnatObject*> files = session->httpResults(queryId, in fetchImpl()
189 session()->httpResults(queryId, ctkXnatDefaultSchemaTypes::XSI_RESOURCE); in saveImpl()
H A DctkXnatSubject.cpp259 return session->httpResults(queryId, ctkXnatDefaultSchemaTypes::XSI_EXPERIMENT); in fetchImageSessionData()
278 return session->httpResults(queryId, ctkXnatDefaultSchemaTypes::XSI_EXPERIMENT); in fetchSubjectVariablesData()
H A DctkXnatReconstructionFolder.cpp95 QList<ctkXnatObject*> reconstructions = session->httpResults(queryId, in fetchImpl()
H A DctkXnatAssessorFolder.cpp93 QList<ctkXnatObject*> assessors = session->httpResults(queryId, in fetchImpl()
H A DctkXnatReconstruction.cpp81 QList<ctkXnatObject*> reconstructionResources = session->httpResults(queryId, in fetchImpl()
H A DctkXnatDataModel.cpp99 QList<ctkXnatObject*> projects = d->session->httpResults(queryId, in fetchImpl()
H A DctkXnatResourceFolder.cpp90 QList<ctkXnatObject*> resources = session->httpResults(queryId, in fetchImpl()
H A DctkXnatScanFolder.cpp93 QList<ctkXnatObject*> scans = session->httpResults(queryId, in fetchImpl()
H A DctkXnatScan.cpp119 QList<ctkXnatObject*> resources = session->httpResults(queryId, in fetchImpl()
H A DctkXnatProject.cpp167 QList<ctkXnatObject*> subjects = session->httpResults(queryId, in fetchImpl()
H A DctkXnatSession.h201 QList<ctkXnatObject*> httpResults(const QUuid& uuid, const QString& schemaType);
H A DctkXnatSession.cpp542 QList<ctkXnatObject*> ctkXnatSession::httpResults(const QUuid& uuid, const QString& schemaType) in httpResults() function in ctkXnatSession