Home
last modified time | relevance | path

Searched refs:PhotometricInterpretation_Monochrome1 (Results 1 – 25 of 25) sorted by relevance

/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp58 photometric_ = PhotometricInterpretation_Monochrome1; in DicomImageInformation()
292 photometric_ == PhotometricInterpretation_Monochrome1 || in ExtractPixelFormat()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp58 photometric_ = PhotometricInterpretation_Monochrome1; in DicomImageInformation()
292 photometric_ == PhotometricInterpretation_Monochrome1 || in ExtractPixelFormat()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp58 photometric_ = PhotometricInterpretation_Monochrome1; in DicomImageInformation()
292 photometric_ == PhotometricInterpretation_Monochrome1 || in ExtractPixelFormat()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp58 photometric_ = PhotometricInterpretation_Monochrome1; in DicomImageInformation()
292 photometric_ == PhotometricInterpretation_Monochrome1 || in ExtractPixelFormat()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp58 photometric_ = PhotometricInterpretation_Monochrome1; in DicomImageInformation()
292 photometric_ == PhotometricInterpretation_Monochrome1 || in ExtractPixelFormat()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.cpp689 case PhotometricInterpretation_Monochrome1: in EnumerationToString()
1448 return PhotometricInterpretation_Monochrome1; in StringToPhotometricInterpretation()
H A DEnumerations.h477 PhotometricInterpretation_Monochrome1, enumerator
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.cpp689 case PhotometricInterpretation_Monochrome1: in EnumerationToString()
1448 return PhotometricInterpretation_Monochrome1; in StringToPhotometricInterpretation()
H A DEnumerations.h477 PhotometricInterpretation_Monochrome1, enumerator
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DEnumerations.cpp689 case PhotometricInterpretation_Monochrome1: in EnumerationToString()
1471 return PhotometricInterpretation_Monochrome1; in StringToPhotometricInterpretation()
H A DEnumerations.h477 PhotometricInterpretation_Monochrome1, enumerator
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.cpp689 case PhotometricInterpretation_Monochrome1: in EnumerationToString()
1448 return PhotometricInterpretation_Monochrome1; in StringToPhotometricInterpretation()
H A DEnumerations.h477 PhotometricInterpretation_Monochrome1, enumerator
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DEnumerations.cpp680 case PhotometricInterpretation_Monochrome1: in EnumerationToString()
1473 return PhotometricInterpretation_Monochrome1; in StringToPhotometricInterpretation()
H A DEnumerations.h473 PhotometricInterpretation_Monochrome1, enumerator
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DFrameworkTests.cpp733 …ASSERT_EQ(PhotometricInterpretation_Monochrome1, StringToPhotometricInterpretation(EnumerationToSt… in TEST()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DFrameworkTests.cpp733 …ASSERT_EQ(PhotometricInterpretation_Monochrome1, StringToPhotometricInterpretation(EnumerationToSt… in TEST()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DFrameworkTests.cpp733 …ASSERT_EQ(PhotometricInterpretation_Monochrome1, StringToPhotometricInterpretation(EnumerationToSt… in TEST()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/UnitTestsSources/
H A DFrameworkTests.cpp712 …ASSERT_EQ(PhotometricInterpretation_Monochrome1, StringToPhotometricInterpretation(EnumerationToSt… in TEST()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/UnitTestsSources/
H A DFrameworkTests.cpp733 …ASSERT_EQ(PhotometricInterpretation_Monochrome1, StringToPhotometricInterpretation(EnumerationToSt… in TEST()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestResources.cpp649 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in Handle()
674 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in GetDicomParameters()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestResources.cpp889 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in Handle()
914 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in GetDicomParameters()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestResources.cpp889 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in Handle()
914 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in GetDicomParameters()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestResources.cpp889 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in Handle()
914 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in GetDicomParameters()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestResources.cpp888 invert = (info.GetPhotometricInterpretation() == PhotometricInterpretation_Monochrome1); in Handle()
1000 photometric == PhotometricInterpretation_Monochrome1); in Handle()