Issue Details (XML | Word | Printable)

Key: SPEC-271
Type: Change Request Change Request
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Reporter: Rong Chen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Specification

Correct minor inconsistencies in ITEM_TABLE specification and example

Created: 16/May/08 08:03 PM   Updated: 11/Aug/08 11:52 PM  Due: 31/Jul/08
Component/s: openehr.rm.data_structures
Affects Version/s: None
Fix Version/s: Release 1.0.2

Time Tracking:
Not Specified

 Raise CR   Analysis   Resolution   
Raised By: Rong Chen
Change Description:
Changes made:

1. In figure 6 in the Data Structures specification, replace DV_QUANTITY_RATIO with DV_PROPORTION
2. The ith_row() function is updated to the following:

ith_row (i:Integer): CLUSTER
require
  i >= 1 and i <= row_count

Impact Analysis: Minimal impact.
Analyst: Thomas Beale
Approved By: ARB


 Description  « Hide
The following typos exist in the ITEM_TABLE part of the Data Structures IM.

1. The instance structure example of ITEM_TABLE in Reference Model Data Structures specification needs to be updated due to removal of DV_QUANTITY_RATIO.

2. in the function ith_row(), the upper limit needs to inclusive to get the last row. The lower limit could be improved as "i >= 1" to be consistent with other invariants
CURRENT:
ith_row(i:Integer): CLUSTER
require
i >0 and i < row_count



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas Beale added a comment - 24/Jul/08 04:01 PM
Included SPEC-272 content, prior to obsoleting SPEC-272

Thomas Beale added a comment - 24/Jul/08 04:02 PM
Accepted by ARB members: SH, EB, TC, DK, TB, RC

Thomas Beale added a comment - 11/Aug/08 11:52 PM
Passed by EB, RC, TB, DK, SH