MC_Validation
The actions in the MC_Validation library are
used specifically with Professional and Institutional claim forms.
The actions allow for the manipulation of batches, batch hierarchies,
and data.
| Action | Description |
|---|---|
| AddCenturyTo2DigitYear | Converts two-digit Year values to four-digit Year values. |
| AddToDetailErrorMsg | Adds the value to the existing value for the page variable ErrorMessage. |
| AddToErrorMsg | Adds the value to the existing value for the page variable ErrorMessage. |
| CalculateHCFALineCharges | Calculates charges for HCFA service lines. |
| CalculateResult | Determines if the calculation provided by the parameter is True or False. |
| CalculateUB | UB04 action that determines if the amounts in the 47ttchg fields sum correctly. |
| CalculateUBLineCharges | Calculates charges for UB service lines. |
| CheckDocID | Checks document IDs and updates them to the proper format. |
| ClearErrorMsg | Clears the value of the page variable ErrorMessage. |
| CommonParseAddres | Parses addresses in certain fields in HCFA and UB04 forms into appropriate subfields. |
| CommonValAddress | Validates address values. |
| ConvertHyphen | Removes spaces, commas and hyphens from the current field. |
| FilterPID | Filters qualifier from attending physician field for UB04 claims. |
| FormatFieldLengths | Truncates length and sets the last character to a low confidence recognition of the field. |
| InheritSnippets | Assigns the snippet position information of the current Field object to the Field objects specified in the parameter. |
| MC_ReadZones | Adjusts autofield based OMR field zone positions on the calling page. |
| Parse31aPhSig | Parses field 31aPhSig of the HCFA application. |
| Parse58ainsnm | Parses field 58ainsnm of the UB04 application. |
| Parse58binsnm | Parses field 58binsnm of the UB04 application. |
| Parse58cinsnm | Parses field 58cinsnm of the UB04 application. |
| Parse82name | Parses field 82name of the UB04 application. |
| Parse83aname | Parses field 83aname of the UB04 application. |
| Parse83bname | Parses field 83bname of the UB04 application. |
| ParseLastFirstIniNames | Parses the name information in the first line of an address superfield. |
| ParseNDC | An action that detects and parses NDC data elements from the calling field value. |
| ParseUB_Eighties | Special action to parse fields 82 (Attending Physician ID) and 83 (Other Physician ID) of the UB92 application. |
| PopulateFromField | Copies the value from the field specified by the parameter into the current field. |
| SetConf | Sets confidence string for a field. |
| SetOriginalTIF | Replaces current working TIF file. |
| StripTrailingAlpha | Removes all alpha characters from the captured value, except any in the first character position. |
| TransformLI | Remaps the Line Item Table fields into a hierarchical structure. |
| UpdateCredentialList | |
| ValidateNPI | Validates the NPI value by evaluating the 10 digits in the value uses a modified LUHN checkdigit algorithm. |
| ValidateStateMil | Checks to see if the value in the field represented by the bound Field object is a valid two-character State abbreviation. |
| ValProcedureCode | Validates the Procedure Code fields of a HCFA-1500 form. |
| ValRequiredGroup | Checks that all fields in a designated group are filled with data. |