下列範例資料是針對特定案例在給定日期的判定,查詢「收入」種類的結果:
<Display> <IncomeCategory> <familyTotalIncome domain="CURAM_MONEY">250</familyTotalIncome> <familyMemberList> <Item> <concernRoleID>1234</concernRoleID> <participantFullName>James Smith</participantFullName> <participantTotalIncome domain="CURAM_AMOUNT">100 </participantTotalIncome> </Item> <Item> <concernRoleID>5674</concernRoleID> <participantFullName>Jane Smith</participantFullName> <participantTotalIncome domain="CURAM_AMOUNT">150 </participantTotalIncome> </Item> </familyMemberList> </IncomeCategory> </Display>
下列範例資料是針對特定案例在給定日期的判定及商業物件 ID (1234) 與子畫面類型,查詢「收入」種類的結果:
<Display> <CaseParticipantFullIncomeClass> <businessObjectID>1234</businessObjectID> <participantFullName>James Smith</participantFullName> <participantIncomeList> <Item> ... </Item> <Item> ... </Item> </participantIncomeList> </CaseParticipantFullIncomeClass> </Display>