Skip to content

Commit

Permalink
Reverted to copying DICOM files until transfer syntax and other heade…
Browse files Browse the repository at this point in the history
…r changes can be fixed to reliably create CHOP-fMRU compatible files.
  • Loading branch information
overtone1000 committed Dec 18, 2016
1 parent 4a17b86 commit a9cf7be
Show file tree
Hide file tree
Showing 75 changed files with 202 additions and 56 deletions.
Binary file modified .vs/CHOP-fMRU_Assistant/v14/.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion CHOP-fMRU_Assistant/CHOP-fMRU_Assistant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ private void ImportStudy()

GRD_Utils.FileIterator fi = new GRD_Utils.FileIterator(import_directory);
gdcm.TransferSyntax ts = new gdcm.TransferSyntax(gdcm.TransferSyntax.TSType.ExplicitVRLittleEndian);
//gdcm.TransferSyntax ts = new gdcm.TransferSyntax(gdcm.TransferSyntax.TSType.ImplicitVRLittleEndian);
//gdcm.TransferSyntax ts = new gdcm.TransferSyntax(gdcm.TransferSyntax.TSType.ImplicitVRBigEndianPrivateGE); //just used to check that transfer syntax conversion works
GRD_Utils.TSConvert tsc = new GRD_Utils.TSConvert(ts);
String newname;
Expand Down Expand Up @@ -374,7 +375,7 @@ private void ImportStudy()
}
catch(Exception e)
{
MessageBox.Show(e.StackTrace);
MessageBox.Show(e.Message);
}
}

Expand Down
3 changes: 3 additions & 0 deletions CHOP-fMRU_Assistant/CHOP-fMRU_Assistant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
<ItemGroup>
<Content Include="Icon1.ico" />
</ItemGroup>
<ItemGroup>
<Folder Include="obj\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>copy "$(SolutionDir)gdcm-dlls_v2.6.5\*.dll" "$(TargetDir)*.dll"</PreBuildEvent>
Expand Down
6 changes: 6 additions & 0 deletions CHOP-fMRU_Assistant/Download Study.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ private void formclosed(object sender, EventArgs e)
this.listView2.Items.Clear();
this.listView3.Items.Clear();
this.DialogResult = resulttosend;

configtest.Cancel();
Cfind_patients.Cancel();
Cfind_studies.Cancel();
Cfind_series.Cancel();
CMove_series_movescu.Cancel();
}

CEcho configtest;
Expand Down
1 change: 1 addition & 0 deletions CHOP-fMRU_Assistant/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);

