CREATE PROCEDURE [dbo].[Dental_Assessment]
(
@dobstart VARCHAR(8),
@dobend VARCHAR(8),
@servdatestart VARCHAR(8),
@servdateend VARCHAR(8)
)
AS
select distinct pp.person_id, p.last_name, p.first_name, p.person_nbr,p.date_of_birth from
patient_procedure pp
inner join person p on pp.person_id = p.person_id
where pp.cpt4_code_id in ('D0191','D0120','D0145','D1050','D1080', 'D0140', 'D0160', 'D0170', 'D0171')
and p.date_of_birth between @dobstart and @dobend
and pp.service_date between @servdatestart and @servdateend
reportbuilderparameters.png
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE