Closed danielsveins closed 1 year ago
Same with ClaimTransaction, all the amount properties, except the property Amount are defined as integer even though they are number in ClaimDetails.
It should be noted that the same goes for the corresponding properties in other objects, such as createClaimDetails and mergeClaimDetails.
Meeting of TN-FMÞ-VH7-15 discussed that this was probably not due to a concious decision and could generate problems or at least create unecessary work in implementation. The suggestion is therefore that all these fields should be made number across the board. The next step would be to receive a PR.
This issue was addessed in the Claims 3.1 work done under workgroup VH-7. See the referenced comments and changes.
I have a question regarding the types of the amount properties of claimDetails.
Most of the properties are defined as number. However otherCosts, otherDefaultCosts and dayAmountItem.Value (used in defaultCharge and discount) are defined as integer. The corresponding properties in IOBWS 2.0 are not integers.
Is there a specific reason for this or should they all be of the type number?