Application.Run(new MainForm());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>C5Z9Ooohb2f9VRivYwn6Nx25UogKq4q6B1C86Bs1G4Q=</dsig:DigestValue>
<dsig:DigestValue>vwKRA2Pkg5lEs11/nOf7MYe2Jc/U+FkjYlGlCVdlsJQ=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/CHOP-fMRU_Assistant.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>otSE8TNT88qtkH+Bz1/0VIxdYgD95kQERz96GceH3x8=</dsig:DigestValue>
<dsig:DigestValue>cz4w8UOjMf5BjhGKF0ewIFCtS9bTWdtGMPlsbZUPuaw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>NpBEHP4zLS3K7tFba57RcbSPunIQOV8IrNbiUuheOUU=</dsig:DigestValue>
<dsig:DigestValue>4BDKVtsWWKnWWHCagp5Bq/BxfjkJHhDx3vkTzMxIIG4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -86,7 +86,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>KBH1VzDSnQoCbIinsUhtG6RqxFfuQQmj2rh6OKK2BxY=</dsig:DigestValue>
<dsig:DigestValue>O/KS82U+QBrNrZMgE0CTF0M/SYQlm+Tojm9cwfbzv1U=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/CHOP-fMRU_Assistant.pdb
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/DICOM_Fetch.dll
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/DICOM_Fetch.pdb
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/GRD_Utils.dll
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Debug/GRD_Utils.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>mnOjVPwTM/t8pAO2YtQTzgp+26Jlfmuf5un8NYtmj0Q=</dsig:DigestValue>
<dsig:DigestValue>WVLziJo3nM5auHoojQPqFLPfrlezvKkdUrzs2ZS+Yyw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant/bin/x64/Release/CHOP-fMRU_Assistant.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cRqB+Kcaa/QmDKssYv4h6sEjXYt1uTjfqW8JFq5BWzM=</dsig:DigestValue>
<dsig:DigestValue>1gBbqkRsTkgh+60zcfjyGl+fyk/MN9YS/0Ye6pXCoOw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>KGfJDZ7TgJqT14HVPy0nHEoI6oO0TXnxaoFoEgw+sk4=</dsig:DigestValue>
<dsig:DigestValue>S3nwSfV4A+3WBK2O4TKQr9EyZobRczT8jUN62em9DfY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -79,14 +79,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="19968">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="20480">
<assemblyIdentity name="GRD_Utils" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>6QJOc3wbk8HszWpdZqBjYyb9QNOGXVKAlMsS6qjB068=</dsig:DigestValue>
<dsig:DigestValue>050z10l3lwGcQm9xXJm99gziGFNNHFAppqwXf0si/00=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant/bin/x64/Release/DICOM_Fetch.dll
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Release/DICOM_Fetch.pdb
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Release/GRD_Utils.dll
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/bin/x64/Release/GRD_Utils.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>mnOjVPwTM/t8pAO2YtQTzgp+26Jlfmuf5un8NYtmj0Q=</dsig:DigestValue>
<dsig:DigestValue>WVLziJo3nM5auHoojQPqFLPfrlezvKkdUrzs2ZS+Yyw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cRqB+Kcaa/QmDKssYv4h6sEjXYt1uTjfqW8JFq5BWzM=</dsig:DigestValue>
<dsig:DigestValue>1gBbqkRsTkgh+60zcfjyGl+fyk/MN9YS/0Ye6pXCoOw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>KGfJDZ7TgJqT14HVPy0nHEoI6oO0TXnxaoFoEgw+sk4=</dsig:DigestValue>
<dsig:DigestValue>S3nwSfV4A+3WBK2O4TKQr9EyZobRczT8jUN62em9DfY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -79,14 +79,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="19968">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="20480">
<assemblyIdentity name="GRD_Utils" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>6QJOc3wbk8HszWpdZqBjYyb9QNOGXVKAlMsS6qjB068=</dsig:DigestValue>
<dsig:DigestValue>050z10l3lwGcQm9xXJm99gziGFNNHFAppqwXf0si/00=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>C5Z9Ooohb2f9VRivYwn6Nx25UogKq4q6B1C86Bs1G4Q=</dsig:DigestValue>
<dsig:DigestValue>vwKRA2Pkg5lEs11/nOf7MYe2Jc/U+FkjYlGlCVdlsJQ=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\CHOP-fMRU_Assistant.application
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\CHOP-fMRU_Assistant.exe
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\CHOP-fMRU_Assistant.pdb
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\DICOM_Fetch.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\gdcm-sharp.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\GRD_Utils.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\DICOM_Fetch.pdb
Expand All @@ -22,4 +23,3 @@ C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\obj\x64\Debug\CHOP-fMRU_Assistant.application
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\obj\x64\Debug\CHOP-fMRU_Assistant.exe
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\obj\x64\Debug\CHOP-fMRU_Assistant.pdb
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\CHOP-fMRU_Assistant\bin\x64\Debug\DICOM_Fetch.dll
Binary file not shown.
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/obj/x64/Debug/CHOP-fMRU_Assistant.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>otSE8TNT88qtkH+Bz1/0VIxdYgD95kQERz96GceH3x8=</dsig:DigestValue>
<dsig:DigestValue>cz4w8UOjMf5BjhGKF0ewIFCtS9bTWdtGMPlsbZUPuaw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>NpBEHP4zLS3K7tFba57RcbSPunIQOV8IrNbiUuheOUU=</dsig:DigestValue>
<dsig:DigestValue>4BDKVtsWWKnWWHCagp5Bq/BxfjkJHhDx3vkTzMxIIG4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -86,7 +86,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>KBH1VzDSnQoCbIinsUhtG6RqxFfuQQmj2rh6OKK2BxY=</dsig:DigestValue>
<dsig:DigestValue>O/KS82U+QBrNrZMgE0CTF0M/SYQlm+Tojm9cwfbzv1U=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant/obj/x64/Debug/CHOP-fMRU_Assistant.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>mnOjVPwTM/t8pAO2YtQTzgp+26Jlfmuf5un8NYtmj0Q=</dsig:DigestValue>
<dsig:DigestValue>WVLziJo3nM5auHoojQPqFLPfrlezvKkdUrzs2ZS+Yyw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file modified CHOP-fMRU_Assistant/obj/x64/Release/CHOP-fMRU_Assistant.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cRqB+Kcaa/QmDKssYv4h6sEjXYt1uTjfqW8JFq5BWzM=</dsig:DigestValue>
<dsig:DigestValue>1gBbqkRsTkgh+60zcfjyGl+fyk/MN9YS/0Ye6pXCoOw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>KGfJDZ7TgJqT14HVPy0nHEoI6oO0TXnxaoFoEgw+sk4=</dsig:DigestValue>
<dsig:DigestValue>S3nwSfV4A+3WBK2O4TKQr9EyZobRczT8jUN62em9DfY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -79,14 +79,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="19968">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GRD_Utils.dll" size="20480">
<assemblyIdentity name="GRD_Utils" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>6QJOc3wbk8HszWpdZqBjYyb9QNOGXVKAlMsS6qjB068=</dsig:DigestValue>
<dsig:DigestValue>050z10l3lwGcQm9xXJm99gziGFNNHFAppqwXf0si/00=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified CHOP-fMRU_Assistant_Release.zip
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Debug/DICOM_Fetch.dll
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Debug/DICOM_Fetch.pdb
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Debug/GRD_Utils.dll
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Debug/GRD_Utils.pdb
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Release/DICOM_Fetch.dll
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Release/DICOM_Fetch.pdb
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Release/GRD_Utils.dll
Binary file not shown.
Binary file modified DICOM_Fetch/bin/Release/GRD_Utils.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\DICOM Fetch\DICOM_Fetch\o
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\DICOM Fetch\DICOM_Fetch\bin\Debug\DICOM_Fetch.dll.config
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\DICOM Fetch\DICOM_Fetch\bin\Debug\DICOM_Fetch.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\DICOM Fetch\DICOM_Fetch\obj\Debug\DICOM_Fetch.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\movescu.exe
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\Program.cs
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\movescu.exe
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\DICOM_Fetch.dll.config
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\DICOM_Fetch.dll
C:\Users\Tyler Moore\Dropbox\My Programs\Visual Studio\CHOP-fMRU_Assistant\DICOM_Fetch\bin\Debug\DICOM_Fetch.pdb
Expand Down
Binary file modified DICOM_Fetch/obj/Debug/DICOM Fetch.csproj.GenerateResource.Cache
Binary file not shown.
Binary file not shown.
Binary file modified DICOM_Fetch/obj/Debug/DICOM_Fetch.dll
Binary file not shown.
Binary file modified DICOM_Fetch/obj/Debug/DICOM_Fetch.pdb
Binary file not shown.
Binary file not shown.
Binary file modified DICOM_Fetch/obj/Release/DICOM_Fetch.dll
Binary file not shown.
Binary file modified DICOM_Fetch/obj/Release/DICOM_Fetch.pdb
Binary file not shown.
Loading

0 comments on commit a9cf7be

Please sign in to comment.