Пример #1
0
 /// <summary>
 /// Write the given XML string to the results file without further interpretation.
 /// </summary>
 /// <param name="xmlString">XML string to be written to file.</param>
 public void WriteXmlStringToResults(System.String xmlString)
 {
     if (hl7Logger != null)
     {
         hl7Logger.LogXmlString(xmlString);
     }
 }