Talk:1.3.6.1.4.1.19376.1.5.3.1.4.13: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
McCaffrey (talk | contribs)
Minor issue: Minor error in sample XML.
Kboone (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Fixme|Need to address effectiveTime better}}
=== Fixed: 16:38, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
=== Fixed: 16:38, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
Changed typeCode to classCode<br/>
Changed typeCode to classCode<br/>

Revision as of 14:44, 24 March 2009

This text needs to be fixed-->>Need to address effectiveTime better<<--

Fixed: 16:38, 2 October 2008 (CDT) Kboone

Changed typeCode to classCode

<observation typeCode='OBS' ...

should be

<observation classCode='OBS' ...

(typeCode isn't a valid attribute. classCode is required.)



Fixed: 16:38, 2 October 2008 (CDT) Kboone

Added closing tag

Minor issue: The line in the example:

<assignedAuthor typeCode='ASSIGNED'><id></assignedAuthor>

The id element is missing a closing tag.


This text needs to be fixed-->> Minor issue: Example twice has "<assignedAuthor typeCode='ASSIGNED'>" where it should be "classCode" instead of "typeCode". <<--