Design a class Alert that models an emergency alert with the…

Design a class Alert that models an emergency alert with the following fields: String message int severityLevel (1 to 5, where 5 is most severe) boolean active Implement: A constructor to initialize all fields. A method boolean shouldBroadcast() that returns true if the alert is active and severityLevel ≥ 3. In your main() method: Create an array of 4 Alert objects with test values. Display only the messages of alerts that should be broadcast.    Rubric: Criteria Points Alert class defined correctly with 3 fields (message, severityLevel, active) 2 Constructor correctly initializes all fields 1 shouldBroadcast() method implemented and correct 2 Array of 4 Alert objects created with realistic test values 2 Loop used to print only the broadcast-worthy messages 2 Clean formatting and correct syntax 1

A respiratory therapist has been attempting to wean a patien…

A respiratory therapist has been attempting to wean a patient off of ventilatory support but fails when placed on a spontaneous mode. The patient’s vital capacity and negative inspiratory force has been inadequate. What laboratory data should the therapist assess next?