<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'ExecutionResultContract' =&gt; '\\StructType\\ExecutionResultContract',
            'ArrayOfboolean' =&gt; '\\ArrayType\\ArrayOfboolean',
            'ArrayOfbyte' =&gt; '\\ArrayType\\ArrayOfbyte',
            'ArrayOfshort' =&gt; '\\ArrayType\\ArrayOfshort',
            'ArrayOfunsignedShort' =&gt; '\\ArrayType\\ArrayOfunsignedShort',
            'ArrayOfint' =&gt; '\\ArrayType\\ArrayOfint',
            'ArrayOfunsignedInt' =&gt; '\\ArrayType\\ArrayOfunsignedInt',
            'ArrayOflong' =&gt; '\\ArrayType\\ArrayOflong',
            'ArrayOfunsignedLong' =&gt; '\\ArrayType\\ArrayOfunsignedLong',
            'ArrayOffloat' =&gt; '\\ArrayType\\ArrayOffloat',
            'ArrayOfdouble' =&gt; '\\ArrayType\\ArrayOfdouble',
            'ArrayOfdecimal' =&gt; '\\ArrayType\\ArrayOfdecimal',
            'ArrayOfchar' =&gt; '\\ArrayType\\ArrayOfchar',
            'ArrayOfstring' =&gt; '\\ArrayType\\ArrayOfstring',
            'ArrayOfdateTime' =&gt; '\\ArrayType\\ArrayOfdateTime',
            'ArrayOfduration' =&gt; '\\ArrayType\\ArrayOfduration',
            'ArrayOfguid' =&gt; '\\ArrayType\\ArrayOfguid',
            'ArrayOfKeyValueOfstringanyType' =&gt; '\\ArrayType\\ArrayOfKeyValueOfstringanyType',
            'KeyValueOfstringanyType' =&gt; '\\StructType\\KeyValueOfstringanyType',
            'ArrayOfKeyValueOfstringArrayOfHmisFormDataContractNObIUIam' =&gt; '\\ArrayType\\ArrayOfKeyValueOfstringArrayOfHmisFormDataContractNObIUIam',
            'KeyValueOfstringArrayOfHmisFormDataContractNObIUIam' =&gt; '\\StructType\\KeyValueOfstringArrayOfHmisFormDataContractNObIUIam',
            'ArrayOfArrayOfKeyValueOfstringanyType' =&gt; '\\ArrayType\\ArrayOfArrayOfKeyValueOfstringanyType',
            'SchemaContract' =&gt; '\\StructType\\SchemaContract',
            'ArrayOfFormSchemaContract' =&gt; '\\ArrayType\\ArrayOfFormSchemaContract',
            'FormSchemaContract' =&gt; '\\StructType\\FormSchemaContract',
            'ArrayOfFormFieldSchemaContract' =&gt; '\\ArrayType\\ArrayOfFormFieldSchemaContract',
            'FormFieldSchemaContract' =&gt; '\\StructType\\FormFieldSchemaContract',
            'ArrayOfGridSchemaContract' =&gt; '\\ArrayType\\ArrayOfGridSchemaContract',
            'GridSchemaContract' =&gt; '\\StructType\\GridSchemaContract',
            'ArrayOfGridFieldSchemaContract' =&gt; '\\ArrayType\\ArrayOfGridFieldSchemaContract',
            'GridFieldSchemaContract' =&gt; '\\StructType\\GridFieldSchemaContract',
            'RecordStatusesContract' =&gt; '\\StructType\\RecordStatusesContract',
            'ArrayOfRecordStatusContract' =&gt; '\\ArrayType\\ArrayOfRecordStatusContract',
            'RecordStatusContract' =&gt; '\\StructType\\RecordStatusContract',
            'HmisFormDataContract' =&gt; '\\StructType\\HmisFormDataContract',
            'ArrayOfHmisFormDataContract' =&gt; '\\ArrayType\\ArrayOfHmisFormDataContract',
            'HmisBinaryDataContract' =&gt; '\\StructType\\HmisBinaryDataContract',
            'KeyIDResultContract' =&gt; '\\StructType\\KeyIDResultContract',
            'InsuranceAreaDataContract' =&gt; '\\StructType\\InsuranceAreaDataContract',
            'ArrayOfInsuranceAreaContract' =&gt; '\\ArrayType\\ArrayOfInsuranceAreaContract',
            'InsuranceAreaContract' =&gt; '\\StructType\\InsuranceAreaContract',
            'FormDataResultContract' =&gt; '\\StructType\\FormDataResultContract',
            'GridRowDataContract' =&gt; '\\StructType\\GridRowDataContract',
            'GridDataContract' =&gt; '\\StructType\\GridDataContract',
            'Login' =&gt; '\\StructType\\Login',
            'LoginResponse' =&gt; '\\StructType\\LoginResponse',
            'GetAllSchemas' =&gt; '\\StructType\\GetAllSchemas',
            'GetAllSchemasResponse' =&gt; '\\StructType\\GetAllSchemasResponse',
            'GetFormSchema' =&gt; '\\StructType\\GetFormSchema',
            'GetFormSchemaResponse' =&gt; '\\StructType\\GetFormSchemaResponse',
            'GetAllStatuses' =&gt; '\\StructType\\GetAllStatuses',
            'GetAllStatusesResponse' =&gt; '\\StructType\\GetAllStatusesResponse',
            'AddFormGridData' =&gt; '\\StructType\\AddFormGridData',
            'AddFormGridDataResponse' =&gt; '\\StructType\\AddFormGridDataResponse',
            'FillFormData' =&gt; '\\StructType\\FillFormData',
            'FillFormDataResponse' =&gt; '\\StructType\\FillFormDataResponse',
            'ClearFormData' =&gt; '\\StructType\\ClearFormData',
            'ClearFormDataResponse' =&gt; '\\StructType\\ClearFormDataResponse',
            'AddRowData' =&gt; '\\StructType\\AddRowData',
            'AddRowDataResponse' =&gt; '\\StructType\\AddRowDataResponse',
            'AddGridData' =&gt; '\\StructType\\AddGridData',
            'AddGridDataResponse' =&gt; '\\StructType\\AddGridDataResponse',
            'GetRegionDistricts' =&gt; '\\StructType\\GetRegionDistricts',
            'GetRegionDistrictsResponse' =&gt; '\\StructType\\GetRegionDistrictsResponse',
            'ClearGridData' =&gt; '\\StructType\\ClearGridData',
            'ClearGridDataResponse' =&gt; '\\StructType\\ClearGridDataResponse',
            'RemoveRowData' =&gt; '\\StructType\\RemoveRowData',
            'RemoveRowDataResponse' =&gt; '\\StructType\\RemoveRowDataResponse',
            'ModifyRowData' =&gt; '\\StructType\\ModifyRowData',
            'ModifyRowDataResponse' =&gt; '\\StructType\\ModifyRowDataResponse',
            'FindFormData' =&gt; '\\StructType\\FindFormData',
            'FindFormDataResponse' =&gt; '\\StructType\\FindFormDataResponse',
            'GetFormData' =&gt; '\\StructType\\GetFormData',
            'GetFormDataResponse' =&gt; '\\StructType\\GetFormDataResponse',
            'GetRowData' =&gt; '\\StructType\\GetRowData',
            'GetRowDataResponse' =&gt; '\\StructType\\GetRowDataResponse',
            'GetGridData' =&gt; '\\StructType\\GetGridData',
            'GetGridDataResponse' =&gt; '\\StructType\\GetGridDataResponse',
            'StringBuilder' =&gt; '\\StructType\\StringBuilder',
            'HmisTextData' =&gt; '\\StructType\\HmisTextData',
            'HmisBinaryData' =&gt; '\\StructType\\HmisBinaryData',
            'BigInteger' =&gt; '\\StructType\\BigInteger',
            'ArrayOfBigInteger' =&gt; '\\ArrayType\\ArrayOfBigInteger',
            'Complex' =&gt; '\\StructType\\Complex',
            'ArrayOfComplex' =&gt; '\\ArrayType\\ArrayOfComplex',
            'ArrayOfNullableOfboolean' =&gt; '\\ArrayType\\ArrayOfNullableOfboolean',
            'ArrayOfNullableOfbyte' =&gt; '\\ArrayType\\ArrayOfNullableOfbyte',
            'ArrayOfNullableOfunsignedByte' =&gt; '\\ArrayType\\ArrayOfNullableOfunsignedByte',
            'ArrayOfNullableOfshort' =&gt; '\\ArrayType\\ArrayOfNullableOfshort',
            'ArrayOfNullableOfunsignedShort' =&gt; '\\ArrayType\\ArrayOfNullableOfunsignedShort',
            'ArrayOfNullableOfint' =&gt; '\\ArrayType\\ArrayOfNullableOfint',
            'ArrayOfNullableOfunsignedInt' =&gt; '\\ArrayType\\ArrayOfNullableOfunsignedInt',
            'ArrayOfNullableOflong' =&gt; '\\ArrayType\\ArrayOfNullableOflong',
            'ArrayOfNullableOfunsignedLong' =&gt; '\\ArrayType\\ArrayOfNullableOfunsignedLong',
            'ArrayOfNullableOffloat' =&gt; '\\ArrayType\\ArrayOfNullableOffloat',
            'ArrayOfNullableOfdouble' =&gt; '\\ArrayType\\ArrayOfNullableOfdouble',
            'ArrayOfNullableOfdecimal' =&gt; '\\ArrayType\\ArrayOfNullableOfdecimal',
            'ArrayOfNullableOfchar' =&gt; '\\ArrayType\\ArrayOfNullableOfchar',
            'ArrayOfNullableOfdateTime' =&gt; '\\ArrayType\\ArrayOfNullableOfdateTime',
            'ArrayOfNullableOfduration' =&gt; '\\ArrayType\\ArrayOfNullableOfduration',
            'ArrayOfNullableOfguid' =&gt; '\\ArrayType\\ArrayOfNullableOfguid',
            'ArrayOfNullableOfBigIntegerf_PlnZ8aM' =&gt; '\\ArrayType\\ArrayOfNullableOfBigIntegerf_PlnZ8aM',
            'ArrayOfNullableOfComplexf_PlnZ8aM' =&gt; '\\ArrayType\\ArrayOfNullableOfComplexf_PlnZ8aM',
        );
    }
}
</pre></body></html>