emodpy_hiv.interventions.artstagingbycd4diag module#
- emodpy_hiv.interventions.artstagingbycd4diag.new_diagnostic(camp, Positive_Event, Negative_Event, Threshold_TVMap, IP_TVMap, IAT_TVMap, intervention_name: str | None = None, disqualifying_properties: List[str] | None = None, new_property_value: str | None = None)[source]#
Wrapper function to create and return a HIVARTStagingByCD4Diagnostic intervention.
- Parameters:
camp – emod_api.campaign object with schema_path set.
- Returns:
Schema-based smart dictionary representing a new
- Return type:
ReadOnlyDict
- emodpy_hiv.interventions.artstagingbycd4diag.new_intervention_event(camp, pos_event, neg_event, thresh_tvmap, pregnant_tvmap, tb_tvmap, start_day=1, coverage=1.0, node_ids=None, intervention_name: str | None = None, disqualifying_properties: List[str] | None = None, new_property_value: str | None = None)[source]#
Diagnostic as scheduled event.