This macro identifies overlapping claims and trim exposure that is outside of the reference period. More...
This macro identifies overlapping claims and trim exposure that is outside of the reference period.
Usage
%ms_shaveoutside(REFFILE=worktemp.enr_&enrollmentnum., REFSTART=Enr_Start, REFEND=Enr_End, KEEPPARTBF=N, TOSHAVEFILE=_ITDrugs, TOSHAVESTART=RxDate, TOSHAVEEND=ExpireDt, SHAVERX=Y, OUTFILE=_ITDrugs);
[in] | REFFILE | Dataset containing the periods that claims must overlap. |
[in] | REFSTART | Variable name containing the date claims cannot go before. |
[in] | REFEND | Variable name containing the date claims cannot go beyond. |
[in] | KEEPPARTBF | Indicator to determine if claims with a starting date prior to the start of the reference period should be kept. |
[in] | TOSHAVEFILE | Dataset containing the claims that must overlap the reference period. |
[in] | TOSHAVESTART | Variable containing the begin date of the claims to be shaven. |
[in] | TOSHAVEEND | Variable containing the end date of the claims to be shaven. |
[in] | SHAVERX | Indicator to determine if the variables RxSup and RxAmt should be re-computed in the output dataset. |
[out] | OUTFILE | Output dataset containing the shaved claims. |
None.