/*******************************************************************************
 * Copyright (c) 2006 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
 
Sondra Renly
IBM Research
1101 Kitchawan Road, Yorktown Heights, NY 10598
email: srrenly@us.ibm.com
updated: 09-15-2008

This project contains the MLLP (minimum lower level protocol) code to support the IHE ITI
Technical Framework actors for PIX/PDQ clients currently implemented:
  Patient Identity Source
    Transaction ITI-8 Patient Identity Feed
  Patient Identifier Cross-reference Consumer
    Transaction ITI-9 PIX Query
  Patient Demographics Consumer
    Transaction ITI-21 Patient Demographics Query

Notes on the project structure:
* Source code is in src/.
* Source code tests are in src_tests/.
* The resources folder is constructed to contain the following:
    conf: any configuration or resource files
    doc: the README file and any other available documentation
    javadoc: the project's javadocs
    log: the output file for logging events
    security: files for the IBM Dallas server secure MLLP connection configuration

Notes on the project:
* See the individual client projects for more information
    org.openhealthtools.ihe.pix.source
    org.openhealthtools.ihe.pix.consumer
    org.openhealthtools.ihe.pdq.consumer