AWS SDK for C++
AWS SDK for C++ Version 1.11.741
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
namespace
ComprehendMedical {
12
namespace
Model {
13
enum class
AttributeName
{
14
NOT_SET
,
15
SIGN
,
16
SYMPTOM
,
17
DIAGNOSIS
,
18
NEGATION
,
19
PERTAINS_TO_FAMILY
,
20
HYPOTHETICAL
,
21
LOW_CONFIDENCE
,
22
PAST_HISTORY
,
23
FUTURE
24
};
25
26
namespace
AttributeNameMapper {
27
AWS_COMPREHENDMEDICAL_API
AttributeName
GetAttributeNameForName
(
const
Aws::String
& name);
28
29
AWS_COMPREHENDMEDICAL_API
Aws::String
GetNameForAttributeName
(
AttributeName
value);
30
}
// namespace AttributeNameMapper
31
}
// namespace Model
32
}
// namespace ComprehendMedical
33
}
// 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:13
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