|
From: Johan T. <jt...@us...> - 2006-11-20 08:34:51
|
Update of /cvsroot/vienti/vienti/source/se/biobanksregistersyd/vienti/datafiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv783/source/se/biobanksregistersyd/vienti/datafiles Modified Files: DfXML_RBBR.java Log Message: Removed some old code, corrected comment. Index: DfXML_RBBR.java =================================================================== RCS file: /cvsroot/vienti/vienti/source/se/biobanksregistersyd/vienti/datafiles/DfXML_RBBR.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- DfXML_RBBR.java 13 Oct 2006 07:35:58 -0000 1.24 +++ DfXML_RBBR.java 20 Nov 2006 08:34:49 -0000 1.25 @@ -24,6 +24,9 @@ ** liable for any use that may be made of the information contained herein. ** ** $Log$ + ** Revision 1.25 2006/11/20 08:34:49 jtorin + ** Removed some old code, corrected comment. + ** ** Revision 1.24 2006/10/13 07:35:58 jtorin ** Add support for writing the referral id through the element 'referralId', ** belonging to the substitution group 'base:supplementarySampleId'. @@ -359,14 +362,8 @@ // //throw new GenerationException(GenerationExceptionEnum.FILL_IN); // } - // Write the root element "person" with a single attribute "gender" + // Write the root element. xmlw.writeStartElement("xchng:sampleInformation"); - // TODO Rewrite as elements. /JT - /* - * xmlw.writeAttribute("base:countryId", countryId); - * xmlw.writeAttribute("rbbr:biobankId", biobankId); - * xmlw.writeAttribute("rbbr:biobankDivisionId", biobankDivisionId); - */ xmlw.writeNamespace("xchng", xchngNS); xmlw.writeNamespace("rbbr", rbbrNS); xmlw.writeNamespace("base", baseNS); |