Difference between revisions of "Release channel stable"
(→ART Advanced Requirements Tooling: 1.0.36) |
(→XIS Test information system: 1.2.0) |
||
Line 166: | Line 166: | ||
<div style="font-style:italic;"> | <div style="font-style:italic;"> | ||
2014-xx-xx version 1.2.0 | 2014-xx-xx version 1.2.0 | ||
− | * | + | * Added option to bulk download messages, ticket #202 |
</div> | </div> | ||
Revision as of 08:45, 23 October 2014
Go to all Release_channels
Contents
- 1 stable
- 1.1 ART Advanced Requirements Tooling
- 1.2 DECOR core files
- 1.3 DECOR example files
- 1.4 DECOR services
- 1.5 ART-DECOR System Services
- 1.6 Terminology Applications
- 1.7 XIS Test information system
- 1.8 OID Registry tools
- 1.9 ADA - ART DECOR Applications
- 1.10 ART-DECOR Template Editor
- 1.11 HL7: CDA Release 2 XML materials
- 1.12 HL7: demo5 - vital signs XML materials
- 1.13 Terminology: ATC Data
- 1.14 Terminology: HL7 Data
- 1.15 Terminology: ICD-10 DE Data
- 1.16 Terminology: ICD-10 NL Data
- 1.17 Terminology: ICD-10 US Data
- 1.18 Terminology: ICF NL Data
- 1.19 Terminology: ISO 9999 Data
- 1.20 Terminology: LOINC data
- 1.21 Terminology: RadLex Data
- 1.22 Terminology: SNOMED CT Data
stable
Dashboard: http://decor.nictiz.nl/apps/public-repo
View: http://decor.nictiz.nl/apps/public-repo/retrieve.html
Description: contains the latest stable versions of everything. Stability is guaranteed. See Release_channel_dev for information on the development releases.
ART Advanced Requirements Tooling
The ART web application is the main web application of ART-DECOR. It contains required logic for CRUD operations on DECOR files and various other related parts
2014-xx-xx version 1.2.0
- Moved user-settings from home to a separate page. Click on your name after login to get there
- Improved display of concept usage when usage occurs in a dataset. Now includes the path to occurrences
- Dataset editor now includes support for de-referencing conceptLists while preserving terminology associations (referencing a conceptList was never supported through ART but is possible in the DECOR format)
- Dataset editor now implements the full status machine. Upon applying a new status you may apply that recursively to all child concepts with the same status.
- Scenario editor now implements the full status machine. Upon applying a new status you may apply that recursively to all child concepts with the same status.
- Scenario viewer/editor now allows filtering on dataset
- Transaction representing templates now have concept usage the concept details
- All template lists are now harmonized and display based on classification first and with proper status icons. Note that this may mean that a template occurs multiple times in the list if multiple classifications exist
- You may now refresh the list of value sets from terminology to create a new binding rather than refreshing the page
- Template editor no longer allows saving when you define an attribute twice
- Issues with status feedback are now by default in the initial list
- Extended language support / customization for administrators
- Edits made in ART (language-support) are preserved between package updates. You can see which ones you have edited locally and revert to the default version
- You may now add new languages
- Language support adds support for menu items
- ART server-settings now includes switch for custom menu file and adding your own logo
- Updated ART_maintenance_manual with explanation for these features
- Preparations for migration to latest Orbeon version. Type casting on null for xs:dateTime is now prevented
2014-10-20 version 1.0.36
- patched ART variables (/modules/art-decor-settings.xqm) used from XIS:
- Added string variable to CDA stylesheet
2014-10-16 version 1.0.35
- patched ART variables (/modules/art-decor-settings.xqm) used from XIS:
- Updated setting $get:strXisData to concat($get:root,'/xis-data') to align with all other *Data variables
- Added former string under $get:strXisData as $get:strXisHelperConfig concat($get:strXisData,'/data')
2014-10-14 version 1.0.34
- Template editor: now supports adding elements/attributes "before" the selected item
2014-09-24 version 1.0.33
- Fixed dataset edit bug that could cause inadvertent deletion of concepts upon Cancel of editing
2014-09-23 version 1.0.32
- Fixed a bug in adding data element objects to an issue which caused ignore of selected dataset
2014-09-22 version 1.0.31
- Terminology adds refresh of value set list to get new value sets without refreshing the full page
2014-09-17 version 1.0.30
- Added missing function local:getOriginalConcept
2014-09-15 version 1.0.29
- Fixed a number of concept search problems in the search api. Total count was off, prefix not totally respected
- Added path of a concept in the dataset to the output of the search api function
- Added generated path of the concept to the search drop down of mycommunity/dataset/terminology forms
- Added generated path of the concept to the similar concepts on the datasets form
- Added generated path of the concept to the concepts on the issues form when adding a concept as object
2014-09-15 version 1.0.28
- Made display of concepts usage more useful when usage is in datasets by adding the path to the view in place of the dataset effective date.
2014-09-08 version 1.0.27
- Fixed language drop down for projects with one or more languages not in the ART package
- Interface tweaks in project creation (decor-admin)
2014-09-05 version 1.0.26
- Fixed bug when switching an existing concept from any other type to code or ordinal would not give you a concept list to expand
2014-09-05 version 1.0.25
- Fixed logo lookup. The logo may be retrieved dynamically upon page load (e.g. ClaML). The xsls however assumed that the logo would be hard coded in the form.
- Added styles for issue status
2014-08-28 version 1.0.24
- Bugfix in handling of issues labels when selected on issues form. Now any match is returned not just exact match
2014-08-27 version 1.0.23
- Upon saving an edited valueSet, don't save @projectPrefix
2014-08-27 version 1.0.22
- Adds status 'feedback' to the default list of selected statuses on issues form
DECOR core files
DECOR-core contains definitions for the DECOR format in XSD, transformations that produce HTML/Schematron/Wiki etc.
2014-09-22 version 1.0.5
- Fixes a bug that prevented templateAssociations to be displayed in HTML publications
DECOR example files
DECOR example files
2014-10-10 version 1.0.6
- Fixed a problem in publishing demo5 (missing restURIs)
- Added missing name in en-US for the dataset in demo5
- Added missing terminology association in demo1
- Fixed English displayName on concept in demo1
DECOR services
REST services for DECOR
2014-xx-xx version 1.2.0
- RetrieveDataSet / RetrieveTransaction updates
- includes both concept terminology and concept value terminology, improved display of value set bindings
- allows moving columns in any particular order
- allows client side searching where non matching contents are hidden
Version 1.0.2
Read more information, or download DECOR-services-1.0.2.xar.
ART-DECOR System Services
ART-DECOR System Services provides resources related to ART-DECOR system services like ADANS (automatic notifier system) and ADRAM (release and release manager)
2014-xx-xx version 1.2.0
- ADANS improved notification text
- ADANS notifications now includes labels when applicable
- ADANS no longer sends notifications to the last editor of the issue as he already knows
- ADANS
- (for admins) ADANS now calls all strings from the ART package
- (for admins) ADANS improved debugging/testing options
Version 1.0.3
Read more information, or download ART-DECOR-system-services-1.0.3.xar.
Terminology Applications
Terminology explorers
2014-09-29 version 1.0.8
- Fixed bug creating 'undotted' ICD10 code.
- Added daily system job for activating and retiring of objects.
- Fixed bug preventing selection of DBC for AGB if retired DBC for this AGB is already present.
- Changed query and controller to work with Snomed extension.
2014-09-23 version 1.0.7
- DHD:
- removed check on expirationDate
- Removed ICD10 sorting by @no.
- Changes for datamodel 3.0
- SNOMED CT: Fixed display of double preferred terms and missing preferred terms.
2014-09-17 version 1.0.6
- Various SNOMED CT and DHD Thesaurus Editor fixes
2014-09-10 version 1.0.5
- Fixed bug with id search for NL extension concepts without preferred term. (SNOMED CT)
2014-08-27 version 1.0.4
- Upon install only write index files and reindex when they are different
- Improved collection creation when path does not exist yet (we were missing /db/system/config/db/apps/terminology-data)
XIS Test information system
Client and server test information system
2014-xx-xx version 1.2.0
- Added option to bulk download messages, ticket #202
2014-10-16 version 1.0.15
- Circumvention of a bug in the path generator function that causes validation/rendering problems for messages in a file with similar siblings of the message
2014-10-16 version 1.0.14
- Updated validation logic to support multiple messages per file each with their own validation status.
- Improved error trapping for more screen guidance after message validation
- HTML version of messages (Dutch only), now has Base64 support when encountered
- Messages and tests no longer show messages inline, but feature a button for a separate window. This significantly boosts performance and prevents interference with data tables on the same forms.
- (for admins) The Test-accounts setting "Show XML" is no longer useful and is ignored. It will be removed at some point
- Bug fixed that caused empty testseries.xml in test accounts after pressing save in Test Accounts
- Improved reliability of HTML display of messages
- Various smaller fixes
2014-10-16 version 1.0.13
- Updated list of supported queries
- Added interactions and patient 999911624
- Updated resources vocab
2014-10-02 version 1.0.12
- Fix for display of Contact with multiple components and differing sequenceNumbers
2014-10-01 version 1.0.11
- When rendering a message in HTML, start rendering from first interaction or ClinicalDocument
2014-09-18 version 1.0.10
- Fixed initialization for the messages tab dropdown menus
2014-09-10 version 1.0.9
- Updated list of supported queries
2014-09-05 version 1.0.8
- Fixed rare situation where file-list retrieval would fail because of a missing messages collection under a test account
OID Registry tools
OID Registry tools. OID Registries are a basic building block for other parts of ART-DECOR.
Version 1.0.3
Read more information, or download oid-registries-1.1.3.xar.
ADA - ART DECOR Applications
ADA is a toolkit for building applications from DECOR specifications. It is useful for rapid prototyping, test-driving functional specifications and as a starting point for serious development.
2014-09-29 version 0.8.2
- Better hints on errors.
- Better configuration for locations of exist etc.
- Check that empty strings are really empty.
- More modular location configuration in conf.xml.
- A separate ADA login (for non-ART systems).
- Cleaning of @hidden elements. Fixed bug, now code/codeSystem are saved.
- Proper handling of insert/delete of x..* concepts, regardless of nesting depth. Also x..* concept items are now properly supported.
- Fixed bug in post-install
ART-DECOR Template Editor
DECOR Temple Editor is the advanced version of the default version contained in ART. It allows direct manipulation of the underlying definition in XML. It supports content completion, and validation of the definition before saving. While Temple is in its alpha stage, the button to call Temple from the template form is only available when the user has debug rights.
Version 0.9.1
Read more information, or download ART-temple-0.9.1.xar.
HL7: CDA Release 2 XML materials
CDA Release 2 files. XML Schema, XSL, instances
2014-xx-xx version 1.2.0
- cda.xsl updated for timezones (now as-is, not as name as that would be wrong often due to daylight savings)
Version 1.0.0
Read more information, or download hl7_CDAr2-1.1.0.xar.
HL7: demo5 - vital signs XML materials
demo5 XML-materials
Version 0.1.0
Read more information, or download hl7_demo5-0.1.0.xar.
Terminology: ATC Data
ATC Data
Version 0.6.2
Read more information, or download terminology-atc-data-0.6.2.xar.
Terminology: HL7 Data
HL7 Data - generated from RIM 2.40.7 / CoreMIF DEFN=UV=VO=1175-20120802 (HL7 Normative Edition 2013) with only active code systems.
Version 1175-20120802
Read more information, or download terminology-hl7-data-1175-20120802.xar.
Terminology: ICD-10 DE Data
ICD-10 DE Data package
Version 1.1.1
Read more information, or download terminology-icd10-de-data-1.1.1.xar.
Terminology: ICD-10 NL Data
ICD-10 NL Data package
Version 1.1.1
Read more information, or download terminology-icd10-nl-data-1.1.1.xar.
Terminology: ICD-10 US Data
ICD-10 US Data package
Version 1.1.1
Read more information, or download terminology-icd10-us-data-1.1.1.xar.
Terminology: ICF NL Data
ICF NL data package
Version 0.6.4
Read more information, or download terminology-icf-nl-data-0.6.4.xar.
Terminology: ISO 9999 Data
ISO 9999 Data
Version 0.2
Read more information, or download terminology-iso9999-data-0.2.xar.
Terminology: LOINC data
LOINC data package
2014-10-14 version 2.48.1
- LOINC 2.48
Terminology: RadLex Data
RadLex
Version 3.9.3
Read more information, or download terminology-RadLex-data-3.9.3.xar.
Terminology: SNOMED CT Data
Snomed CT Data
Version 14.1
Read more information, or download terminology-snomed-data-14.1.xar.