QRP
 
Loading...
Searching...
No Matches
ms_createpov56.sas File Reference

This macro identifies events of interest. More...

Detailed Description

This macro identifies events of interest.


  • Type 2 cohort definition:
    • Event of interest: during an episode.
    • Find episodes with events in FupWashPer.
      • If FupWashPer is missing, then patients need to never have had an event.
    • Identify episodes with events in Blackoutwindow.
    • Identify episodes with IOC in FupWashPer at IndexDt.
    • Keep only valid episodes, i.e. those without events or IOC in FupWashPer.
    • Apply the EventCount parameter condition.
    • Keep only overlapping events.
    • Identify episodes with events.
    • Summarize events.
    • For T2CohortDef ='03', get first event in any episode.
  • Type 3 cohort definition:
    • Event of interest: In Risk or Ctrl window.
    • Find all events in CTRL window.
      • Find all CTRL window events with prior events in LookBackLengthWin.
      • Find all CTRL window events with prior WASH events in LookBackLengthWin.
    • Find all events in RISK window.
      • Find all RISK window events with prior events in LookBackLengthWin.
      • Find all RISK window events with prior WASH events in LookBackLengthWin.
    • Keep only valid events (event in only one window).
      • Patients need to have at least one event in one of the windows.
    • Remove true duplicates.
    • For T3CohortDef ='03', get first event in any episode.
Program inputs
  • work._fupevent (Dataset with claims defined as being potential events.)
  • work._fupwash (Dataset with incidence claims that should be outside the washout period.)
  • work._ptsmasterlist (Dataset with valid episodes.)
Program outputs
  • work._ctrleventsinlookbackwin (Dataset with all CTRL window events with prior events in LookBackLengthWin.)
  • work._ctrleventsinwin (Dataset with all events in CTRL window.)
  • work._ctrlwasheventsinlbwin (Dataset with all CTRL window events with prior WASH events in LookBackLengthWin.)
  • work._episodeswithevents (Dataset with episodes with events.)
  • work._events (Dataset with only valid events (event in only one window).)
  • work._eventsinblackout (Dataset with episodes with Events in Blackoutwindow.)
  • work._eventsinfupwash (Dataset with episodes with Events in FupWashPer.)
  • work._firsteventdtinepisode (Dataset containing the first event in any episode.)
  • work._firsteventdtinepisode&DS_SUFFIX. (Dataset containing the first event in any episode.)
  • work._fupeventshaved (Dataset with only overlapping events.)
  • work._riskeventsinlookbackwin (Dataset with all RISK window events with prior events in LookBackLengthWin.)
  • work._riskeventsinwin (Dataset with all events in RISK window.)
  • work._riskwasheventsinlbwin (Dataset with all RISK window events with prior WASH events in LookBackLengthWin.)
  • work._validevents (Dataset with valid events.)
  • work._washeventsinfupwash (Dataset with episodes with IOC in FupWashPer at IndexDt.)

Usage

%ms_createpov56();
Parameters
None.

SAS Macros Dependencies

Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)