Commit 3786bfcf authored by Gert Wollny's avatar Gert Wollny
Browse files

New upstream version 1.00~20180401144051

parent 2c19f536
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
171209:	libsrc/standard/elmdict/other.tpl: Add observed explict VR of more Brainlab private data elements
180401:	libsrc/standard/module/base.tpl: Add Scheduled Procedure Step Expiration DateTime data element (CP 1224)

180328:	libsrc/standard/module/base.tpl,vl.tpl: WSI is missing Frame Type (CP 1740)

180328:	libsrc/standard/condn.tpl,elmdict/dicom3.tpl,module/base.tpl,vl.tpl,strval/base.tpl: More compact use of Per-Frame Functional Group Macros in Non-Sparse VL Whole Slide Microscopy Image IOD (CP 1713)

180313:	libsrc/standard/elmdict/elscint.tpl: Update Philips CT data element descriptions from Revolution CT DCS 2015

180313:	libsrc/standard/elmdict/gems.tpl: Update GE CT data element descriptions from Revolution CT DCS 2015

180222: libsrc/standard/elmdict/other.tpl: Update Intelerad private data elements

180204: libsrc/standard/elmdict/other.tpl: Add observed explicit VR for CureMetrix private data elements

180123: libsrc/standard/module/base.tpl: Data elements for Constituent Mapping Macro (CP 1617)

171230:	libsrc/support/DicomDictionary_header.txt,elmtojava_TagFromName.awk: Update copyright in emitted Java dictionary and remove old toolkit keywords prior to CP 850 establishment of official keywords

171228:	appsrc/dcfile/dciodvfy.cc,libsrc/src/locale/mesgtext.tpl: Warn if example ISO root used in UID since not valid in production objects (000516)

171221:	libsrc/standard/elmdict/other.tpl: Add CTP StudyYear private data element used by NCI script

171209:	libsrc/standard/elmdict/other.tpl: Add observed explicit VR of more Brainlab private data elements

171209:	libsrc/standard/module/mr.tpl: Correct number of sequence items in ReferencedInstanceSequence in Tractography Module (000515)

+1 −1
Original line number Diff line number Diff line
Copyright (c) 1993-2015, David A. Clunie DBA PixelMed Publishing. All rights reserved.
Copyright (c) 1993-2018, David A. Clunie DBA PixelMed Publishing. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
+1 −1
Original line number Diff line number Diff line
1.00.snapshot.20171209092658
1.00.snapshot.20180401144051
+1 −1
Original line number Diff line number Diff line
static const char *CopyrightIdentifier(void) { return "@(#)ancp.cc Copyright (c) 1993-2015, David A. Clunie DBA PixelMed Publishing. All rights reserved."; }
static const char *CopyrightIdentifier(void) { return "@(#)ancp.cc Copyright (c) 1993-2018, David A. Clunie DBA PixelMed Publishing. All rights reserved."; }
#if USESTANDARDHEADERSWITHOUTEXTENSION == 1
#include <iostream>
#include <iomanip>
+1 −1
Original line number Diff line number Diff line
static const char *CopyrightIdentifier(void) { return "@(#)ancreate.cc Copyright (c) 1993-2015, David A. Clunie DBA PixelMed Publishing. All rights reserved."; }
static const char *CopyrightIdentifier(void) { return "@(#)ancreate.cc Copyright (c) 1993-2018, David A. Clunie DBA PixelMed Publishing. All rights reserved."; }
#if USESTANDARDHEADERSWITHOUTEXTENSION == 1
#include <iostream>
#include <iomanip>
Loading