public TextQueryResponse<PatientProfileSummary> PatientProfileTextQuery(TextQueryRequest request)
		{
			var helper = new PatientProfileTextQueryHelper(this.PersistenceContext);
			return helper.Query(request);
		}
Пример #2
0
        public TextQueryResponse <PatientProfileSummary> PatientProfileTextQuery(TextQueryRequest request)
        {
            var helper = new PatientProfileTextQueryHelper(this.PersistenceContext);

            return(helper.Query(request));
        }