CommonParseAddress

Parses the addresses in the HCFA and UB04 fields into appropriate subfields.

Member of namespace:

MC_Validation

Syntax:

bool CommonParseAddress(StrParam)

Parameters

For Professional Claim, string value of:
  1. HCField32Object: for parsing the Facility Address field (field 32).
  2. HCField33Object: for parsing the Physician Address field (field 33).
For Institutional Claim, string value of:
  1. UBField1Object: for parsing the Provider Address field (field 1).
  2. UBField2Object: for parsing the Pay-To Address field (field 2).
  3. UBField38Object: for parsing the Responsible Party Name and Address field (field 38).

Returns

False, if the parameter is invalid or if the action is not on the Page level. Otherwise, True.

Level

Page level.

Details

This action parses the addresses in the following fields into appropriate subfields:
  • Professional Claims - Facility Address (field 32) or Physician Address (field 33)
  • Institutional Claims - Provider Address (field 1), Pay-To Address (field 2), or Responsible Party Name and Address (field 38).
Example:
CommonParseAddress(HCField32Object)