Class: Aws::ComprehendMedical::Types::SNOMEDCTDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::SNOMEDCTDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edition ⇒ String
The edition of SNOMED-CT used.
-
#language ⇒ String
The language used in the SNOMED-CT ontology.
-
#version_date ⇒ String
The version date of the SNOMED-CT ontology used.
Instance Attribute Details
#edition ⇒ String
The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.
1518 1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1518 class SNOMEDCTDetails < Struct.new( :edition, :language, :version_date) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).
1518 1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1518 class SNOMEDCTDetails < Struct.new( :edition, :language, :version_date) SENSITIVE = [] include Aws::Structure end |
#version_date ⇒ String
The version date of the SNOMED-CT ontology used.
1518 1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1518 class SNOMEDCTDetails < Struct.new( :edition, :language, :version_date) SENSITIVE = [] include Aws::Structure end |