Clinical Dental Assisting 2 (DAST 1508)
This final on-site clinical course builds upon acquired skills and knowledge from Clinical Dental Assisting 1. Clinical Dental Assisting 2 provides an opportunity for the student to integrate previous and new theory with independent clinical practice in the dental clinic and laboratory settings at Vancouver Community College. The course focuses on the independent clinical role of the Certified Dental Assistant (CDA). Competencies are met through simulated manikin (SIM) peer practice (PR) and patient care (PC).
This course is part of the Dental Assisting - Certified (Distance Delivery) program.
Course code: DAST 1508
Credits: 6.0
Tuition: $0*
Length: 150 hours

Schedule†
DAST 1508 schedule for programs:
- DASD
Course dates and times may vary throughout the term. Select the CRN number below to see a full schedule.
CRN # | Instructor | Dates | Day/Time | Instructor |
---|---|---|---|---|
74358
|
Larson, Cathy |
01-Sep-2019
to 23-Dec-2019 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
74374
|
Larson, Cathy |
01-Oct-2019
to 23-Dec-2019 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
74390
|
Larson, Cathy |
01-Nov-2019
to 23-Dec-2019 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
74406
|
Larson, Cathy |
01-Dec-2019
to 23-Dec-2019 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
44092
|
Larson, Cathy |
02-Jan-2020
to 30-Apr-2020 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
44120
|
Larson, Cathy |
01-Feb-2020
to 31-May-2020 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
44136
|
Larson, Cathy |
01-Mar-2020
to 30-Jun-2020 |
Sun, Mon, Tue, Wed, Thu, Fri, Sat | 8:30 a.m - 4:30 p.m | Larson, Cathy |
query | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RESULTSET |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CACHED | false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
EXECUTIONTIME | 15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SQL | SELECT ssbsect_crn, ssbsect_term_code, ssrblck_blck_code, ssrmeet_start_date, ssrmeet_end_date, TO_CHAR(ssrmeet_start_date, 'DD-Mon-YYYY') AS start_date, TO_CHAR(ssrmeet_end_date, 'DD-Mon-YYYY') AS end_date, ssrmeet_begin_time, ssrmeet_end_time, TRUNC( TO_DATE(CONCAT(ssrmeet_begin_time,'00'),'HH24:MI:SS')) + ( ROUND( (TO_DATE(CONCAT(ssrmeet_begin_time,'00'),'HH24:MI:SS') - TRUNC(TO_DATE(CONCAT(ssrmeet_begin_time,'00'),'HH24:MI:SS')) ) * 96 ) / 96) as begin_time_round, TRUNC( TO_DATE(CONCAT(ssrmeet_end_time,'00'),'HH24:MI:SS')) + ( ROUND( (TO_DATE(CONCAT(ssrmeet_end_time,'00'),'HH24:MI:SS') - TRUNC(TO_DATE(CONCAT(ssrmeet_end_time,'00'),'HH24:MI:SS')) ) * 96 ) / 96) as end_time_round, DECODE(ssrmeet_sun_day, 'U', 'Sun ', '') || DECODE(ssrmeet_mon_day, 'M', 'Mon ', '') || DECODE(ssrmeet_tue_day, 'T', 'Tue ', '') || DECODE(ssrmeet_wed_day, 'W', 'Wed ', '') || DECODE(ssrmeet_thu_day, 'R', 'Thu ', '') || DECODE(ssrmeet_fri_day, 'F', 'Fri ', '') || DECODE(ssrmeet_sat_day, 'S', 'Sat ','') AS day_of_week, ssrmeet_bldg_code, ssrmeet_room_code, sirasgn_pidm, ssbsect_seats_avail, ssbsect_wait_count, ssbsect_voice_avail, ssrmeet_schd_code, stvschd_desc FROM ssbsect INNER JOIN stvschd ON ssbsect_schd_code = stvschd_code AND ssbsect_schd_code NOT IN ('PLA', 'CL', 'CB', 'CI', 'T') LEFT OUTER JOIN ssrblck ON ssrblck_term_code = ssbsect_term_code AND ssrblck_crn = ssbsect_crn LEFT OUTER JOIN ssrmeet ON ssrmeet_term_code = ssbsect_term_code AND ssrmeet_crn = ssbsect_crn LEFT OUTER JOIN sirasgn ON sirasgn_crn = ssbsect_crn AND sirasgn_term_code = ssbsect_term_code WHERE ssbsect.ssbsect_subj_code = 'DAST' AND ssbsect.ssbsect_crse_numb = '1508' AND ssbsect.ssbsect_term_code >= 201970 AND ssbsect.ssbsect_ssts_code = 'A' AND ssbsect.ssbsect_ptrm_end_date > sysdate-1 ORDER BY ssrmeet_start_date, ssrmeet_begin_time, ssbsect_crn |
array | |||||||
---|---|---|---|---|---|---|---|
1 |
| ||||||
2 |
| ||||||
3 |
| ||||||
4 |
| ||||||
5 |
| ||||||
6 |
| ||||||
7 |
| ||||||
8 |
| ||||||
9 |
| ||||||
10 |
|
array | |||||||||
---|---|---|---|---|---|---|---|---|---|
1 |
|
Additional Information
What you will learn
- Dental Materials
- Matrix Systems
- Oral Self Care
- Impressions and Interocclusal Records
- Extrinsic Stain Removal
- Topical Fluoride Techniques
- Desensitizing Agents
- Periodontal Dressings
- Sutures
- Fissure Sealants
- Pulp Vitality
- Retraction Cord
- Provisional Restorations
- Software Management Systems
How do I apply for this course?
This course is offered as part of a VCC program only.
* Fees are approximate and subject to change. Students are required to pay any applicable fee increases. Fees listed are for domestic students. For international programs, visit VCC International.
† This information is intended as a guideline only. Program and course details are subject to change with the approval of VCC's Board of Governors.
Facebook
Twitter
Instagram
YouTube
Flickr
RSS
More accounts