Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/MultitenantDicom/NOTES.txt @ 5401:fc604681e6be
When exporting a study archive, make sure to use the PatientName from the study and not from the patient in case of PatientID collision
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 16 Oct 2023 17:30:40 +0200 |
parents | 7cb1b851f5c8 |
children |
line wrap: on
line source
Linux Standard Base (LSB) ========================= $ mkdir lsb $ cd lsb $ LSB_CC=gcc-4.8 LSB_CXX=g++-4.8 cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../../../../OrthancFramework/Resources/Toolchains/LinuxStandardBaseToolchain.cmake -DUSE_LEGACY_JSONCPP=ON -DUSE_LEGACY_BOOST=ON -G Ninja $ ninja