BatchUploadICDCodes

This is the batch process that is used to perform batch upload of the ICD Code files that contain the classification of the medical conditions. This batch job populates ICDCODE and ICDCODEVERSION tables. Following are the input parameters that are passed to this batch :

Table 1. BatchUploadICDCodes Input Parameters
Input Parameter Description
classification The category of ICD code.
fileName Name of the ICD codes file to be read.
filePath Full path of the ICD codes file to be read.
processingDate Processing date of the batch.
versionNumber Version no. to be associated with the ICD Code.
volume Volume of the ICD Code Version.
Batch Process Class and Method: The class and method for this batch process is ICDCodes.batchUploadICDCodes.