Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:20 Go to next message
Pawan Verma is currently offline Pawan VermaFriend
Messages: 2
Registered: July 2017
Junior Member
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 18:30 Go to previous messageGo to next message
Sean Muir is currently offline Sean MuirFriend
Messages: 63
Registered: September 2015
Member
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 09:44 Go to previous message
Pawan Verma is currently offline Pawan VermaFriend
Messages: 2
Registered: July 2017
Junior Member
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: Wed Apr 24 14:37:06 GMT 2024

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

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

Back to the top