five

Data from: Durations and delays in care seeking, diagnosis and treatment initiation in uncomplicated pulmonary tuberculosis patients in Mumbai, India

收藏
DataONE2016-05-09 更新2024-06-26 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈
资源简介:
Background: Timely diagnosis and treatment initiation are critical to reduce the chain of transmission of Tuberculosis (TB) in places like Mumbai, where almost 60% of the inhabitants reside in overcrowded slums. This study documents the pathway from the onset of symptoms suggestive of TB to initiation of TB treatment and examines factors responsible for delay among uncomplicated pulmonary TB patients in Mumbai. Methods: A population-based retrospective survey was conducted in the slums of 15 high TB burden administrative wards to identify 153 self-reported TB patients. Subsequently in-depth interviews of 76 consenting patients that fit the inclusion criteria were undertaken using an open-ended interview schedule. Mean total, first care seeking, diagnosis and treatment initiation duration and delays were computed for new and retreatment patients. Patients showing defined delays were divided into outliers and non-outliers for all three delays using the median values. Results: The mean duration for the total pathway was 65 days with 29% of patients being outliers. Importantly the mean duration of first care seeking was similar in new (24 days) and retreatment patients (25 days). Diagnostic duration contributed to 55% of the total pathway largely in new patients. Treatment initiation was noted to be the least among the three durations with mean duration in retreatment patients twice that of new patients. Significantly more female patients experienced diagnostic delay. Major shift of patients from the private to public sector and non-allopaths to allopaths was observed, particularly for treatment initiation. Conclusion: Achieving positive behavioural changes in providers (especially non-allopaths) and patients needs to be considered in TB control strategies. Specific attention is required in counselling of TB patients so that timely care seeking is effected at the time of relapse. Prioritizing improvement of environmental health in vulnerable locations and provision of point of care diagnostics would be singularly effective in curbing pathway delays.
创建时间:
2016-05-09
用户留言
有没有相关的论文或文献参考?
这个数据集是基于什么背景创建的?
数据集的作者是谁?
能帮我联系到这个数据集的作者吗?
这个数据集如何下载?
点击留言
数据主题
具身智能
数据集  4099个
机构  8个
大模型
数据集  439个
机构  10个
无人机
数据集  37个
机构  6个
指令微调
数据集  36个
机构  6个
蛋白质结构
数据集  50个
机构  8个
空间智能
数据集  21个
机构  5个
5,000+
优质数据集
54 个
任务类型
进入经典数据集
热门数据集

Awesome AIGC Image Detection

这是一个新的AIGC图像检测基准,包含六个数据集和十种检测方法。每个数据集都基于相应的代码运行,并提供了运行代码和环境以及结果日志。

github 收录

FACED

FACED数据集是由清华大学脑与智能实验室和智能技术与系统国家重点实验室共同创建,包含从123名参与者收集的32通道EEG信号,用于情感计算研究。数据集通过记录参与者观看28个情感诱发视频片段时的EEG信号构建,旨在通过EEG信号分析情感状态。创建过程中,数据经过标准化和统一预处理,设计了四个EEG分类任务。该数据集主要应用于情感识别和脑机接口领域,旨在解决情感计算中的分类问题,提高情感识别的准确性和效率。

arXiv 收录

航空发动机叶片异常检测数据集 (AeBAD)

航空发动机叶片异常检测数据集(AeBAD)由西安交通大学机械工程学院创建,包含两个子数据集:单叶片数据集(AeBAD-S)和叶片视频异常检测数据集(AeBAD-V)。AeBAD-S包含不同尺度的单叶片图像,样本未对齐,存在训练集与测试集间的域转移问题,主要由光照和视角变化引起。AeBAD-V包含安装在航空发动机上的叶片视频,用于检测叶片在旋转过程中的异常。该数据集旨在解决实际工业应用中叶片异常检测的问题,强调同一数据类别内的域多样性。

arXiv 收录

XS-Video

XS-Video数据集是由中国科学院自动化研究所MAIS实验室提出的一个大规模现实世界短视频传播数据集。该数据集收集了来自中国五大平台(抖音、快手、西瓜视频、今日头条、哔哩哔哩)的117720个短视频,包含381926个样本和535个话题,覆盖了从发布后的互动信息,如观看、点赞、分享、收藏、粉丝和评论等。数据集通过跨平台指标对齐方法,对视频的长期传播影响力进行评分,分为0到9级,旨在为短视频传播研究提供全面的互动信息和内容特征。

arXiv 收录

中国1km分辨率逐月降水量数据集(1901-2024)

该数据集为中国逐月降水量数据,空间分辨率为0.0083333°(约1km),时间为1901.1-2024.12。数据格式为NETCDF,即.nc格式。该数据集是根据CRU发布的全球0.5°气候数据集以及WorldClim发布的全球高分辨率气候数据集,通过Delta空间降尺度方案在中国降尺度生成的。并且,使用496个独立气象观测点数据进行验证,验证结果可信。本数据集包含的地理空间范围是全国主要陆地(包含港澳台地区),不含南海岛礁等区域。为了便于存储,数据均为int16型存于nc文件中,降水单位为0.1mm。 nc数据可使用ArcMAP软件打开制图; 并可用Matlab软件进行提取处理,Matlab发布了读入与存储nc文件的函数,读取函数为ncread,切换到nc文件存储文件夹,语句表达为:ncread (‘XXX.nc’,‘var’, [i j t],[leni lenj lent]),其中XXX.nc为文件名,为字符串需要’’;var是从XXX.nc中读取的变量名,为字符串需要’’;i、j、t分别为读取数据的起始行、列、时间,leni、lenj、lent i分别为在行、列、时间维度上读取的长度。这样,研究区内任何地区、任何时间段均可用此函数读取。Matlab的help里面有很多关于nc数据的命令,可查看。数据坐标系统建议使用WGS84。

国家青藏高原科学数据中心 收录