AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-comprehendmedical
include
aws
comprehendmedical
model
AttributeName.h
1
6
#pragma once
7
#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ComprehendMedical
13
{
14
namespace
Model
15
{
16
enum class
AttributeName
17
{
18
NOT_SET
,
19
SIGN
,
20
SYMPTOM
,
21
DIAGNOSIS
,
22
NEGATION
,
23
PERTAINS_TO_FAMILY
,
24
HYPOTHETICAL
,
25
LOW_CONFIDENCE
,
26
PAST_HISTORY
,
27
FUTURE
28
};
29
30
namespace
AttributeNameMapper
31
{
32
AWS_COMPREHENDMEDICAL_API
AttributeName
GetAttributeNameForName
(
const
Aws::String
& name);
33
34
AWS_COMPREHENDMEDICAL_API
Aws::String
GetNameForAttributeName
(
AttributeName
value);
35
}
// namespace AttributeNameMapper
36
}
// namespace Model
37
}
// namespace ComprehendMedical
38
}
// namespace Aws
Aws::ComprehendMedical::Model::AttributeNameMapper::GetAttributeNameForName
AWS_COMPREHENDMEDICAL_API AttributeName GetAttributeNameForName(const Aws::String &name)
Aws::ComprehendMedical::Model::AttributeNameMapper::GetNameForAttributeName
AWS_COMPREHENDMEDICAL_API Aws::String GetNameForAttributeName(AttributeName value)
Aws::ComprehendMedical::Model::AttributeName
AttributeName
Definition
AttributeName.h:17
Aws::ComprehendMedical::Model::AttributeName::DIAGNOSIS
@ DIAGNOSIS
Aws::ComprehendMedical::Model::AttributeName::LOW_CONFIDENCE
@ LOW_CONFIDENCE
Aws::ComprehendMedical::Model::AttributeName::NOT_SET
@ NOT_SET
Aws::ComprehendMedical::Model::AttributeName::PAST_HISTORY
@ PAST_HISTORY
Aws::ComprehendMedical::Model::AttributeName::NEGATION
@ NEGATION
Aws::ComprehendMedical::Model::AttributeName::PERTAINS_TO_FAMILY
@ PERTAINS_TO_FAMILY
Aws::ComprehendMedical::Model::AttributeName::SIGN
@ SIGN
Aws::ComprehendMedical::Model::AttributeName::HYPOTHETICAL
@ HYPOTHETICAL
Aws::ComprehendMedical::Model::AttributeName::SYMPTOM
@ SYMPTOM
Aws::ComprehendMedical::Model::AttributeName::FUTURE
@ FUTURE
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences