gplx/scripts/templates/DocumentIndex.wiki

119 lines
2.1 KiB
Plaintext

This page lists all regulatory documents in this wiki. Use [[GxPlex_Search|GxPlex Search]] for filter-based browsing, or [[Special:Ask|Special:Ask]] for custom queries.
== All documents ==
{{#ask: [[Document:+]]
| ?DocName = Document name
| ?DocScopes = Scope
| ?DocValidityArea = Region
| ?DocStatus = Status
| ?DocType = Type
| format=table
| headers=show
| limit=500
| sort=DocName
| order=asc
}}
== By status ==
=== Current ===
{{#ask: [[Document:+]] [[DocStatus::Current]]
| ?DocName = Document name
| ?DocScopes = Scope
| ?DocValidityArea = Region
| ?DocType = Type
| format=table
| headers=show
| limit=200
| sort=DocName
| order=asc
}}
=== Draft ===
{{#ask: [[Document:+]] [[DocStatus::Draft]]
| ?DocName = Document name
| ?DocScopes = Scope
| ?DocValidityArea = Region
| format=table
| headers=show
| limit=100
| sort=DocName
}}
=== Superseded ===
{{#ask: [[Document:+]] [[DocStatus::Superseded]]
| ?DocName = Document name
| ?DocScopes = Scope
| ?DocValidityArea = Region
| format=table
| headers=show
| limit=100
| sort=DocName
}}
== By scope ==
=== Human Medicines (HM) ===
{{#ask: [[Document:+]] [[DocScopes::~*HM*]]
| ?DocName = Document name
| ?DocStatus = Status
| ?DocValidityArea = Region
| format=table
| headers=show
| limit=100
| sort=DocName
}}
=== Medical Devices (MD) ===
{{#ask: [[Document:+]] [[DocScopes::~*MD*]]
| ?DocName = Document name
| ?DocStatus = Status
| ?DocValidityArea = Region
| format=table
| headers=show
| limit=100
| sort=DocName
}}
=== In Vitro Diagnostics (IVD) ===
{{#ask: [[Document:+]] [[DocScopes::~*IVD*]]
| ?DocName = Document name
| ?DocStatus = Status
| ?DocValidityArea = Region
| format=table
| headers=show
| limit=100
| sort=DocName
}}
=== GMP / PV / NIS ===
{{#ask: [[Document:+]] [[DocScopes::~*GMP*]] OR [[Document:+]] [[DocScopes::~*PV*]] OR [[Document:+]] [[DocScopes::~*NIS*]]
| ?DocName = Document name
| ?DocScopes = Scope
| ?DocStatus = Status
| format=table
| headers=show
| limit=100
| sort=DocName
}}
== References ==
{{#ask: [[Reference:+]]
| ?HasDocument = Document
| ?RefScope = Scope
| ?RefLanguage = Language
| format=table
| headers=show
| limit=200
| sort=HasDocument
}}