Skip to main content



      Home
Home » Archived » OHF » set effectiveTime??
set effectiveTime?? [message #49422] Wed, 05 November 2008 05:32 Go to next message
Eclipse UserFriend
<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 16:56 Go to previous message
Eclipse UserFriend
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 16:56 Go to previous message
Eclipse UserFriend
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: Wed Apr 16 07:57:42 EDT 2025

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

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

Back to the top