{"id":24439,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/sample-configuration-1\/"},"modified":"2025-02-18T15:35:11","modified_gmt":"2025-02-18T23:35:11","slug":"sample-configuration-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/","title":{"rendered":"Sample Configuration"},"content":{"rendered":"<p>This is an example of a configuration site for a relatively complex site.&nbsp; The configuration utilizes most of the integration features.<\/p>\n<p><code>======================================================================<br \/>\n\t# ExtraView Integration Daemon Configuration File<br \/>\n\t# Copyright (c) 2015 ExtraView Corporation # ======================================================================<\/p>\n<p>\t<code># ====== Server Connection Information ======<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# SERVER = &lt;EVAPI URL&gt;<br \/>\n\t#<br \/>\n\t# This string specifies the URL of the first ExtraView server API<br \/>\n\t#<br \/>\n\tSERVER = https:\/\/myserver1.mycompany.com\/evj1\/ExtraView\/ev_api.action<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# SERVER2 = &lt;EVAPI URL&gt;<br \/>\n\t#<br \/>\n\t# This string specifies the URL of the second ExtraView server API<br \/>\n\t#<br \/>\n\tSERVER2 = https:\/\/myserver2.mycompany.com\/evj2\/ExtraView\/ev_api.action<\/p>\n<p>\t<code># ====== User Sign On Information ======<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# USER = &lt;ExtraView user id&gt;<br \/>\n\t#<br \/>\n\t# The first ExtraView user id used for accessing EVAPI<br \/>\n\t#<br \/>\n\tUSER = USER_ONE<\/p>\n<p>\t<code>(required)<br \/>\n\t#<br \/>\n\t# PASSWORD = &lt;ExtraView user password&gt;<br \/>\n\t#<br \/>\n\t# The first ExtraView user's password for accessing EVAPI<br \/>\n\t#<br \/>\n\tPASSWORD = password1<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# USER2 = &lt;ExtraView user id&gt;<br \/>\n\t#<br \/>\n\t# The second ExtraView user id used for accessing EVAPI<br \/>\n\t#<br \/>\n\tUSER2 = USER_TWO<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# PASSWORD2 = &lt;ExtraView user password&gt;<br \/>\n\t#<br \/>\n\t# The second ExtraView user's password for accessing EVAPI<br \/>\n\t#<br \/>\n\tPASSWORD2 = password2<\/p>\n<p>\t<code># ====== Field Validation Information ======<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# These settings determine whether the integration should test for the<br \/>\n\t# fields being synchronized being on the ADD, EDIT, and DETAILED_REPORT<br \/>\n\t# layouts. The default is true, but you may change these to false<br \/>\n\t#<br \/>\n\tBYPASS_EDIT_TEST = true<br \/>\n\tBYPASS_ADD_TEST = true<br \/>\n\tBYPASS_DETAILED_REPORT_TEST = true<\/p>\n<p>\t<code># ====== Field Mapping Information ======<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# evfn.&lt;ExtraView field name&gt; = evfn2.&lt;ExtraView field name&gt;<br \/>\n\t# evfn.&lt;ExtraView field name&gt; =&gt; evfn2.&lt;ExtraView field name&gt; (one-way server-to-server2)<br \/>\n\t# evfn.&lt;ExtraView field name&gt; &lt;= evfn2.&lt;ExtraView field name&gt; (one-way server2-to-server)<br \/>\n\t#<br \/>\n\t# Map the named field in the first ExtraView server to the named field<br \/>\n\t# in the second ExtraView server (GLOBALLY FOR ALL BUSINESS AREAS AND<br \/>\n\t# PROJECTS)<br \/>\n\t# NOTE: The CLI_EDIT_MULTI_VALUE_FIELDS behavior setting must be turned on<br \/>\n\t# in order for multi-value fields to be visible\/editable in ExtraView.<br \/>\n\t#<br \/>\n\t# Examples:<br \/>\n\t# evfn.SHORT_DESCR = evfn2.SHORT_DESCR<br \/>\n\t# evfn.DESCRIPTION = evfn2.DESCRIPTION<br \/>\n\t# evfn.SHORT_DESCR = evfn2.FRED_TEXTAREA<br \/>\n\t# evfn.AREA = evfn2.AREA<br \/>\n\t# evfn.PROJECT = evfn2.PROJECT<br \/>\n\t# evfn.OP_SYS = evfn2.OP_SYS<\/p>\n<p>\t<code># Facility Information<br \/>\n\tevfn.AREA = evfn2.AREA<br \/>\n\tevfn.PROJECT = evfn2.PROJECT<br \/>\n\tevfn.FACILITY_NO =&gt; evfn2.FACILITY_NO<br \/>\n\tevfn.FAC_GLOBAL_ID =&gt; evfn2.FAC_GLOBAL_ID<br \/>\n\tevfn.STATUS =&gt; evfn2.STATUS<br \/>\n\tevfn.FAC_ACUTE_ONLY_IND =&gt; evfn2.FAC_ACUTE_ONLY_IND<br \/>\n\tevfn.FACILITY_NAME =&gt; evfn2.FACILITY_NAME<br \/>\n\tevfn.FAC_DL_NAME_LIST =&gt; evfn2.FAC_DL_NAME_LIST<br \/>\n\tevfn.DIVISION =&gt; evfn2.DIVISION<br \/>\n\tevfn.OPERATING_GROUP =&gt; evfn2.OPERATING_GROUP<br \/>\n\tevfn.REGION =&gt; evfn2.REGION<br \/>\n\tevfn.AREA_LOCATION =&gt; evfn2.AREA_LOCATION<\/p>\n<p>\t<code># Facility Staff<br \/>\n\tevfn.DATE_CREATED =&gt; evfn2.DATE_CREATED<br \/>\n\tevfn.ORIGINATOR =&gt; evfn2.ORIGINATOR<br \/>\n\tevfn.LEGAL_PERSONNEL_ID =&gt; evfn2.LEGAL_PERSONNEL_ID<br \/>\n\tevfn.LEGAL_OD_FLAG =&gt; evfn2.LEGAL_OD_FLAG<br \/>\n\tevfn.FAC_EFFECTIVE_DATE =&gt; evfn2.FAC_EFFECTIVE_DATE<br \/>\n\tevfn.FAC_STAFF_FNAME =&gt; evfn2.FAC_STAFF_FNAME<br \/>\n\tevfn.FAC_STAFF_MID_INITIAL =&gt; evfn2.FAC_STAFF_MID_INITIAL<br \/>\n\tevfn.FAC_STAFF_LNAME =&gt; evfn2.FAC_STAFF_LNAME<br \/>\n\tevfn.FAC_STAFF_SUFFIX =&gt; evfn2.FAC_STAFF_SUFFIX<br \/>\n\tevfn.FAC_STAFF_JOB_TITLE =&gt; evfn2.FAC_STAFF_JOB_TITLE<br \/>\n\tevfn.FAC_STAFF_PLACE_OF_BIRTH =&gt; evfn2.FAC_STAFF_PLACE_OF_BIRTH<br \/>\n\tevfn.FAC_STAFF_CTRY_OF_BIRTH =&gt; evfn2.FAC_STAFF_CTRY_OF_BIRTH<\/p>\n<p>\t<code># Ownership Information<br \/>\n\tevfn.FAC_TYPE =&gt; evfn2.FAC_TYPE<br \/>\n\tevfn.FAC_PERCENTAGE =&gt; evfn2.FAC_PERCENTAGE<br \/>\n\tevfn.FAC_EFFECTIVE_DATE_OF_TYPE =&gt; evfn2.FAC_EFFECTIVE_DATE_OF_TYPE<br \/>\n\tevfn.FAC_HOME_IND =&gt; evfn2.FAC_HOME_IND<br \/>\n\tevfn.FAC_ACUTE_IND =&gt; evfn2.FAC_ACUTE_IND<br \/>\n\tevfn.FAC_IN_CTR_IND =&gt; evfn2.FAC_IN_CTR_IND<\/p>\n<p>\t<code># Legal information<br \/>\n\tevfn.FAC_LEGAL_BUSINESS_NAME_LIST =&gt; evfn2.FAC_LEGAL_BUSINESS_NAME_LIST<br \/>\n\tevfn.FAC_OTHER_NAME_DBA =&gt; evfn2.FAC_OTHER_NAME_DBA<\/p>\n<p>\t<code># Address Information<br \/>\n\tevfn.FAC_MAILING_ADDRESS_LINE1 =&gt; evfn2.FAC_MAILING_ADDRESS_LINE1<br \/>\n\tevfn.FAC_MAILING_ADDRESS_LINE2 =&gt; evfn2.FAC_MAILING_ADDRESS_LINE2<br \/>\n\tevfn.FAC_CITY_TOWN =&gt; evfn2.FAC_CITY_TOWN<br \/>\n\tevfn.FAC_STATE =&gt; evfn2.FAC_STATE<br \/>\n\tevfn.FAC_ZIP_CODE =&gt; evfn2.FAC_ZIP_CODE<br \/>\n\tevfn.FAC_TELEPHONE_NUMBER =&gt; evfn2.FAC_TELEPHONE_NUMBER<br \/>\n\tevfn.FAC_FAX_NUMBER =&gt; evfn2.FAC_FAX_NUMBER<\/p>\n<p>\t<code># ID information<br \/>\n\tevfn.FAC_TAX_ID_NUM =&gt; evfn2.FAC_TAX_ID_NUM<br \/>\n\tevfn.FAC_STATE_INCORPORATED =&gt; evfn2.FAC_STATE_INCORPORATED<br \/>\n\tevfn.FAC_INCORPORTATION_DT =&gt; evfn2.FAC_INCORPORTATION_DT<br \/>\n\tevfn.FAC_STATE_LICENSE_NUMBER =&gt; evfn2.FAC_STATE_LICENSE_NUMBER<br \/>\n\tevfn.FAC_STATE_LICENSE_WHERE_ISSUED =&gt; evfn2.FAC_STATE_LICENSE_WHERE_ISSUED<br \/>\n\tevfn.FAC_PROFIT_CENTER =&gt; evfn2.FAC_PROFIT_CENTER<br \/>\n\tevfn.FAC_EFFECTIVE_DT_STATE_LICENSE =&gt; evfn2.FAC_EFFECTIVE_DT_STATE_LICENSE<br \/>\n\tevfn.FAC_EXP_RENEW_DT_STATE_LICENSE =&gt; evfn2.FAC_EXP_RENEW_DT_STATE_LICENSE<br \/>\n\tevfn.FAC_STATE_CERT_REQUIRED =&gt; evfn2.FAC_STATE_CERT_REQUIRED<br \/>\n\tevfn.FAC_STATE_CERT_NUMBER =&gt; evfn2.FAC_STATE_CERT_NUMBER<br \/>\n\tevfn.FAC_STATE_CERT_WHERE_ISSUED =&gt; evfn2.FAC_STATE_CERT_WHERE_ISSUED<br \/>\n\tevfn.FAC_EFFECTIVE_DT_STATE_CERT =&gt; evfn2.FAC_EFFECTIVE_DT_STATE_CERT<br \/>\n\tevfn.FAC_EXP_RENEW_DT_STATE_CERT =&gt; evfn2.FAC_EXP_RENEW_DT_STATE_CERT<br \/>\n\tevfn.FAC_MEDICARE_ID_NUM =&gt; evfn2.FAC_MEDICARE_ID_NUM<br \/>\n\tevfn.FAC_EFF_DATE_OF_TERMINATION =&gt; evfn2.FAC_EFF_DATE_OF_TERMINATION<br \/>\n\tevfn.MEDICARE_ID_CHANGED =&gt; evfn2.MEDICARE_ID_CHANGED<br \/>\n\tevfn.FAC_NPI =&gt; evfn2.FAC_NPI<br \/>\n\tevfn.FAC_CLIA_NUM =&gt; evfn2.FAC_CLIA_NUM<br \/>\n\tevfn.FAC_CLIA_EXP_DATE =&gt; evfn2.FAC_CLIA_EXP_DATE<\/p>\n<p>\t<code># Regulatory Approval Information<br \/>\n\tevfn.DATE_CREATED =&gt; evfn2.DATE_CREATED<br \/>\n\tevfn.ORIGINATOR =&gt; evfn2.ORIGINATOR<br \/>\n\tevfn.FACILITY_NO =&gt; evfn2.FACILITY_NO<br \/>\n\tevfn.MY_FACILITY_ID =&gt; evfn2.MY_FACILITY_ID<br \/>\n\tevfn.FAC_APPROVAL_TYPE_1 =&gt; evfn2.FAC_APPROVAL_TYPE_1<br \/>\n\tevfn.FAC_REASON_TYPE_1 =&gt; evfn2.FAC_REASON_TYPE_1<br \/>\n\tevfn.FAC_APPROVAL_EFFECTIVE_DATE_1 =&gt; evfn2.FAC_APPROVAL_EFFECTIVE_DATE_1<br \/>\n\tevfn.FAC_APPROVAL_EXPIRATION_DATE_1 =&gt; evfn2.FAC_APPROVAL_EXPIRATION_DATE_1<\/p>\n<p>\t<code># 3427 Related Information<br \/>\n\tevfn.DATE_CREATED = evfn2.DATE_CREATED<br \/>\n\tevfn.ORIGINATOR = evfn2.ORIGINATOR<br \/>\n\tevfn.NURSING_HOME_NAME = evfn2.NURSING_HOME_NAME<br \/>\n\tevfn.FDB_CARE_NURSINGHOME_LONG_TERM = evfn2.FDB_CARE_NURSINGHOME_LONG_TERM<br \/>\n\tevfn.FAC_ONSITE_HOME_TRN_ROOM = evfn2.FAC_ONSITE_HOME_TRN_ROOM<br \/>\n\tevfn.FAC_CHECK_SERVICES = evfn2.FAC_CHECK_SERVICES<br \/>\n\tevfn.FDB_CARE_NURSINGHOME_LONG_TERM = evfn2.FDB_CARE_NURSINGHOME_LONG_TERM<br \/>\n\tevfn.FMC_3427_REVIEW_DATE = evfn2.FMC_3427_REVIEW_DATE<\/p>\n<p>\t<code># Medical Director Waiver<br \/>\n\tevfn.FAC_WVR_MD_UPL_DT_RR =&gt; evfn2.FAC_WVR_MD_UPL_DT_RR<br \/>\n\tevfn.FAC_WVR_MD_EFF_DT_RR =&gt; evfn2.FAC_WVR_MD_EFF_DT_RR<br \/>\n\tevfn.FAC_WVR_MD_EXP_DT_RR =&gt; evfn2.FAC_WVR_MD_EXP_DT_RR<br \/>\n\tevfn.FAC_WVR_MD_DOC_RR =&gt; evfn2.FAC_WVR_MD_DOC_RR<\/p>\n<p>\t<code># CMS Isolation Room Waiver<br \/>\n\tevfn.FAC_WVR_ISO_RM_UPL_DT_RR =&gt; evfn2.FAC_WVR_ISO_RM_UPL_DT_RR<br \/>\n\tevfn.FAC_WVR_ISO_RM_EFF_DT_RR =&gt; evfn2.FAC_WVR_ISO_RM_EFF_DT_RR<br \/>\n\tevfn.FAC_WVR_ISO_RM_DOC_RR =&gt; evfn2.FAC_WVR_ISO_RM_DOC_RR<\/p>\n<p>\t<code># Sister Facility Contract<br \/>\n\tevfn.FAC_WVR_SIS_FAC_UPL_DT_RR =&gt; evfn2.FAC_WVR_SIS_FAC_UPL_DT_RR<br \/>\n\tevfn.FAC_WVR_SIS_FAC_EFF_DT_RR =&gt; evfn2.FAC_WVR_SIS_FAC_EFF_DT_RR<br \/>\n\tevfn.FAC_WVR_SIS_FAC_EXP_DT_RR =&gt; evfn2.FAC_WVR_SIS_FAC_EXP_DT_RR<br \/>\n\tevfn.FAC_WVR_SIS_FAC_DOC_RR =&gt; evfn2.FAC_WVR_SIS_FAC_DOC_RR<\/p>\n<p>\t<code># State CLIA<br \/>\n\tevfn.CMS_STATE_CLIA_DATE_RR = evfn2.CMS_STATE_CLIA_DATE_RR<br \/>\n\tevfn.CMS_STATE_CLIA_RR = evfn2.CMS_STATE_CLIA_RR<\/p>\n<p>\t<code># 3427<br \/>\n\tevfn.CMS_3427_DATE_RR = evfn2.CMS_3427_DATE_RR<br \/>\n\tevfn.CMS_3427_RR = evfn2.CMS_3427_RR<\/p>\n<p>\t<code># Statement of Deficiency<br \/>\n\tevfn.CMS_SOD_DATE_RR = evfn2.CMS_SOD_DATE_RR<br \/>\n\tevfn.CMS_SOD_RR = evfn2.CMS_SOD_RR<br \/>\n\tevfn.REG_DATE_OF_SURVEY = evfn2.REG_DATE_OF_SURVEY<\/p>\n<p>\t<code># Adverse Survey Document<br \/>\n\tevfn.CMS_SERVICE_DOC_DATE_RR = evfn2.CMS_SERVICE_DOC_DATE_RR<br \/>\n\tevfn.CMS_SERVICE_DOC_RR = evfn2.CMS_SERVICE_DOC_RR<\/p>\n<p>\t<code># Plan of Correction<br \/>\n\tevfn.CMS_POC_DATE_RR = evfn2.CMS_POC_DATE_RR<br \/>\n\tevfn.CMS_POC_RR = evfn2.CMS_POC_RR<br \/>\n\tevfn.CMS_POC_REJECT_DATE_RR = evfn2.CMS_POC_REJECT_DATE_RR<\/p>\n<p>\t<code># State License<br \/>\n\tevfn.CMS_855_STATE_LIC_DATE_RR = evfn2.CMS_855_STATE_LIC_DATE_RR<br \/>\n\tevfn.CMS_855_STATE_LIC_RR = evfn2.CMS_855_STATE_LIC_RR<\/p>\n<p>\t<code># Certificate of Need<br \/>\n\tevfn.CMS_855_CERT_OF_NEED_DATE_RR = evfn2.CMS_855_CERT_OF_NEED_DATE_RR<br \/>\n\tevfn.CMS_855_CERT_OF_NEED_RR = evfn2.CMS_855_CERT_OF_NEED_RR<\/p>\n<p>\t<code># CLIA Certificate evfn.CMS_855_CLIA_CERT_DATE_RR = evfn2.CMS_855_CLIA_CERT_DATE_RR<br \/>\n\tevfn.CMS_855_CLIA_CERT_RR = evfn2.CMS_855_CLIA_CERT_RR<\/p>\n<p>\t<code># Medicare Certificate<br \/>\n\tevfn.CMS_STATE_MED_CERT_LET_DATE_RR = evfn2.CMS_STATE_MED_CERT_LET_DATE_RR<br \/>\n\tevfn.CMS_STATE_MEDI_CERT_LET_RR = evfn2.CMS_STATE_MEDI_CERT_LET_RR<\/p>\n<p>\t<code># Other Documents<br \/>\n\tevfn.REG_ASST_OTHER_DOCUMENT =&gt; evfn2.REG_ASST_OTHER_DOCUMENT<br \/>\n\tevfn.REG_OTHER_UPLOAD_DATE =&gt; evfn2.REG_OTHER_UPLOAD_DATE<\/p>\n<p>\t<code># INSERT_NEW_ALLOWED_VALUES = true|false<br \/>\n\t# If true, each insert or update of an issue will cause new allowed values to be added<br \/>\n\t# for each combination of values in the mapped fields that has an enabled allowed value type,<br \/>\n\t# if not already present, at area 0\/project 0<br \/>\n\t# Default is false<br \/>\n\tINSERT_NEW_ALLOWED_VALUES = true<\/p>\n<p>\t<code># ====== Field Value Mapping ======<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t<span style=\"font-size:10px;\"># evv.&lt;ExtraView field name&gt;.&lt;ExtraView field value&gt; = evv2.&lt;ExtraView field name&gt;.&lt;ExtraView field value&gt;<\/span><br \/>\n\t#<br \/>\n\t# Maps the field value in the first ExtraView server to the field value<br \/>\n\t# in the second ExtraView server<br \/>\n\t# NOTE: spaces in field values must be escaped with the \\ character.<br \/>\n\t#<br \/>\n\t# Examples:<br \/>\n\t# evv.STATUS.In\\ Progress = evv2.STATUS.Work\\ In\\ Progress<br \/>\n\t# evv.AREA.Empty\\ Area = evv2.AREA.Engineering\\ Issues<br \/>\n\t# evv.PROJECT.Empty\\ Area\\ -\\ Project\\ Data = evv2.PROJECT.Defects<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# INSERT_VALUES.&lt;ExtraView field name&gt; = &lt;ExtraView field value&gt;<br \/>\n\t#<br \/>\n\t# The value to be used to set a field in all item INSERT operations<br \/>\n\t# in the first ExtraView server. (Not used for updates, only inserts.)<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# INSERT_VALUES2.&lt;ExtraView field name&gt; = &lt;ExtraView field value&gt;<br \/>\n\t#<br \/>\n\t# The value to be used to set a field in all item INSERT operations<br \/>\n\t# in the second ExtraView server. (Not used for updates, only inserts.)<\/p>\n<p>\t<code># ====== User ID Mapping ======<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# evv.user.&lt;ExtraView user id&gt; = evv2.user.&lt;ExtraView user id&gt;<br \/>\n\t#<br \/>\n\t# Maps the user id in the first ExtraView server to the user id in<br \/>\n\t# the second ExtraView server<br \/>\n\t#<br \/>\n\t# Example:<br \/>\n\t# evv.user.USER_ID1 = evv2.user.USER_ID2<\/p>\n<p>\t<code># ======= ExtraView ID Mapping ======<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# EVID_FIELD = &lt;ExtraView Field Name&gt;<br \/>\n\t#<br \/>\n\t# Identify the name of the field in the first ExtraView server containing the mapped item ID<br \/>\n\t# in the second ExtraView server.<br \/>\n\t# EVID_FIELD = EV_ID RR_EVID_FIELD = EV_ID_RR<\/p>\n<p>\t<code># (required)<br \/>\n\t#<br \/>\n\t# EVID_FIELD2 = &lt;ExtraView field name&gt;<br \/>\n\t#<br \/>\n\t# Identify the name of the field in the second ExtraView server containing the mapped item ID<br \/>\n\t# in the first ExtraView server.<br \/>\n\t# EVID_FIELD2 = EV_ID RR_EVID_FIELD2 = EV_ID_RR<\/p>\n<p>\t<code># ====== Relationship Group Mapping ======<br \/>\n\t# (optional)<br \/>\n\t#<br \/>\n\t# The mapping provides for replication of relationship group entries from\/to the instances<br \/>\n\t# Only those rg entries that have issues that are replicated by this daemon will be replicated<br \/>\n\t#<br \/>\n\t# rg.&lt;Relationship Group Name&gt; = rg2.&lt;Relationship Group Name&gt;<br \/>\n\t#<br \/>\n\t# Example:<br \/>\n\t# rg.best_data_rg = rg2.related_test_results<br \/>\n\t# NOTE: I think this is going to have to be between parent-child on both sides, because the<br \/>\n\t# relationship group on the source is doing many things, such as facility - facility staff, facility - approvals<br \/>\n\t# and facility - 3427. rg.PARENT_CHILD = rg2.PARENT_CHILD<br \/>\n\t#<br \/>\n\tlayout_type.RELATED_REG_APPROVALS = layout_type2.RELATED_APPROVAL<br \/>\n\tlayout_type.FACILITY_3427_RR = layout_type2.FACILITY_3427_RR<br \/>\n\tlayout_type.FAC_WVR_MD_WVR_RR = layout_type2.FAC_WVR_MD_WVR_RR<br \/>\n\tlayout_type.FAC_SVR_ISO_RM_RR = layout_type2.FAC_SVR_ISO_RM_RR<br \/>\n\tlayout_type.FAC_WVR_SIS_FAC_RR = layout_type2.FAC_WVR_SIS_FAC_RR<br \/>\n\tlayout_type.FACILITY_STATE_CLIA_RR = layout_type2.FACILITY_STATE_CLIA_RR<br \/>\n\tlayout_type.FACILITY_SOD_RR = layout_type2.FACILITY_SOD_RR<br \/>\n\tlayout_type.RELATED_3427 = layout_type2.RELATED_3427<br \/>\n\tlayout_type.FAC_ADVERSE_SERVICE_DOCUMENT = layout_type2.FAC_ADVERSE_SERVICE_DOCUMENT<br \/>\n\tlayout_type.FACILITY_POC_RR = layout_type2.FACILITY_POC_RR<br \/>\n\tlayout_type.FACILITY_STATE_LIC_RR = layout_type2.FACILITY_STATE_LIC_RR<br \/>\n\tlayout_type.FACILITY_CERT_OF_NEED_RR = layout_type2.FACILITY_CERT_OF_NEED_RR<br \/>\n\tlayout_type.FACILITY_CLIA_CERT_RR = layout_type2.FACILITY_CLIA_CERT_RR<br \/>\n\tlayout_type.FACILITY_MEDI_CERT_RR = layout_type2.FACILITY_MEDI_CERT_RR<br \/>\n\tlayout_type.REG_ASST_OTHER_DOCS = layout_type2.REG_ASST_OTHER_DOCS<\/p>\n<p>\t<code># ====== Synchronization ======<br \/>\n\t# (optional)<br \/>\n\t#<br \/>\n\t# Identify the field to be inspected for the MI_REGEX evaluation to determine<br \/>\n\t# if an item in the first ExtraView server maps to an item in the second ExtraView server<br \/>\n\t#<br \/>\n\t# MI_FIELD = &lt;ExtraView field name&gt;<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# The expression that is used with MI_FIELD value to determine if an<br \/>\n\t# item in the first ExtraView server maps to an item in the second ExtraView server<br \/>\n\t#<br \/>\n\t# MI_REGEX = &lt;regular expression&gt;<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# Identify the field to be inspected for the MJ_REGEX evaluation to determine<br \/>\n\t# if an item in the second ExtraView server maps to an item in the first ExtraView server<br \/>\n\t#<br \/>\n\t# MJ_FIELD = &lt;ExtraView field name&gt;<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# The expression that is used with MJ_FIELD value to determine if an<br \/>\n\t# item in the second ExtraView server maps to an item in the first ExtraView server<br \/>\n\t#<br \/>\n\t# MJ_REGEX = &lt;regular expression&gt;<\/p>\n<p>\t<code># (optional)<br \/>\n\t#<br \/>\n\t# The expression that determines if an item in the first ExtraView server maps to an<br \/>\n\t# item in the second ExtraView server.<br \/>\n\t# In this expression, a string in the form \"__NAME__\" refers to a field name in<br \/>\n\t# the ExtraView issue; when the expression is evaluated, this string is substituted<br \/>\n\t# with the value of the field in the issue being tested.<br \/>\n\t#<br \/>\n\t# Examples:<br \/>\n\t# MI_POLL_TRIGGER = &lt;Boolean expression with replaceable variables&gt;<br \/>\n\t# MI_POLL_TRIGGER = \"__area__\" eq \"Empty Area\"<br \/>\n\t# MI_POLL_TRIGGER = \"__area__\" eq \"Engineering Issues\"<br \/>\n\t# MI_POLL_TRIGGER = \"__STATUS__\" eq \"Sync Me\"<br \/>\n\t# MI_POLL_TRIGGER = \"__PROJECT__\" eq \"Facility\" &amp;&amp; \"__STATUS__\" eq \"Sync Me\"<br \/>\n\t# MI_POLL_TRIGGER = \"__AREA__\" eq \"Legal\" &amp;&amp; \"__STATUS__\" eq \"Syncme\"<br \/>\n\tMI_POLL_TRIGGER = \"__AREA__\" eq \"Legal\" &amp;&amp; \"__STATUS__\" eq \"Syncme\"<\/p>\n<p>\t<code># MJ_POLL_TRIGGER = \"__AREA__\" eq \"Legal\" &amp;&amp; \"__STATUS__\" eq \"Syncme\"<br \/>\n\tMJ_POLL_TRIGGER = \"__AREA__\" eq \"Legal\" &amp;&amp; \"__STATUS__\" eq \"Syncme\"<\/p>\n<p>\t<code># Defines the number of milliseconds between subsequent queries to the<br \/>\n\t# first ExtraView server. Default is 10000 (10 seconds).<br \/>\n\tEVPOLLWAITTIME = 10000<\/p>\n<p>\t<code># Defines the number of milliseconds between subsequent queries to the<br \/>\n\t# second ExtraView server. Default is 10000 (10 seconds).<br \/>\n\tEVPOLLWAITTIME2 = 10000<\/p>\n<p>\t<code># Switch that controls whether attachments are upserted along with records.<br \/>\n\t# Default is YES.<br \/>\n\tATTACHMENT_UPSERT = YES<\/p>\n<p>\t<code># ====== Notification Control ======<br \/>\n\t# (optional)<br \/>\n\t#<br \/>\n\t# Notification control values #<br \/>\n\t# Error email notification will be sent no more often than once every<br \/>\n\t# &lt;DAEMON_ERROR_NOTIFICATION_INTERVAL&gt; minutes<br \/>\n\tDAEMON_ERROR_NOTIFICATION_INTERVAL = 15<\/p>\n<p>\t<code>#<br \/>\n\t# Error email notification will not be sent until &lt;DAEMON_WARN_NOTIFICATION_COUNT&gt; error logs<br \/>\n\t# have occurred in &lt;DAEMON_WARN_NOTIFICATION_INTERVAL&gt; minutes<br \/>\n\tDAEMON_WARN_NOTIFICATION_COUNT = 5<br \/>\n\tDAEMON_WARN_NOTIFICATION_INTERVAL = 5<\/p>\n<p>\t<code>#<br \/>\n\t# Errors that are sent to the log are not reported until there are<br \/>\n\t# &lt;DAEMON_ERROR_THRESHOLD&gt; errors<br \/>\n\tDAEMON_ERROR_THRESHOLD = 15<\/p>\n<p>\t<code># ====== Log File Management ======<br \/>\n\t#<br \/>\n\t# Specifies which log messages are sent to the log file: higher numbers denote<br \/>\n\t# more detailed logs<br \/>\n\t#<br \/>\n\t# The default log level 6 = OPS, 8 = DEBUG, 12 = ALL<br \/>\n\tDEFAULT_LOG_LEVEL = 6<\/p>\n<p>\t<code># The Daemon log path \/ file name (relative to the WEB-INF directory)<br \/>\n\tLOG_FILE_PATH_NAME = logs\/EVPeerDaemon.log<\/p>\n<p>\t<code># This setting will use the ExtraView application server log file as opposed to<br \/>\n\t# using LOG_FILE_PATH_NAME<br \/>\n\t# Used for standalone installations on Windows, or when running in a war file<br \/>\n\t#<br \/>\n\tUSE_SYSTEM_LOG = Y<\/p>\n<p>\t<code># Use this statement if you want to write the SQL from the task to the log file<br \/>\n\t#PSP_LOG=YES<\/p>\n<p>\t<code># Standard log file settings LOG_CHARSET=UTF-8<br \/>\n\t# Include the thread name in the log messages LOG_INCLUDE_THREAD_NAME=YES<br \/>\n\t# The date format to use in generating log records. Default: yyyy-MM-dd<br \/>\n\t# LOG_DATE_FORMAT = &lt;valid date format&gt;<\/p>\n<p>\t<code># The time format to use in generating log records: Default kk:mm:ss<br \/>\n\t# LOG_TIME_FORMAT = &lt;valid time format&gt;<\/p>\n<p>\t<code># Name of a script to run when switching log files. Default: none<br \/>\n\t# LOG_FILE_MANAGE_SCRIPT = &lt;script name&gt;<\/p>\n<p>\t<code># This is the maximum number of old log files retained, when switching from<br \/>\n\t# one log file to the next. Default is -1 (infinite)<br \/>\n\t# LOG_FILE_MAX_RETAINED = &lt;number of log files&gt;<\/p>\n<p>\t<code># This is the maximum size that the logger will permit the log file to grow<br \/>\n\t# (default is 10MB).<br \/>\n\t# LOG_FILE_MAX_SIZE = &lt;size of file in bytes&gt;<br \/>\n\tLOG_FILE_MAX_SIZE = 10000000<\/p>\n<p>\t<code># The directory name to use for the log file (default is .\/logs).<br \/>\n\t# LOG_FILE_DIR = &lt;directory pathname&gt;<\/p>\n<p>\t<code># If true, the directory name for the log file is absolute, not relative to<br \/>\n\t# the current log file directory (.\/logs)<br \/>\n\t# LOG_FILE_DIR_ABSOLUTE = &lt;true|false&gt;<\/p>\n<p>\t<code># If specified the file path name for the path name for the log file is not relative to the<br \/>\n\t# current log file directory (.\/logs).<br \/>\n\t# LOG_FILE_PATH_NAME_ABSOLUTE = &lt;absolute path name for the log file&gt;<\/p>\n<p>\t<code># If true, the log file name is generated with a creation date\/time string # appended.<br \/>\n\t# Default is false.<br \/>\n\t# LOG_TIME_AT_CREATION = &lt;true|false&gt;<\/p>\n<p>\t<code># Defines log format: false (plain text) is the default<br \/>\n\t# XML_LOG_FLAG = &lt;true|false&gt;<\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is an example of a configuration site for a relatively complex site.&nbsp; The configuration utilizes most of the integration features. ====================================================================== # ExtraView Integration Daemon Configuration File # Copyright (c) 2015 ExtraView Corporation # ====================================================================== # ====== Server Connection Information ====== # (required) # # SERVER = &lt;EVAPI URL&gt; # # This string specifies&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24436,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24439","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sample Configuration - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sample Configuration - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"This is an example of a configuration site for a relatively complex site.&nbsp; The configuration utilizes most of the integration features. ====================================================================== # ExtraView Integration Daemon Configuration File # Copyright (c) 2015 ExtraView Corporation # ====================================================================== # ====== Server Connection Information ====== # (required) # # SERVER = &lt;EVAPI URL&gt; # # This string specifies...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-18T23:35:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/\",\"name\":\"Sample Configuration - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-18T23:35:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Integration Guides\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Extraview &#8211; ExtraView Peer Instance Integration\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Sample Configuration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sample Configuration - Product Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/","og_locale":"en_US","og_type":"article","og_title":"Sample Configuration - Product Documentation","og_description":"This is an example of a configuration site for a relatively complex site.&nbsp; The configuration utilizes most of the integration features. ====================================================================== # ExtraView Integration Daemon Configuration File # Copyright (c) 2015 ExtraView Corporation # ====================================================================== # ====== Server Connection Information ====== # (required) # # SERVER = &lt;EVAPI URL&gt; # # This string specifies...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-18T23:35:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/","name":"Sample Configuration - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-18T23:35:11+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/sample-configuration-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Integration Guides","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/"},{"@type":"ListItem","position":4,"name":"Extraview &#8211; ExtraView Peer Instance Integration","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/integration-guides-1\/extraview-extraview-peer-instance-integration-1\/"},{"@type":"ListItem","position":5,"name":"Sample Configuration"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24439"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24439\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24436"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}