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

This macro identifies eligibility periods that meet a cumulative dose or daily dose criteria. More...

Detailed Description

This macro identifies eligibility periods that meet a cumulative dose or daily dose criteria.

Program inputs
  • Dataset with eligible periods after inclusion/exclusion process in ms_cidadenom.
  • Dataset with all claims (_incl_excl).
Program outputs
  • Dataset with eligible periods meeting the cumulative dose or average filled daily dose criteria.

Usage

%ms_dose_denom(INFILE=_denom&group._&cond.,
               CONDVALUE=&cond.,
               SUBCONDVALUE=&subcond.,
               SUBCUMDOSE=&subcumdose.,
               SUBMAXAFDD=&submaxafdd.,
               SUBMINAFDD=&subminafdd);
Parameters
[in]INFILEName of the dataset with eligible periods.
[in]CONDVALUECond number
[in]SUBCONDVALUESubcond number
[in]SUBCUMDOSEMincumdose for the subcondition
[in]SUBMAXAFDDMax average filled daily dose for the subcondition
[in]SUBMINAFDDMin average filled daily dose for the subcondition

SAS Macros Dependencies

Note
Cumulative dose is evaluated in the window [condfrom, condto]
Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)