Skip to content

RISK46kaf/Practise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practise

Todo:
For [R]
1. Create database by MySQL contains tables such as "patient", "diagnoses", "list_d", pictures", "evidences", "objects", "dye_types", "preparation_types", "public_info"
1a. diagnoses has id, name, death_rate
1b. list_d (means list of diagnoses) has id, diagnosis_id(FOREIGN_KEY to id of diagnosis),public_info_id(FOREIGN_KEY to id of public_info)
Lis_d needs for some anonymization.
1c. patient( is private table) has id, fullname, birth_date, sex, health_insurance_id, unique_val
unique_val is BLOB
1d. pictures has id, picture, dye_types_id(FOREIGN_KEY to id of dye_types), zoom_index, preparation_types_id(FOREIGN_KEY to id of preparation_types), description, list_d_id(FOREIGN_KEY to id of list_d), is_a_part_of, top_left_coordinate
1e. evidences has id, name, picture_id(FOREIGN_KEY to id of pictures)
1f. objects has id, string_data, evidence_id(FOREIGN_KEY to id of evidences)
1g. dye_types has id, name
1h. preparations_types has id, name
1i. public_info has id, age, sex, patient_uniq_val(FOREIGN_KEY to unique_val of patient)
age is NOT a birth_date: age is integer,birth_date is date
Created in MySQL Workbench 6.3.3.0 32 bits
2. Add to patient table photo as BLOB, phone_number as BIGINT, emaill as VARCHAR(255)

3a. Change in 'patient' table 'sex' type to BOOL (coz we ain't facebook to have more then 2 variation of sex)
3b. Rename in 'patient' table 'health_insurance_it' to health_insurance_id'
3c. Change in 'patient' table 'birth_date' type to DATE
3d. Rename in 'pictures' table 'left_top_coordinate' to 'coordinates_data' and change type of it to TEXT
3e. Change in 'object' table 'string_data' type to TEXT

For [I]
Create program that afford:

  1. Read from line edit "fullname" to QString field of "patient" struct, "health_insurance_id" to int field of "patient" struct.
  2. Read from few spin boxes "birth_date" of patient to QDate field of "patient" struct.
  3. Read from few spin boxes "sex" of patient to bool field of "patient_struct".
  4. Calculate SHA-256 of 1-3pp as long string data to QByteArray field of patient struct.

For [S]
Create program that afford:
1. selected image areas
2. save their type and coordinates as string_data
3. save evidences list of selected areas
For [K]
1. Make report about diagnostics prostate oncology DSS that existing now
2. Make info website based on our project scope

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published