# Example 1: Suggestive of VAP
# Temp 39.0 (+2), WBC 15k with Bands (+2), Purulent Secretions (+2),
# PF 200 No ARDS (+2), Localized CXR (+2), Culture Pending (0)
# Score = 10
cpis_vap_score(39.0, 15000, 1, 2, 200, 0, 2, 0)
# Example 2: Low Likelihood
# Temp 37.0 (0), WBC 8000 (0), Rare secretions (0), PF 300 (0), Diffuse CXR (1)
# Score = 1
cpis_vap_score(37.0, 8000, 0, 0, 300, 0, 1, 0)
Run the code above in your browser using DataLab