20
Views
2
Comments
Solved
Incorrect attribute data in entitiy

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




2024-01-31 05-29-41
Akshay Deshpande
Solution

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

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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!

 

2024-01-31 05-29-41
Akshay Deshpande
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.