Skip to main content



      Home
Home » Eclipse Projects » Model Driven Health Tools » Estimated Date of Delivery: value is returned as null by mdht(Estimated Date of Delivery: value is returned as null by mdht)
Estimated Date of Delivery: value is returned as null by mdht [message #1769438] Mon, 31 July 2017 11:20 Go to next message
Eclipse UserFriend
MDHT Parser/library doesn't reads the value from xml at the time of loading for Estimated Date of Delivery under pregnancy observation template. It always return null value instead of exact date.

<code code="11778-8" codeSystem="2.16.840.1.113883.6.1" displayName="Estimated date of delivery" codeSystemName="Lixo" />
<statusCode code="completed"/>
<value xsi:type="TS">"20110103"</value>

Code, codesystem, statuscode and displayname is returned successfully but value tag always return null (Date is not returned)
Re: Estimated Date of Delivery: value is returned as null by mdht [message #1769451 is a reply to message #1769438] Mon, 31 July 2017 14:30 Go to previous messageGo to next message
Eclipse UserFriend
it is confusing but the TS datatype uses a value attribute so the correct xml is

<value xsi:type="TS" value="20110103" />

I
Re: Estimated Date of Delivery: value is returned as null by mdht [message #1769518 is a reply to message #1769451] Tue, 01 August 2017 05:44 Go to previous message
Eclipse UserFriend
Thanks Sean!!! It worked :)
Previous Topic:CCDA 2.1 create two realmCode elements
Next Topic:Multiple Realm codes for CCDA CCD (2.1)
Goto Forum:
  


Current Time: Mon May 12 18:30:01 EDT 2025

Powered by FUDForum. Page generated in 0.03223 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top