This macro pre extracts raw encounter or procedure claims based on EncType match. More...
This macro pre extracts raw encounter or procedure claims based on EncType match.
Usage
%ms_extractencounters(DATAFILE=indata.&enctable.,
LOOKFILE=_enc,
MINDATE=&studystartdate.,
OUTFILEPREFIX=worktemp.encextract);
| [in] | DATAFILE | Name of the dataset to extract records from. |
| [in] | LOOKFILE | Name of the sas dataset containing the list of enctype to extract. |
| [in] | MINDATE | Extract all claims occuring on or after this date. |
| [out] | OUTFILEPREFIX | Name of the prefix of the output dataset containing the extracted records. |
None.