Exemplo n.º 1
0
		public PatientInfo()
		{
			SQLServerInfo sqlInfo = new SQLServerInfo();
			
			this.connectionString = sqlInfo.connectionString;
			
			hl7v2.Clear();
		}
Exemplo n.º 2
0
        public PatientInfo()
        {
            SQLServerInfo sqlInfo = new SQLServerInfo();

            this.connectionString = sqlInfo.connectionString;

            hl7v2.Clear();
        }