/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gov.hhs.fha.nhinc.common.patientcorrelationfacade.dte.helpers; import org.hl7.v3.ST; /** * * @author rayj */ public class SemanticsTextHelper { public static ST CreateSemanticsText(String text) { ST sementicsText = new ST(); return sementicsText; } }