This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Harmonization Editor Manual

From HL7Wiki
Revision as of 17:19, 3 October 2007 by Gwbeeler (talk | contribs)
Jump to navigation Jump to search
GetStarted   DataBase   Browsing   Proposals   CodeSystems   Domains   ValueSets   Tutorial   Installation    

Manual Changes for Release 1.1.0

Changes to the Editor in Release 1.1.0 changed a number of the screens and caused some of the error messages to be retired. In order to allow the manual to be used for both Release 1.0 and 1.1.0, the manual has, in most cases, been edited leaving the old content in, but "striking it out" (like this) and annotating all figures that show older, no longer valid screens.

These changes were made October 21, 2007 when the new Editor was released. The old content will be removed from the manual in a couple of weeks.

Introduction

This is the initial pass at creating a manual for the Vocabulary Harmonization Editor tool that has been developed for HL7. This application permits:

  • Loading the vocabulary content from an HL7 Design Repository
  • Browsing that content
  • Preparing harmonization proposals for vocabulary changes
  • Applying those changes to the source data base
  • Amending XML proposal files with an XML editor, rather than through the application.

The foundation of this application is:

  1. An implementation of the HL7 CTS specification that allows it to read the HL7 vocabulary content from the design repository.
  2. The HL7 Vocabulary Maintenance Language that defines operations on the HL7 vocabulary data as an XML "command file". (Sections of the specification for this language are included in the documentation of this application.)
  3. Code to allow a user to interactively create and update (proposal for change)
  4. Code to apply the change file to the database.
Jump to top of page

Running Application and GUI Overview

The installed application is started from the StartPrograms menu. (If the application has not yet been installed, use the "Installation" tab on this manual. As the application starts up, it presents a "splash window" like:

Application splash window

Note: The first startup in a given day is always slower than subsequent ones, as Java support is loaded in the initial run.

The basic layout of the application's GUI is shown in the following graphic:

Overview of application GUI

The red and yellow overlay indicates the functions of each of the panes, and the application-specific controls. Note that several of the tool-bar and menu selections are generic to the Eclipse "platform" on which the application runs. Application-specific additions to some of these options remain to be developed.

The lay-out of the panes is set in the pattern shown above whenever the application is run. However, individual panes may be re-sized, and/or undocked (allowed) to "float" if that is desired.

The next step in running the application is to load the HL7 vocabulary from a Design Repository. (See Database tab, above.)

Jump to top of page