source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/NhincDataTransformsLib/src/gov/hhs/fha/nhinc/transform/document/DocumentTransformConstants.java@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 259 bytes
RevLine 
[507]1package gov.hhs.fha.nhinc.transform.document;
2
3/**
4 * Constants used for document transformations
5 *
6 * @author Neil Webb
7 */
8public class DocumentTransformConstants
9{
10 public static final String EBXML_DOCENTRY_PATIENT_ID = "$XDSDocumentEntryPatientId";
11}
Note: See TracBrowser for help on using the repository browser.