Skip to main content



      Home
Home » Archived » OHF » ProvideAndRegisterDocumentSetType --> OMElement
ProvideAndRegisterDocumentSetType --> OMElement [message #586831] Tue, 19 August 2008 09:00
Eclipse UserFriend
Hi Everybody!

I have a very basic question - at least I hope it is basic ;) - that is
bothering me for days now!

I have metadata - received by an ITI-15 request - in form of an
ProvideAndRegisterDocumentSetType. Now I am changing and adding some
specific attributes. As an example - just for testing - I am trying to
add a XDSDocumentEntry.size to every DocumentEntryType with a simple loop
like:

for (DocumentEntryType documentEntry :
(EList<DocumentEntryType>)xdsMetadata.getDocumentEntry()) {
documentEntry.setSize("123456");
}

Now my problem is, that I want to send this "modified" metadata to an IHE
Registry using ITI-14.

Therefore I have to convert this metadata
-ProvideAndRegisterDocumentSetType - to an OMElement.

But I am really stuck on how to solve this problem.
I hope someone can help me!

Thanks in Advance for both your time and your knowledge!

Greetings
Stefan
Previous Topic:XCA with NIST's public registry
Next Topic:Async XDS.b - Questions for the OHF community
Goto Forum:
  


Current Time: Wed May 14 01:56:12 EDT 2025

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

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

Back to the top