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

This macro extracts encounters by looping through saved datasets that have already been partioned on EncType. More...

Detailed Description

This macro extracts encounters by looping through saved datasets that have already been partioned on EncType.

  • ADate, RxSupEndDate, RxSup, and AmtSup will be assigned along with relevant cohort criteria.
Program inputs
  • &DATAFILESUFFIX.&ENC. (Dataset(s) containing the raw claims.)
  • &LOOKFILE. (Dataset containing the lookup parameters.)
Program outputs
  • &OUTFILE. (Dataset with the extracted claims.)

Usage

%ms_loopenc(DATAFILESUFFIX=worktemp.encextract,
            LOOKFILE=_ITGroupParamEnc,
            KEEPVARS=codetype codecat codesupply dateonly code %if &excl_incl = Y %then %do; &InclExclVars. %end; 
                     enctype indexcriteria
                     %if &type. in (2 3 4) %then %do; fupcriteria %end;
                     %if %eval(&type.=6) %then %do; productapprovaldate productmarketingdate otherproductdate %end;,
            OUTFILE=_ITEnc);
Parameters
[in]DATAFILESUFFIXName of the suffix for the dataset(s) containing the raw claims.
[in]LOOKFILEName of the dataset containing the lookup parameters.
[in]KEEPVARSList of variables in the lookfile dataset to keep in the outfile dataset.
[out]OUTFILEName of the dataset with the extracted claims.

SAS Macros Dependencies

None.

Note
Raw Claims must already have been extracted into datasets partitioned by EncType.
Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)