Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The following settings are to be configured within NHIB modular instance to comply with implementation requirements.

INSERT INTO core_ModuleConfiguration (id,module,version,config,is_disabled_until,is_exposed,layer) VALUES
	 (N'f2af6904131b420b98374a82ec037b74',N'fe-claim',N'1.0.0',N'{
 "claimForm.autoGenerateClaimCode" : 1, "claimForm.numberOfAdditionalDiagnosis": 2, "claimForm.isCareTypeMandatory" : 1,"claimForm.isExplanationMandatoryForIPD": 1, "claimForm.showOrdinalNumber" : 1, "claimValidationMultipleServicesExplanationRequired": 1, "claimForm.isClaimedDateFixed": 1,         "reviews.defaultFilters" : {
            "claimStatus": {
                "value": 4,
                "filter": "status: 4"
            },
            "claimedUnder": {
                "value": 1000000,
                "filter": "claimed_Lte: \"1000000\""
            }
        }
}',NULL,1,N'fe'),
	 (N'f2af6904131b420b98374a82fd147b74',N'fe-core',N'1.0.0',N'{
 "allowSecondCalendar" : 1, "currency" : "NPR"
}',NULL,1,N'fe'),
	 (N'f2af9604242b420b98374a82ef037b74',N'fe-insuree',N'1.0.0',N'{
 "insureeForm.isInsureeFirstServicePointRequired": 1
}',NULL,1,N'fe'),
	 (N'f2af9604242b420b98374a82ef037c86',N'fe-location',N'1.0.0',N'{
 "healthFacilityForm.isHealthFacilityStatusEnabled": 1
}',NULL,1,N'fe'),
	 (N'f2af9604242b431b98374a82ef038d86',N'fe-home',N'1.0.0',N'{"HomePageContainer.showHomeMessage": true, "HomePageContainer.homeMessageURL": "https://claimdoc.hib.gov.np/notice/get.php", "HomePageContainer.showHealthFacilityMessage": 1}',NULL,1,N'fe');

  • No labels