<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_LEN2_OOH_STRING Recordset1.Source = "SELECT * FROM session_dates" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> vts timetable

 

Colchester VTS

Home   About the scheme   Training practices

Thinking of applying   Feedback    Hospital jobs   Colchester    Links

                                  Course news    vts programme    OOH    Search   Forum         Login       Logout

 

The table below summarises the sessions. Please click on the relevant session for timings, details, preparatory work, registration and feedback.

Date

Speaker

PD session

Trainee

Notes

10th Sept 08

Introduction, eportfolio, curriculum, role of groups, work based learning

Sorting trainee groups and sessions

Note not the 1st Weds in Sept

17th Sept 08

Drug and alcohol

Being a GP

Kat Rowland-UTIs in children

Kamal Abeysundara- PCOS

Only one week break

1st Oct 08

Personal and Practice Finance

Travel Medicine

Teaching, Mentoring and Clinical Supervision

15th Oct 08

Primary Care Prescribing

Telephone Consultations

Jason John

Navneet Kumar

Note the 4 week break

12th Nov 08

Being a Police Surgeon

Renal Medicine

Statistics

26th Nov 08

Commissioning mental health services
PALS
Helping ethnic minorities

Ada McMahon

Kiran Mahmood

At the Ramada, not the PGMC

Christmas Break

7th Jan 09

Child Protection training

Statistics

CSA mocks

Praveen Tatavarthi

Louise Carmichael

In the Trust training room

28th Jan 09

Psychiatry for the elderly

ENT

PGMC

4th Feb 09

Naveed Akhtar

Naheeda Parkar

PGMC

18th Feb 09

Sexual Health

Chlamydia screening

PGMC

11th March 09

Clinical Genetics

Govind Bankani

Akilia Ramachandran

Trust rooms

25th March 09

Oncology

Trust rooms

Easter Break

13th May 09

PGMC

27th May 09

PGMC

10th June 09

PGMC

17th June 09

PGMC

1st July 09

PGMC

15th July 09

PGMC

Summer Break

 

<% Recordset1.Close() Set Recordset1 = Nothing %>