| Literature DB >> 24633529 |
Zhongheng Zhang1, Xiaoyun Hu, Xia Zhang, Xiuqi Zhu, Li Zhu, Liqian Chen, Jiaping Huai, Bin Du.
Abstract
INTRODUCTION: There is growing interest in the use of low tidal volume ventilation in patients undergoing general anaesthesia. However, its potential benefit has long been debated and conflicting results have been reported. We describe here the protocol of a systematic review and meta-analysis for investigating the beneficial effects of low tidal volume ventilation in patients undergoing general anaesthesia. METHODS AND ANALYSIS: Data sources include PubMed, Scopus, Embase and EBSCO. Patients undergoing general anaesthesia will be included irrespective of type of surgery. The intervention is low tidal volume ventilation or protective ventilation, and the control is conventional ventilation. The quality of included trials will be assessed by using Delphi consensus. Outcomes include new onset lung injury, atelectasis, arrhythmia, levels of inflammatory biomarkers, arterial oxygenation, partial pressure of carbon dioxide and alveolar-arterial oxygen gradient. Conventional approaches for meta-analysis will be used, and heterogeneity will be investigated by using subgroup analysis and meta-regression if appropriate. The Bayesian method will be used for the synthesis of binary outcome data. ETHICS AND DISSEMINATION: The systematic review was approved by the ethics committee of Jinhua hospital of Zhejiang university and will be published in a peer-reviewed journal and will be disseminated electronically and in print. REGISTRATION DETAILS: The study protocol has been registered in PROSPERO (http://www.crd.york.ac.uk/PROSPERO/) under registration number CRD42013006416.Entities:
Keywords: mechnical ventilation
Mesh:
Year: 2014 PMID: 24633529 PMCID: PMC3963075 DOI: 10.1136/bmjopen-2013-004542
Source DB: PubMed Journal: BMJ Open ISSN: 2044-6055 Impact factor: 2.692
PubMed search strategy
| #1 | protective ventilation [Title/Abstract] OR low tidal [Title/Abstract] OR lower tidal volumes [Title/Abstract] OR protective mechanical ventilation [Title/Abstract] |
| #2 | surgery [Title/Abstract] OR operation [Title/Abstract] OR anaesthesia [Title/Abstract] OR anesthesia [Title/Abstract] OR cardiopulmonary bypass [Title/Abstract]OR postoperative [Title/Abstract] |
| #3 | #1 AND #2 |
Format for assessment of methodological quality adapted from Delphi consensus
| Quality indicator | Description |
|---|---|
| Sequence generation | ‘Yes’ if randomisation sequence number generation is described as ‘random number table’ or ‘computer generated’. ‘No’ if randomisation is performed according to alternate admission date, odd or even number of patient ID. ‘Unclear’ if this is not specifically described in the text. |
| Allocation concealment | ‘Yes’ if allocation sequence is concealed from those assigning participants to intervention groups until the moment of assignment. An opaque envelope is a typical method to achieve allocation concealment. ‘No’ if the investigator is aware of the assignment before assignment. ‘Unclear’ if the text does not give information on this item. |
| Eligibility clearly described | ‘Yes’ if the inclusion and exclusion criteria are explicitly described. ‘No’ if the inclusion and exclusion criteria are vague or only a general description is provided. |
| Is the outcome assessor blind to the assignment? | ‘Yes’ if the outcome assessor is unaware of the assignment of patients; outcome assessors are those who evaluate chest X-ray for inflammatory biomarkers. ‘No’ if the outcome assessor is aware of the assignment. ‘Unclear’ if the study does not report information on this item. |
| Is the treatment provider blind to the assignment? | Treatment provider includes anaesthesiologist and surgeon because both provide intervention directly to patients. ‘Yes’ if they are blind to the assignment of the participant. ‘No’ if the surgeon or anaesthesiologist is aware of the assignment. ‘Unclear’ if the study does not report information on this item. |
| Is the patient blind to the assignment? | ‘Yes’ if the patient is blind to the treatment assignment. ‘No’ if the patient is not blind to the treatment assignment, for instance, the patient is told about the treatment assignment after operation. ‘Unclear’ if insufficient information is provided. |
| Are baseline characteristics comparable between the treatment and control arms? | ‘Yes’ if >90% of investigated parameters are not statistically different between the treatment and control arms; component studies typically list the baseline characteristics (see |
| Are point estimates and measures of variability presented for the primary outcome measures? | ‘Yes’ if point estimates and measures of variability are presented for the primary outcome measures. The point estimates included median and mean, and variability includes SE and IQR. ‘No’ if these are not present. ‘Unclear’ if insufficient information is provided. |
| Is the sample size calculated? | ‘Yes’ if statistical power and α level are employed to calculate estimated sample size. ‘No’ if this is not described in the text. |
| Is intention-to-treat analysis employed? | ‘Yes’ if the final analysis includes every subject who is randomised according to randomised treatment assignment. ‘No’ if the final analysis includes only those who have completed the study. ‘Unclear’ if insufficient information is provided. |
Script for running WinBUGS
| Random effects model | Fixed effect model |
|---|---|
| model | model |
| { | { |
| for (i in 1:n) | for (i in 1:n) |
| { | { |
| rc[i] ∼ dbin(pc[i],nc[i]) | rc[i] ∼ dbin(pc[i],nc[i]) |
| rt[i] ∼ dbin(pt[i],nt[i]) | rt[i] ∼ dbin(pt[i],nt[i]) |
| logit(pc[i])<-mu[i] | logit(pc[i])<-mu[i] |
| logit(pt[i])<-mu[i]+delta[i] | logit(pt[i])<-mu[i]+delta |
| mu[i]∼dnorm(0.0, 1.0E-05) | mu[i]∼dnorm(0.0, 1.0E-05) |
| delta[i]∼dnorm(theta, tau) | } |
| } | delta∼dnorm(0.0, 1.0E-05) |
| sigma∼dunif(0,10) # prior distribution | OR<-exp(delta) |
| theta∼dnorm(0.0, 1.0E-05) | } |
| tau<-1/(sigma*sigma) | |
| OR<-exp(theta) | |
| } | |
| list(theta=0,tau=1) # initial value | list(delta=0) |
| list(rt=c(4,6,3,62,33,180), | list(rt=c(4,6,3,62,33,180), |
| nt=c(123,306,231,13598,5069,1541), | nt=c(123,306,231,13598,5069,1541), |
| rc=c(11,29,11,248,47,372), | rc=c(11,29,11,248,47,372), |
| nc=c(139,303,220,12867,5808,1451), | nc=c(139,303,220,12867,5808,1451), |
| n=6) | n=6) |
Figure 1WinBUGS flow chart.