export class PhpDeathRecord {
    patient_id:any
    case_reference_id:any
    attachment:any
    attachment_name:any
    death_date:any
    guardian_name:any
    death_report:any
    hospital_id:any
}
export class PhpBirthRecord {
    child_name:any
    child_pic:any
    gender:any
    birth_date:any
    weight:any
    patient_id:any
    case_reference_id:any
    contact:any
    mother_pic:any
    father_name:any
    father_pic:any
    birth_report:any
    document:any
    address:any
    is_active:any
    hospital_id:any
}