Code Search for Developers
 
 
  

requestItem.cs from HL7v3 Test Harness at Krugle


Show requestItem.cs syntax highlighted

using System;
using System.Collections.Generic;
using System.Text;

namespace DemoClientApp
{
    class requestItem
    {
        public String requestXsl;
        public String DataGridXsl;

        public requestItem(String reqXsl, String gridXsl)
        {
            this.DataGridXsl = gridXsl;
            this.requestXsl = reqXsl;
        }
    }
}




See more files for this project here

HL7v3 Test Harness

The HL7 Test Harness system is an HL7 v3 message conformance testing application that also provides the ability to simulate the message processing actions of a client and/or server system. The app provides message workflow, format and content testing.

Project homepage: http://sourceforge.net/projects/hl7-testharness
Programming language(s): C#,XML
License: gpl2

  Properties/
    AssemblyInfo.cs
    Resources.Designer.cs
    Resources.resx
    Settings.Designer.cs
    Settings.settings
    app.manifest
  Resources/
    BHR0117B.jpg
    BHR0120.jpg
    PHARMACY.WMF
    bottle.JPG
    indicator.gif
    med_24.gif
    med_35.gif
    medical_simble.gif
  publish/
    DemoClientApp_1_0_0_3/
      xsl/
        Data.xml.deploy
        allergyGrid.xsl.deploy
        allergyQuery.xsl.deploy
        createAllergy.xsl.deploy
        createDispense.xsl.deploy
        createDispensePickup.xsl.deploy
        createPrescription.xsl.deploy
        dispenseGrid.xsl.deploy
        patientSearch.xsl.deploy
        prescriptionGrid.xsl.deploy
        prescriptionQuery.xsl.deploy
        searchGrid.xsl.deploy
      DemoClientApp.exe.deploy
      DemoClientApp.exe.manifest
      pill.ico.deploy
    DemoClientApp_1_0_0_4/
      xsl/
        Data.xml.deploy
        allergyGrid.xsl.deploy
        allergyQuery.xsl.deploy
        createAllergy.xsl.deploy
        createDispense.xsl.deploy
        createDispensePickup.xsl.deploy
        createPrescription.xsl.deploy
        dispenseGrid.xsl.deploy
        patientSearch.xsl.deploy
        prescriptionGrid.xsl.deploy
        prescriptionQuery.xsl.deploy
        searchGrid.xsl.deploy
      DemoClientApp.exe.deploy
      DemoClientApp.exe.manifest
      pill.ico.deploy
    DemoClientApp.application
    DemoClientApp_1_0_0_3.application
    DemoClientApp_1_0_0_4.application
    setup.exe
  xsl/
    Data.xml
    allergyGrid.xsl
    allergyQuery.xsl
    createAllergy.xsl
    createDispense.xsl
    createDispensePickup.xsl
    createPrescription.xsl
    dispenseGrid.xsl
    patientSearch.xsl
    prescriptionGrid.xsl
    prescriptionQuery.xsl
    searchGrid.xsl
  DemoClientApp.Designer.cs
  DemoClientApp.cs
  DemoClientApp.csproj
  DemoClientApp.csproj.user
  DemoClientApp.resx
  DemoClientApp.sln
  DemoClientApp.suo
  MessageHandler.cs
  Program.cs
  Provider.Designer.cs
  Provider.cs
  Provider.resx
  Status.Designer.cs
  Status.cs
  Status.resx
  pill.ico
  readme.txt
  requestItem.cs