IHE User 6cfa6dcba8b Copy commit hash Bring files up to currency with current content on deployed system. We lost track of a few changes. This update gets us syncrhonized
with what exists on our CentOS VM. 03 Apr 2018 Steve Moore c905cd41bdf Copy commit hash Make the front of the script that helps you find the installation folder a little more verbose to help the user.
Also, correct a problem in the input if the user had to enter
a new location; we should have "chomped" the input. 24 Mar 2015 Steve Moore 53fb808b915 Copy commit hash New compilers did not like the fact that this software re-defined the getline function. I renamed the local getline
to make sure there was no name collision. 10 Mar 2015 Steve Moore 589b1ff37ec Copy commit hash Comment out the reference to the xerces software. If we ever want to do that again, we should re-start with
a java implementation. 10 Mar 2015 Steve Moore 580e24a0b3a Copy commit hash New compiler did not allow me to use a variable (x) as part of the "for" control (for int x=0;...) and also as an internal
variable of a differnt type (MString x).
Renamed the control x to xa.
I'm glad the compiler caught this. 10 Mar 2015 Steve Moore 699b77d263b Copy commit hash New environment files for 64 bit linux systems that use GCC4. This should work for a number of different
operating systems. These were tested on CentOS.
We will soon test on Ubuntu and Debian. 10 Mar 2015 smoore c278a57bb77 Copy commit hash Visual Studio 2013 detected an error in how I was checking for ifstream open failures. Corrected this error. 01 Mar 2014 smoore bfb56058270 Copy commit hash Visual Studio 2013 detected an error in how I was checking for ofstream open failures. Corrected this error. 01 Mar 2014 smoore 67956f9c98b Copy commit hash Visual Studio 2013 detected an error in how I was checking for ifstream open failures. Corrected this error. 28 Feb 2014 smoore 0047dd3d624 Copy commit hash Visual Studio 2013 detected an error in how I was checking for ifstream open failures. Corrected this error. 28 Feb 2014 smoore 120b12e05af Copy commit hash Added methods to get and set sequence values. These will be helpful for dose SR objects. 08 Sep 2013 smoore b8e3e570ec4 Copy commit hash Remove op_hl7ps. Replaced by the hl7_rcvr application several years ago. 06 Sep 2013 smoore b93a8897dd9 Copy commit hash Change include folder reference because we moved the ctn software from mesa/external to a level that is
parallel to MESA. 05 Sep 2013 smoore d75afec7e66 Copy commit hash Added vcxproj files from another build. These were not in the code repository. 05 Sep 2013 smoore 90af9f79569 Copy commit hash Added vcxproj files from another build. These were not in the code repository. 05 Sep 2013 smoore d125867fdb9 Copy commit hash Make one of the functions/methods have an explicit return type. Visual Studio flagged this as an error (no return type). 05 Nov 2012 smoore dea0a3eb4cb Copy commit hash Update to include the right DOM header file. I think this is a case of changes in the library. 05 Nov 2012 smoore 1d3693080ef Copy commit hash Make sure an array of characters is initialized before use. This mainly helps the compiler; the array was an output array for sprintf. 05 Nov 2012 smoore 1db15123adf Copy commit hash Visual Studio caught some method definitions without defined return types and flagged those as errors. Update the method definitions to return type int. 05 Nov 2012 smoore cffa9a4f743 Copy commit hash Visual Studio caught some method definitions without defined return types and flagged those as errors. Update the method definitions to return type int. 05 Nov 2012 smoore 88567effa9e Copy commit hash Comment out #include <unistd.h> Was causing some problems for Visual Studio. Not even sure if we use these files anymore. 04 Nov 2012 smoore 56d8c68ad85 Copy commit hash Include folder needed to build MESA software. We used to create this with a script; we will just make it part of the project. 03 Nov 2012 smoore 63a623c3783 Copy commit hash After automated update for Visual Studio 2010. 01 Sep 2011 smoore b5c969df3d9 Copy commit hash Update for Visual Studio 2010 build. Removed the statements that copy manifest files to the target folder. Still need to test if that is correct. 01 Sep 2011 smoore 2844263d975 Copy commit hash Update for compiling with Visual Studio 2010. 01 Sep 2011 smoore 29993b9f46c Copy commit hash vcproj files are for Visual Studio 26 May 2011 smoore 4bcf087b18e Copy commit hash Add one class method: static MString generateOID(const MString& pathToOIDFile, int index); The implementation of this method needs review. 25 May 2011 smoore 821818b803c Copy commit hash Add class MMESAMisc 25 May 2011 smoore 43ec8f79da9 Copy commit hash Update for NA 2011. Mainly cleanup. 16 Jan 2011 smoore 17a20bdb320 Copy commit hash Update protocolItemData.txt for NA 2011. Clean up inconsistencies; no real additions. 16 Jan 2011 smoore f5f77cea85b Copy commit hash Add error correction for entries with spaces. Count the number of values on the input data line so we don't blow up.
Add a command line option to both clear and then fill the database. 16 Jan 2011 smoore d79460791c1 Copy commit hash #ifdef changes so we can compile for CSW without some of the libraries that are not needed. 23 Nov 2010 smoore 55e27550247 Copy commit hash cosmetic change to get this to right version 23 Nov 2010 smoore 4b79f448d55 Copy commit hash Do a better job of returning error information when an Association Negotiation does not complete properly. 23 Nov 2010 smoore 7ec2c3a171e Copy commit hash Change /GX compile flag to /EHsc for newer version of Visual Studio. 23 Nov 2010 smoore c0fc9b8a31c Copy commit hash Change /GX compile flag to /EHsc for newer version of Visual Studio. 23 Nov 2010 smoore a8c2d1b000b Copy commit hash Microsoft Visual Studio 2005 solution for building all of MESA software. 23 Nov 2010 smoore ab056c9635b Copy commit hash The ctn folder is no longer found in mesa/external but rather parallel to the mesa folder. 23 Nov 2010 smoore c54fad23613 Copy commit hash Script for Secure Node test 11257. This sends an Audit Message to an Audit Record Respository secured by TLS. 17 Nov 2010 smoore ae461192e16 Copy commit hash Script runs Secure Node test 11251-01. This sends a DICOM C-Echo request with TLS communication. 17 Nov 2010 smoore 2ccb5ba6165 Copy commit hash Update for version 306 16 Nov 2010 smoore 3016061da21 Copy commit hash Don't build the Java software. Copy different DLL's to MESA binary folder. We switched to a newer version of Visual Studio. 16 Nov 2010 smoore 38d185e408c Copy commit hash While working on other issues, replaces the /GX compile switch with/EHsc per Visual Studio warnings. 16 Nov 2010 smoore 0b2fdeb02a2 Copy commit hash In the MSyslogClient:: descructor, use the proper Windows call to close the UDP socket. It is not ::close as on Windows. There is a W32 specific call. 16 Nov 2010 smoore 746bc8175d2 Copy commit hash Add some debugging to help us find a problem of applications blowing up when closing a UDP socket connection. It turns out it was not in this class. 16 Nov 2010 smoore f4bbbd5e7ee Copy commit hash Add some logging with MLogClient application. Remove the cout debugging statements. 16 Nov 2010 smoore bd8160bddfb Copy commit hash Alter to copy the manifest file to the target folder. Upgrade to Visual Studio 8 required this (I think;
I'm not an expert). 16 Nov 2010 smoore 2da80cc333c Copy commit hash Proper compile flags for VS 8 Proper generation of manifest file. 16 Nov 2010 smoore 5aab8394a5a Copy commit hash Cast a parameter to the recvfrom OS call to satisfy Microsoft compiler. 16 Nov 2010 smoore fa3a4a5922d Copy commit hash Change compile flags to get rid of warnings. Happens because we moved to Visual Studio 8. 16 Nov 2010