Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » OHF » set effectiveTime??
set effectiveTime?? [message #49422] Wed, 05 November 2008 10:32 Go to next message
RobertHua is currently offline RobertHuaFriend
Messages: 58
Registered: July 2009
Member
<effectiveTime xsi:type="IVL_TS">
<low value="20000328"/>
</effectiveTime>

<effectiveTime xsi:type="PIVL_TS" operator="A">
<period value="24" unit="h"/>
</effectiveTime>

How to set the format above?I can set the format:
<effectiveTime>
<low value="20000328"/>
</effectiveTime>
Thanks!
Re: set effectiveTime?? [message #49452 is a reply to message #49422] Thu, 13 November 2008 21:56 Go to previous message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
Hi Robert,

I'm not even sure how you'd get these. The only thing I can think of is
that the places in the document where these are have a generic type
(that is a type in the schema that is later extended to create IVL_TS
and PIVL_TS). So, you create an instance of one of these types and then
send that as the value to the method setEffectiveTime(...).

That's my best guess, given this limited context.
- sarah

RobertHua wrote:
> <effectiveTime xsi:type="IVL_TS">
> <low value="20000328"/>
> </effectiveTime>
>
> <effectiveTime xsi:type="PIVL_TS" operator="A">
> <period value="24" unit="h"/>
> </effectiveTime>
>
> How to set the format above?I can set the format:
> <effectiveTime>
> <low value="20000328"/>
> </effectiveTime>
> Thanks!
>
Re: set effectiveTime?? [message #588041 is a reply to message #49422] Thu, 13 November 2008 21:56 Go to previous message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
Hi Robert,

I'm not even sure how you'd get these. The only thing I can think of is
that the places in the document where these are have a generic type
(that is a type in the schema that is later extended to create IVL_TS
and PIVL_TS). So, you create an instance of one of these types and then
send that as the value to the method setEffectiveTime(...).

That's my best guess, given this limited context.
- sarah

RobertHua wrote:
> <effectiveTime xsi:type="IVL_TS">
> <low value="20000328"/>
> </effectiveTime>
>
> <effectiveTime xsi:type="PIVL_TS" operator="A">
> <period value="24" unit="h"/>
> </effectiveTime>
>
> How to set the format above?I can set the format:
> <effectiveTime>
> <low value="20000328"/>
> </effectiveTime>
> Thanks!
>
Previous Topic:set effectiveTime??
Next Topic:Problem with PDQ Query - search patient by ID
Goto Forum:
  


Current Time: Tue Apr 16 13:12:26 GMT 2024

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

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

Back to the top