SetFormType
Set the value of the Form Type that is used by the AutoField action.
Member of namespace:
MC_IdentifySyntax:
bool SetFormType(StrParam)
Parameters
String value that indicates the
Form Type:
- For HCFA-1500 or CMS-1500, use 0 or hcfa.
- For UB-04, use 2 or ub04.
Returns
False, if the parameter is invalid. Otherwise, True.Level
All levels.Details
This action sets the Form Type value that is used by the AutoField action.- Example:
SetMaxToleranceDistance(60) SetFormType(0) ReadDCOSetup(HFCA.xml,POS 1052) SetWritePosFile(True) AutoField()