Project Study List
List project studies.
Fields
id
(integer
)
Primary key.
name
(object
)
Names of project study, defined by language.
None
Filters
To filter for exact value matches:
?<fieldname>=<value>
Possible exact filters:
active
GET /v1/research/project:study/?format=api&ordering=-active
{
"count": 20,
"next": null,
"previous": null,
"results": [
{
"id": 22,
"name": {
"de": "Psychologische Studie",
"en": "Psychological Study"
},
"active": true
},
{
"id": 23,
"name": {
"de": "Pflegewissenschaftliche Studie",
"en": "Nursing Science Study"
},
"active": true
},
{
"id": 2,
"name": {
"de": "Medizinprodukt inkl. in-vitro Diagnostika (MPG)",
"en": "Medical Devices incl. In-vitro Diagnostics"
},
"active": true
},
{
"id": 3,
"name": {
"de": "Neue medizinische Methode",
"en": "New medical Method"
},
"active": true
},
{
"id": 4,
"name": {
"de": "Nicht-therapeutische biomedizinische Forschung",
"en": "Non-therapeutic biomedical research"
},
"active": true
},
{
"id": 5,
"name": {
"de": "Genetische Untersuchung",
"en": "Genetic testing"
},
"active": true
},
{
"id": 6,
"name": {
"de": "Sonstiges",
"en": "other "
},
"active": true
},
{
"id": 1,
"name": {
"de": "Arzneimittel (AMG) inkl. ATMP (Arzneimittel für neuartige Therapien)",
"en": "Medical Products incl. Medical Products for advanced Therapies\r\n"
},
"active": true
},
{
"id": 9,
"name": {
"de": "Arzneimittel in Kombination eines Medizinproduktes",
"en": "Medicinal Product in combination with a medical Device"
},
"active": true
},
{
"id": 10,
"name": {
"de": "Nicht interventionelle Studie mit einem Arzneimittel",
"en": "Non-interventional study with a medicinal Product"
},
"active": true
},
{
"id": 11,
"name": {
"de": "Nicht interventionelle Studie mit einem Medizinprodukt",
"en": "Non-interventional study with a medicinal Product"
},
"active": true
},
{
"id": 12,
"name": {
"de": "sonstige Studie",
"en": "Other study"
},
"active": true
},
{
"id": 18,
"name": {
"de": "Register",
"en": "Registry"
},
"active": true
},
{
"id": 19,
"name": {
"de": "Biobank",
"en": "Biobank"
},
"active": true
},
{
"id": 20,
"name": {
"de": "retrospektive Datenauswertung",
"en": "Retrospective Data Analysis"
},
"active": true
},
{
"id": 21,
"name": {
"de": "Fragebogenuntersuchung",
"en": "Questionnaire Study"
},
"active": true
},
{
"id": 17,
"name": {
"de": "Genetische Untersuchung\r\n",
"en": "Genetic Investigation"
},
"active": false
},
{
"id": 8,
"name": {
"de": "NIS",
"en": "NIS (non-interventional trial)"
},
"active": false
},
{
"id": 16,
"name": {
"de": "Nicht-Therapeutische biomedizinische Forschung",
"en": "Non-therapeutic biomedical Research"
},
"active": false
},
{
"id": 7,
"name": {
"de": "AWB",
"en": "AWB"
},
"active": false
}
]
}