Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.02
-
None
-
Edit Terms
-
Modifiers
-
i2b2 Core
Description
Currently, when you add a modifier from within the Edit Terms view you cannot add the metadataxml that would be associated to it. This improvement will allow users to add the metadataxml when creating a new or editing an existing modifier from within the Edit Terms view.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7.04 [ 10160 ] | |
Assignee | Lori Phillips [ lcp5 ] | |
i2b2 Sponsored Project/s | i2b2 Core [ 10196 ] | |
Status | New [ 10000 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Developer Notes | The client was updated to allow a user to enter in metadata xml info. The server was updated to insert this info into the db. | |
Status | In Progress [ 3 ] | Ready to Test [ 10001 ] |
Assignee | Lori Phillips [ lcp5 ] | Janice Donahoe [ jmd86 ] |
Status | Ready to Test [ 10001 ] | Testing [ 10002 ] |
Testing Notes |
Tested with build 1.7.04.0001. An issue was found when adding enumerated values to the metadataxml for modifiers. The xml that was being created was as follows:
<EnumValues> <Val>AC</Val> <Val>BID</Val> <Val>QD</Val> <Val>QHS</Val> <Val>TID</Val> </EnumValues> The problem is the description attribute is missing from <Val> and this information is required to display the enumerated values correctly in the Modifier Value window located in the Query Tool view. Example of correct format for the XML for enum values: <EnumValues> <Val description="Before meals">AC</Val> <Val description="Twice per day">BID</Val> <Val description="">QD</Val> <Val description="Once at night">QHS</Val> <Val description="">TID</Val> </EnumValues> |
|
i2b2 Feature/s | Modifiers [ 10055 ] | |
Status | Testing [ 10002 ] | Testing [ 10002 ] |
Assignee | Janice Donahoe [ jmd86 ] | Lori Phillips [ lcp5 ] |
Status | Testing [ 10002 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Developer Notes | The client was updated to allow a user to enter in metadata xml info. The server was updated to insert this info into the db. |
The client was updated to allow a user to enter in metadata xml info. The server was updated to insert this info into the db.
The client was recently updated to give the correct ValueMetadata <Val description =""> format for Enums and to clean up default parameter issues on the Query Dimensions page (modifier_dimension, etc) |
Assignee | Lori Phillips [ lcp5 ] | Janice Donahoe [ jmd86 ] |
Status | In Progress [ 3 ] | Ready to Test [ 10001 ] |
Status | Ready to Test [ 10001 ] | Testing [ 10002 ] |
Build Number/s (Testing) | 1.7.04.0001, 1.7.04.0002 | |
Testing Notes |
Tested with build 1.7.04.0001. An issue was found when adding enumerated values to the metadataxml for modifiers. The xml that was being created was as follows:
<EnumValues> <Val>AC</Val> <Val>BID</Val> <Val>QD</Val> <Val>QHS</Val> <Val>TID</Val> </EnumValues> The problem is the description attribute is missing from <Val> and this information is required to display the enumerated values correctly in the Modifier Value window located in the Query Tool view. Example of correct format for the XML for enum values: <EnumValues> <Val description="Before meals">AC</Val> <Val description="Twice per day">BID</Val> <Val description="">QD</Val> <Val description="Once at night">QHS</Val> <Val description="">TID</Val> </EnumValues> |
Tested with build 1.7.04.0001. An issue was found when adding enumerated values to the metadataxml for modifiers. The xml that was being created was as follows:
<EnumValues> <Val>AC</Val> <Val>BID</Val> <Val>QD</Val> <Val>QHS</Val> <Val>TID</Val> </EnumValues> The problem is the description attribute is missing from <Val> and this information is required to display the enumerated values correctly in the Modifier Value window located in the Query Tool view. Example of correct format for the XML for enum values: <EnumValues> <Val description="Before meals">AC</Val> <Val description="Twice per day">BID</Val> <Val description="">QD</Val> <Val description="Once at night">QHS</Val> <Val description="">TID</Val> </EnumValues> ______________________________ Tested with build 1.7.04.0002 and it appears to be working correctly. |
Status | Testing [ 10002 ] | Testing [ 10002 ] |
Build Number (Fixed) | 1.7.04.0002 | |
Resolution | Fixed [ 1 ] | |
Status | Testing [ 10002 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |