1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5 <TITLE>Gdcm News</TITLE>
11 <!--#######################################################################-->
12 <H1>Gdcm News</a></H1>
14 <!--#######################################################################-->
16 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
18 <A CLASS="anchor" NAME="missing">
19 <B>Missing features</B></A>
21 We know the following are missing; don't loose time looking for them ...<br>
22 We know they could be helpfull. We shall add them some day.<br>
23 Any contribution is welcome.
27 <LI> gdcm doesn't read yet <TT>JPEG-LS</TT> encoded files.
29 We said '<TT>JPEG-LS</TT>', not Lossless Jpeg ...<br>
30 [<TT>JPEG-LS</TT> is the basis for new lossless/near-lossless compression
31 standard for continuous-tone images intended for <TT>JPEG2000</TT>.
32 The standard is based on the LOCO-I algorithm
33 (LOw COmplexity LOssless COmpression for Images)
34 developed at Hewlett-Packard Laboratories]
36 <LI> gdcm doesn't read yet all <TT>JPEG2000</TT> encoded files.
38 But we are working on it (a lot of troubles with Jasper).
40 <LI> gdcm doesn't read yet <TT>MPEG2</TT> encoded files.
45 <LI> Allow user to tell <TT>gdcm::Document</TT> constructor he just wants
46 to load a given list of <TT>DocEntries</TT>
47 (to save CPU time and RAM space)
48 <LI> Allow 'frame by frame' reading (should be helpfull for huge
50 <LI> Allow subvolume selection / frames selection before reading.
51 <LI> Expose Read/Decompression mechanisms to allow user getting
52 information from <tt>DICOMDIR</TT> <br> -or from his own Data Base-
53 and reading his images without parsing
54 the header, one more time.
58 <LI> Allow user to tell the Writer he doesn't want to write down
59 <TT>SeqEntry</TT> (if any)
60 <LI> Allow user to tell the Writer he doesn't want to write down
61 <TT>Shadow groups</TT> (if any)
62 <LI> Allow user to tell the Writer which compression mode he wants<br>
63 (Right now, no one is available)
64 <LI> Allow user to tell the Writer he wants to split a
65 <TT>Multiframe</TT> image into a serie of
66 <TT>Single frame</TT> images.
67 <LI> Allow user to tell the Writer he wants to agregate a
68 Serie of <TT>Single frame</TT> images into a
69 <TT>Multiframe</TT> image.
73 <LI> Full <TT>Icon Image</TT> management (Read and Write)
74 <LI> Full <TT>Overlays</TT> management (Read and Write) <br>
75 both for '<TT>ACR-NEMA</TT> style' (using groups <TT>0x6000</TT>
76 and nexts) and '<TT>DICOM V3</TT> style' (using Sequences)
78 <LI> <TT>DICOMDIR</TT>
80 <LI> <TT>DICOMDIR</TT> full management (not limited to
81 <TT> PATIENT</TT>/<TT>STUDY</TT>/<TT>SERIE</TT>/<TT>IMAGE</TT>)
82 <LI> Allow user to add an entry (belonging to the file header Dicom
83 entries)to the default entry list, before
84 making a <TT>DICOMDIR</TT> from a root directory
85 <LI> Allow user to add an entry of his owns (for instance an <TT>Icon</TT>
86 to each image, or to each Serie).
91 <LI> An accurate <TT>SerieHelper</TT> <br>
92 Right now <TT>SerieHelper</TT> only works on 'bona fide Series', and
93 breaks on wrongly forged Series.<br>
94 We are still looking for any heuristics...
95 <LI> A <TT>SerieHelper</TT> that would use the <TT>DICOMDIR</TT> (if any)
96 instead of parsing all the files within the Root Directory
100 <LI> 16-bits-LUT full Management
101 <LI> User friendly management of <TT>Rescale Slope</TT> and
102 <TT>Rescale Intercept</TT>
103 <LI> Allow manual adjunction / automatic recognition (pfff!...)
104 of the private <TT>Dicom Dictionary</TT>
105 to be used to parse <TT>Shadow groups</TT> against.
108 <!#######################################################################>
109 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
111 <A CLASS="anchor" NAME="NewsCurrentVersion">
112 <B>Current Version</B></A>
120 <a href="uml-gdcm.pdf">gdcm UML Class Diagram</a> current version.
123 <LI> <A HREF="News.html#missing">Missing Features</a>
127 <TT>gdcm::Dict:AddDict(std::string fullPathPrivateDictionaryFileName)</TT>
129 <TT>gdcm::Dict::RemoveDict(std::string fullPathPrivateDictionaryFileName)</TT>
131 to allow user to choose the 'Private Dictionary' he wants to work with.
133 One can dream about a better API;<br>
134 This one allow right now anybody to see very easyly if the use
135 of a given private dicom dictionary is of any help or not.
138 <TT>PrintFile</TT> has now a new command line argument manager option :<br>
139 <TT>dict=fullPathNamePricateDictionaryFile</TT><br>
140 to allow user to see with no extra coding what differences
141 makes the use or not of a private Dicom Dictionary.<br>
142 e.g. : use it as follow <br>
143 <TT>PrintFile filein=myGEdicomFile.dcm
144 dict=/user/userName/gdcm/Dicts/GEMS-Advance.dic</TT>
147 (Not a great one ...)
148 Stupid method names : <br><TT>DicomDir::WriteDicomDir()</TT>
149 and <TT>DicomDir::AnonymizeDicomDir()</TT> <br>replaced by : <br>
150 <TT>DicomDir::Write()</TT>
151 and <TT>DicomDir::Anonymize()</TT>
154 void Document::AddForceLoadElement(uint16_t group, uint16_t elem);
156 allows user to tell <TT>gdcm::Document</TT> Loader he wants
157 to force the loading of a given set of <TT>DocEntries</TT>,
158 even if their length exceeds the current
159 <TT>MAX_SIZE_LOAD_ELEMENT_VALUE</TT>.
162 Many users expect from <TT>vtkGdcmReader</TT> it 'orders' the images
163 (that's the job of <TT>gdcm::SerieHelper</TT> ...)<br>
164 When user <b>knows</b> the files with same Serie UID
165 have same sizes, same 'pixel' type, same color convention, ...
166 the right way to proceed is as follow :
168 gdcm::SerieHelper *sh= new gdcm::SerieHelper();
169 // if user wants *not* to load some parts of the file headers
170 sh->SetLoadMode(loadMode);
172 // if user wants *not* to load some files
173 sh->AddRestriction(group, element, value, operator);
174 sh->AddRestriction( ...
175 sh->SetDirectory(directoryWithImages);
177 // if user *knows* how to order his files
178 sh->SetUserLessThanFunction(userSuppliedComparisonFunction);
180 // if user wants to sort reverse order
181 sh->SetSortOrderToReverse();
183 // here, we suppose only the first Coherent File List is of interest
184 // Just iterate using sh->NexttCoherentFileList()
185 // if you want to get all of them
186 gdcm::FileList *l = sh->GetFirstCoherentFileList();
188 // if user is doesn't trust too much the files with same Serie UID
189 if ( !sh->IsCoherent(l) )
190 return; // not same sizes, or not same 'pixel type' -> stop
192 sh->OrderFileList(l); // sort the list
194 vtkGdcmReader *reader = vtkGdcmReader::New();
195 // if user wants to modify pixel order (Mirror, TopDown, ...)
196 // he has to supply the function that does the job
197 // (a *very* simple example is given in vtkgdcmSerieViewer.cxx)
198 reader->SetUserFunction (userSuppliedFunction);
200 // to pass a 'Coherent File List' as produced by gdcm::SerieHelper
201 reader->SetCoherentFileList(l);
204 You can see a full example in <TT>vtk/vtkgdcmSerieViewer.cxx</TT><br>
207 <TT>vtkgdcmSerieViewer dirname=Dentist mirror</TT><br>
208 <TT>vtkgdcmSerieViewer dirname=Dentist reverse</TT><br>
209 <TT>vtkgdcmSerieViewer dirname=Dentist reverse topdown</TT><br>
213 <LI> <TT>vtkGdcmReader::SetUserFunction (userSuppliedFunction)</TT><br>
215 <TT>void userSuppliedFunction(uint8_t *imageData, File *f);</TT><br>
216 allows user to reorganize the pixels of each image just after reading
217 it (to mirror, or topdown the image, for instance)<br>
218 Note : <TT>uint8_t *</TT> doesn't mean it works only on 8 Bits images.
219 <br> It's for prototyping. Feel free to cast it.
222 SerieHelper::SetUserLessThanFunction(userSuppliedComparisonFunction)
223 </TT><br> with : <br>
224 <TT>bool userSuppliedComparisonFunction(File *, File *);</TT><br>
225 allows user -when he knows more about his files than gdcm does-
226 to give his own comparison function.
227 <LI> <TT>SerieHelper::SetSortOrderToReverse</TT> allows user to ask
228 to sort the Files reverse order.
229 <LI> <TT>SerieHelper::AddRestriction</TT> has now a new constructor<br>
230 <TT>AddRestriction(group, element, value, operator);</TT><br>
231 allows user to exclude some files from the sorting, according to
232 any comparison operator <br>
233 (<TT>GDCM_EQUAL</TT>, <TT>GDCM_DIFFERENT</TT>,
234 <TT>GDCM_GREATER</TT>, <TT>GDCM_GREATEROREQUAL</TT>,
235 <TT>GDCM_LESS</TT>, <TT>GDCM_LESSOREQUAL</TT>), not only on the
238 <LI> <TT>AnonymizeNoLoad</TT> used with <TT>dirin=inputDirectoryName</TT>
239 anonymizes all the files within the given Directory.
241 User may also choose extra elements he wants to rub out: <br>
242 <TT>rubout=listOfElementsToRubOut</TT><br>
243 with <tt>listOfElementsToRubOut : group1-elem1,group2-elem2,
244 ...</TT> (in hexa, no space within the list )
246 <LI> <TT>gdcm::SerieHelper()</TT> has a new method
247 <TT>void AddGdcmFile(File *header)</TT>, that allows aware user to
248 create a '<TT>FileList</TT>' (actually a
249 <TT>std::vector< File* > </TT>).<br>
250 The <TT>FileList</TT> created this way will be the
251 'first one' in the <TT>gdcm::FileHelper()</TT> (retrieve it with
252 <TT>FileList *GetFirstCoherentFileList()</TT> ).<br>
253 It may be sorted using <TT>OrderFileList</TT>.<br>
254 No 'coherence check' will be performed on this <TT>FileList</TT>
256 It may be passed to a <TT>vtkGdcmReader</TT>
257 (to avoid parsing twice the files)
259 <LI> <TT>vtkGdcmReader</TT> can now get the result of
260 <TT>gdcm::SerieHelper</TT> (to avoid parsing twice the files)<br>
261 Proceed as follow :<br>
263 gdcmSerieHelper *sh = new gdcmSerieHelper();
264 sh->SetDirectory(myImageDirectory, true);
265 gdcmFileList *l = s->GetFirstCoherentFileList();
268 vtkGdcmReader *gr = new vtkGdcmReader();
269 gr->SetCoherentFileList(l);
272 This works with a directory that contains only one '<TT>Serie</TT>'
273 (same <TT>Serie UID</TT> for all the images).<br>
274 If it contains more than one <TT>Serie</TT>, you'll have to loop
275 on the Series, using <TT>GetNextCoherentFileList()</TT>;<br>
276 It will be up to the user to delete the <TT>gdcm::File</TT>.
278 See <TT>vtkgdcmSerieViewer</TT> for an example.
280 <LI>Both <TT>vtkgdcmViewer</TT> and <TT>vtkgdcmViewer2</TT>
281 are available to allow easy displaying of single/multiframe
282 GreyLevel/RGB/PaletteColor images<br><br>
283 <LI> <TT>DICOMDIR</TT> anonymiser (<TT>Load</TT> and <TT>Noload</TT> mode)
285 <LI> Because the <TT>gdcm::DicomDir::Load()</TT> method may be used
286 either for loading an already made <TT>DICOMDIR</TT> file or for
287 parsing all the dicom files with a given root directory we
288 syntaxically separated the operations: <br>
289 For loading an already made <TT>DICOMDIR</TT> file, use : <br>
291 gdcm::DicomDir *d = new gdcm::DicomDir();
292 d->SetFileName(fileName);
296 For parsing all the dicom files within a given root directory, use :<br>
298 gdcm::DicomDir *d = new gdcm::DicomDir();
299 d->SetDirectoryName(dirName);
303 <b>Don't</b> use any longer old deprecated style: <br>
305 gdcm::DicomDir *d = new gdcm::DicomDir();<br>
306 d->SetParseDir(true); // </TT>or <TT>d->SetParseDir(false);<br>
307 d->Load( fileName );<br>
310 <LI> User is now allowed to tell <TT>gdcm::Document</TT> constructor
311 he doesn't want to deal with <TT>SeqEntry</TT>
312 (every time it's possible, i.e for 'true length' Sequences) <br>
313 and/or he doesn't want to deal with <TT>Shadow groups</TT>
314 (every time it's possible i.e. when element <TT>0x0000</TT>
315 exists for this Group) <br>
316 or he doesn't want to deal with <TT>SeqEntry</TT> that belong to a
317 <TT>Shadow group</TT> (every time it's possible
318 -'true length' Sequence-)<br>
321 gdcm::File *f = new gdcm::File();
322 f->SetLoadMode(NO_SEQ); | depending on what
323 f->SetLoadMode(NO_SHADOW); | you want *not*
324 f->SetLoadMode(NO_SEQ | NO_SHADOW);| to load from the
325 f->SetLoadMode(NO_SHADOWSEQ); | target file
326 f->SetFileName(fileName);
329 <b>Don't</b> use any longer old deprecated style: <br>
331 gdcm::File *f = new gdcm::File(fileName);</TT> <br>
333 <LI> User is now allowed to tell <TT>gdcm::DicomDir</TT> constructor
334 he doesn't want to deal with <TT>SeqEntry</TT>
335 (every time it's possible, i.e for 'true length' Sequences) <br>
336 and/or he doesn't want to deal with <TT>Shadow groups</TT>
337 (every time it's possible i.e. when element <TT>0x0000</TT>
338 exists for this Group) <br>
339 or he doesn't want to deal with <TT>SeqEntry</TT> that belong to a
340 <TT>Shadow group</TT> (every time it's possible
341 -'true length' Sequence-)<br>
342 when he parses all the Dicom files within a given directory.<br>
345 gdcm::DicomDir *f = new gdcm::DicomDir();
346 f->SetLoadMode(NO_SEQ); | depending on what
347 f->SetLoadMode(NO_SHADOW); | you want *not*
348 f->SetLoadMode(NO_SEQ | NO_SHADOW);| to load from the files
349 f->SetLoadMode(NO_SHADOWSEQ); | within the root directory
350 f->SetDirectoryName(rootDirectoryName);
353 <b>Don't</b> use any longer old deprecated style: <br>
355 gdcm::DicomDir *dcmdir = new gdcm::DicomDir(dirName, true);</TT><br>
361 <LI> No more trouble when the 'endianess' switches within Sequences.
362 <LI> No more trouble with 'no length Sequences' belonging to a
363 <TT>Shadow Group</TT> when they are 'Implicit VR'.
364 <LI> The difference between <TT>MONOCHROME1</TT> (low values = bright,
365 high values = dark) and <TT>MONOCHROME2</TT> (low values = dark,
366 high values = bright) is now taken into account.<br>
367 It's no longer up to the user to change the pixels value
368 <LI> Writing a 'True Dicom' image after reading an <TT>ACR-NEMA</TT> image
369 does not request any longer from the user to build up
370 'manually' the Meta Elements group (<TT>0x0002</TT>)
371 <LI> Old '24 Bits' <TT>ACR-NEMA</TT> are now correctly re-written
372 in <TT>DICOM V3</TT> mode.
373 <LI> Element <TT>0x0000</TT> of <TT>Shadow groups</TT> is always forced to be a
374 <TT>ValEntry</TT> and its <TT>VR</TT> is forced to <TT>UL</TT>
378 <LI> A.P.I. breaking modifications (since previous version : <TT>1.0</TT>)
380 <LI> NEVER more API breaking modifications !!!
386 <LI> Use of <TT>Implicit Value Representation</TT> writting mode may
387 causes troubles, when there are some <TT>SQ</TT> belonging to a
388 <TT>Shadow Group</TT>. <br>
389 Better you use <TT>Explicit Value Representation</TT> writting mode ...
390 <LI> Troubles on 'Big endian' processors (i.e. Apple/Motorola, SunSparc
391 ...) when writting 16 Bits images.
392 <LI> Troubles on 64-bits processors.
399 <!#######################################################################>
400 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
402 <A CLASS="anchor" NAME="NewsVersion1_0">
403 <B>Version 1.0 (Feb 14 2005)</B></A>
409 <a href="Doc1.0/uml-gdcmV1.0.pdf">gdcm 1.0 UML Class Diagram</a> version.
410 <LI> <a href= "Doc1.0/html.user/index.html">User Documentation"</a>
411 <LI> <a href= "Doc1.0/html.developper/index.html">Developper
413 <LI> Final check of the jpeg sub-library: all 'classical' jpeg
414 compressed Dicom files can be read<br>
415 <LI>All the previously gdcm-breaker images are now readable<br>
416 <LI> A huge number of memory leaks removed
417 <LI> Improvement of write process
421 <LI> A.P.I. breaking modifications (since previous version : <TT>0.6</TT>)
423 <LI> Use of <TT> namespace</TT> : all the methods formerly named
424 <TT>className::gdcmXxx()</TT> are now named <TT>className::Xxx()</TT>
425 <br> End user will have to call them as <TT>gdcm::className::Xxx() </TT>
426 <LI> a <TT>gdcm::Document</TT> is now specialized in :
428 <LI> <TT>gdcm::DicomDir</TT>
429 <LI> <TT>gdcm::File</TT>
431 <LI> a <TT>gdcm::DicomElementSet</TT> is composed of a set of
432 <TT>gdcm::DicomDocEntry</TT>
433 <LI> a <TT>gdcm::DicomDocEntry</TT> can be :
435 <LI> a <TT>gdcm::ContentEntry</TT>, specialized in :
437 <LI> <TT>gdcm::ValEntry</TT>
438 <LI> <TT>gdcm::BinEntry</TT> (no longer a specialization of
439 <TT>gdcm::ValEntry</TT>)
441 <LI> a <TT>gdcm::SeqEntry</TT>
443 <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT>
444 <LI> Renaming of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT>
447 <LI> <TT>GetEntryByNumber
448
449 --> GetEntryValue</TT>
450 <LI> <TT>GetEntryLengthByNumber --> GetEntryLength</TT>
451 <LI> <TT>GetEntryOffsetByNumber --> GetEntryOffset</TT>
452 <LI> <TT>GetEntryVRByNumber
453 --> GetEntryVR</TT>
455 <LI> <TT>GetDocEntryByNumber
456 --> GetDocEntry</TT>
457 <LI> <TT>GetValEntryByNumber
458 --> GetValEntry</TT>
459 <LI> <TT>GetBinEntryByNumber
460 --> GetBinEntry</TT>
461 <LI> <TT>GetSeqEntryByNumber
462 --> GetSeqEntry</TT>
467 <!#######################################################################>
468 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
470 <A CLASS="anchor" NAME="NewsVersion0_6">
471 <B>Version 0.6 (June 8 2004)</B></A>
474 This version will be used by Insight Tool Kit
475 (<a href="http://www.itk.org">ITK</a> 2.0) at the beginning of 2005.<br>
476 It's not yet packaged ...<br><br>
477 <LI> <a href= "Doc0.6/html.user/index.html">User Documentation"</a>
478 <LI> <a href= "Doc0.6/html.developper/index.html">Developper Documentation"</a>
479 <LI> The new <TT>gdcmDocument</TT> class is a parent class of
480 <TT>gdcmHeader</TT> class and <TT>gdcmDicomDir</TT> class.
481 <LI> Massive modifications in the Class Diagram :
483 <LI> any dicom related file is a <TT>gdcmDocument</TT>
484 <LI> a <TT>gdcmDocument</TT> can be :
486 <LI> a <TT>gdcmHeader</TT>, if it contains pixel data
487 <LI> a <TT>gdcmDicomDir</TT>, if it contains only informations
488 on the files in a given directory
491 <LI> a <TT>gdcmDocument</TT> is_a <TT>gdcmElementSet</TT>,
492 composed of a set of <TT>gdcmEntry</TT> separated into :
494 <LI> <TT>gdcmValEntry</TT><br>
495 a specialization of <TT>gdcmValEntry</TT>, for 'non
496 <TT>std::string</TT> representable' values is
497 <TT>gdcmBinEntry</TT>
498 <LI> <TT>gdcmSeqEntry</TT> (VR = <TT>SQ</TT>, i.e Dicom Sequences)<br>
499 they are dealt as tree-like structures :<br>
500 - a <TT>gdcmSeqEntry</TT> is considered as a set
501 of <TT>gdcmSQItem</TT>,<br>
502 - a <TT>gdcmSQItem</TT> is_a <TT>gdcmElementSet</TT>, composed
503 of <TT>gdcmDocEntries</TT>, recursively <br>
506 <LI> Improvement of the jpeg sub-library: jpeg
507 compressed Dicom files (lossless and lossy)
508 might be read (check-it out)
511 <!#######################################################################>
512 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
514 <A CLASS="anchor" NAME="NewsVersion0_4">
515 <B>Version 0.4 (February 6 2004)</B></A>
519 <LI> <a href="Doc0.4/uml-gdcmV0.4.pdf">gdcm 0.4 UML Class Diagram</a>.
520 <LI> <a href= "Doc0.4/html.user/index.html">User Documentation"</a>
521 <LI> <a href= "Doc0.4/html.developper/index.html">Developper Documentation </a>
523 <LI> Introduction of a jpeg sub-library: some very simple jpeg-lossy
524 compressed Dicom files might be working (check-it out).
525 <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
526 with gcc-3.x), python disutil installer (see file setup.py)
527 supporting both Swig and vtk wrapping.
528 <LI> Introduction of a RLE (Run-Time Encoding) library
529 <LI> Color images (RGB or Palette Color) are dealt with
530 <LI> Confusing names <TT>gdcmPatient</TT>, <TT>gdcmStudy</TT>,
531 <TT>gdcmSerie</TT>, <TT>gdcmPatient</TT> changed to
532 <TT>gdcmDicomDirPatient</TT>, <TT>gdcmDicomDirStudy</TT>,
533 <TT>gdcmDicomDirSerie</TT>, <TT>gdcmDicomDirPatient</TT>
537 <!#######################################################################>
538 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
540 <A CLASS="anchor" NAME="NewsVersion0_3">
541 <B>Version 0.3 (July 8 2003)</B></A>
544 <LI> <TT>gdcmFile</TT> class now enables acces to the data
545 i.e. the image[s] content. Previously only parsing of the
546 Dicom header was available through usage of <TT>gdcmHeader</TT>
548 <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
549 of gdcm is now available through the <TT>vtkGdcmReader</TT>
550 vtk class (see it as a vtk wrapper of gdcm), which enables
552 <LI> Loading of a single image,
553 <LI> Loading of a stack of images from multiple Dicom files,
554 <LI> this class is wrapped for vtkPython (by using native vtk
557 <LI> Introduction of a jpeg sub-library: lossless-jpeg
558 compressed Dicom files work.
559 <LI> <TT>vtkgdcmViewer</TT> allows easy displaying of single/multiframe
560 GreyLevel/RGB/PaletteColor images
563 <!#######################################################################>
564 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
566 <A CLASS="anchor" NAME="NewsVersion0_1">
567 <B>Version 0.1 (April 1 2003)</B></A>
569 <!#######################################################################>
570 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
572 <A CLASS="anchor" name="NewsVersion0_1">
573 <B>Version 0.0 (March 14 2003)</B></A>
575 <HR size="1"><ADDRESS style="align: right;"></ADRESS>