source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/PatientCorrelationEJB/src/java/gov/hhs/fha/nhinc/patientcorrelationservice/parsers/helpers/Constants.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: 419 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.patientcorrelationservice.parsers.helpers;
6
7/**
8 *
9 * @author rayj
10 */
11public class Constants {
12
13 public static final String NullFlavor_NotAvailable = "NA";
14 public static final String determinerCodeValue = "INSTANCE";
15 public static final String HL7_OID = "2.16.840.1.113883.1.6";
16}
Note: See TracBrowser for help on using the repository browser.