comparison OrthancFramework/Sources/Enumerations.h @ 5025:afa427f65444

Added an Asynchronous mode to /modalities/../move
author Alain Mazy <am@osimis.io>
date Tue, 21 Jun 2022 10:55:45 +0200
parents b7ce2bb6b881
children 255b02c68908
comparison
equal deleted inserted replaced
5021:559b35d18ef7 5025:afa427f65444
860 860
861 ORTHANC_PUBLIC 861 ORTHANC_PUBLIC
862 bool IsResourceLevelAboveOrEqual(ResourceType level, 862 bool IsResourceLevelAboveOrEqual(ResourceType level,
863 ResourceType reference); 863 ResourceType reference);
864 864
865 ORTHANC_PUBLIC
866 const char* ResourceTypeToDicomQueryRetrieveLevel(ResourceType type);
867
865 ORTHANC_PUBLIC 868 ORTHANC_PUBLIC
866 DicomModule GetModule(ResourceType type); 869 DicomModule GetModule(ResourceType type);
867 870
868 ORTHANC_PUBLIC 871 ORTHANC_PUBLIC
869 const char* GetDicomSpecificCharacterSet(Encoding encoding); 872 const char* GetDicomSpecificCharacterSet(Encoding encoding);