[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ohf] ProvideAndRegisterDocumentSetType --> OMElement

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