ART Dataset Viewer

Revision as of 11:03, 4 October 2017 by Ahenket (talk | contribs) (Form parameters)

Viewing dataset

Datasets can be accessed as follows:

  • as a HTML-representation:
    • go to the ART-DECOR main page
    • select a project from the dropdown box DECOR
    • by default the tab Project/General is opened
    • the link to the static HTML-representation can be found under Reference. An example of a HTML-representation: DECOR Demo 3: EKG Report CDA Document
  • interactive representation:
    • go to the ART-DECOR main page
    • select a project from the dropdown box DECOR
    • navigate to the Datasets tab

Navigating dataset

On the dataset page the following keyboard shortcuts can be used to navigate the concepts:

  • CTRL + Y: up
  • CTRL + G: left
  • CTRL + H: right
  • CTRL + B: down

Please note that these keys may already be in use in your browser. If so you have to reassign these keys in your browser configuration.

Form parameters

The dataset form, as most other forms, supports parametrization.

/decor-datasets--[prefix]?id=[dataset id]&effectiveDate=[dataset effective date]&conceptId=[concept id]&conceptEffectiveDate=[concept effective date]&language=[ll-CC]
Parameter Description Since
prefix Project prefix always
id Switches to the project dataset with this id. Format: OID art v1.5
effectiveDate Switches to the project dataset with this effective date. Format: yyyy-mm-ddThh:mm:ss. Works only in combination with param id art v1.5
datasetId Switches to the project dataset with this id. Format: OID always (deprecated in art >= 1.5)
conceptId Switches to the project dataset concept with this id. Format: OID. If you do not specify params id/effectiveDate, then this param only works if the concept happens to be in the default/newest dataset always
conceptEffectiveDate Switches to the project dataset concept with this effective date. Format: yyyy-mm-ddThh:mm:ss. Works only in combination with param conceptId always
language Displays contents in the requested language. When contents are not available in the requested language, there will be nothing to display. Example en-US, or nl-NL. art v1.8.51