sparknlp_jsl.util
#
Module Contents#
Functions#
|
Download Transcribed Medical Transcription Sample Reports and Examples from 'www.mtsamples.com'. |
- get_mt_samples(medical_speciality='', path='.', n=None)#
Download Transcribed Medical Transcription Sample Reports and Examples from ‘www.mtsamples.com’.
- Parameters:
Medical_Speciality (str) –
- One of the following specialities:
’Allergy_Immunology’ ‘Autopsy’ ‘Bariatrics’ ‘Cardiovascular_Pulmonary’ ‘Chiropractic’ ‘Consult_History_and_Phy.’ ‘Cosmetic_Plastic_Surgery’ ‘Dentistry’ ‘Dermatology’ ‘Diets_and_Nutritions’ ‘Discharge_Summary’ ‘Emergency_Room_Reports’ ‘Endocrinology’ ‘ENT_Otolaryngology’ ‘Gastroenterology’ ‘General_Medicine’ ‘Hematology_Oncology’ ‘Hospice_Palliative_Care’ ‘IME’ ‘Lab_Medicine_Pathology’ ‘Letters’ ‘Nephrology’ ‘Neurology’ ‘Neurosurgery’ ‘Obstetrics_Gynecology’ ‘Office_Notes’ ‘Ophthalmology’ ‘Orthopedic’ ‘Pain_Management’ ‘Pediatrics_Neonatal’ ‘Physical_Medicine_Rehab’ ‘Podiatry’ ‘Psychiatry_Psychology’ ‘Radiology’ ‘Rheumatology’ ‘Sleep_Medicine’ ‘SOAP_Chart_Progress_Notes’ ‘Speech_Language’ ‘Surgery’ ‘Urology’
path (str) – Path to save samples.
n (int) – Number of samples to be scrapped.
Examples
>>> get_mt_samples('Hematology_Oncology', path = "./samples", n = 3)