Project

General

Profile

Feature #584

closed

statistics page

Added by Miroslav Blaško about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Urgent
Start date:
05.04.2018
Due date:
% Done:

100%

Estimated time:

Description

Administrator should be able to see new page "Statistics" accessible from dashboard.

==========================

Content of the page:
Number of investigators   80   
Number of processed patients   108 

==========================

Relevant queries:
SELECT (count(?p) as ?patientRecordsCount)
WHERE {
?p a <http://vfn.cz/ontologies/study-manager/patient-record> .
}

SELECT (count(?p) as ?investigatorCount)
WHERE {
?p a <http://vfn.cz/ontologies/study-manager/doctor> .
}

Actions #1

Updated by Miroslav Blaško about 6 years ago

  • Assignee set to Tomáš Klíma
Actions #2

Updated by Tomáš Klíma about 6 years ago

  • % Done changed from 0 to 100
  • Status changed from New to Resolved
Actions #3

Updated by Miroslav Blaško about 6 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF