source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/PatientCorrelationEJB/src/java/gov/hhs/fha/nhinc/patientcorrelationservice/parsers/helpers/InteractionIdHelper.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: 392 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
7import org.hl7.v3.II;
8
9/**
10 *
11 * @author rayj
12 */
13public class InteractionIdHelper {
14
15
16 public static II createInteractionId(String extension) {
17 return IIHelper.IIFactory( Constants.HL7_OID, extension);
18 }
19}
Note: See TracBrowser for help on using the repository browser.