Hi Everyone,
my data under claim details info for claim id is displaying the values of the drg table. while both the attributes use claiminfo identifier. the currentclaimid is mapping drg values.
Image 2 shows the correct claimids present in right hand side of the table.
could anyone please confirm what needs to be done to display the corret claim ids in claim info table
In the claim info table drag code is i think text or integer and that you are using FK as drag code
So it's impossible to get client claim id if you want client claim id you need to pass that I'd or else used proper joins for this
Thanks and regards,
Akshay deshpande
I don't understand your question. However, there's a number of things wrong with the datamodel, one of it being that in the ClaimInfo entity, ClientClaimId is not an Id but a default 50-character Text attribute, and DrgCode probably as well! Both should be Identifiers instead (like in the ClaimDetailsInfo entity). Also, calling a ClaimInfo identifier "ClaimId" instead of "ClaimInfoId" (in ClaimDetailInfo) is an anti-pattern, and not best practice!