| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ComprehendMedical.Types.SNOMEDCTDetails
Description
Documentation
data SNOMEDCTDetails Source #
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.
See: newSNOMEDCTDetails smart constructor.
Constructors
| SNOMEDCTDetails' | |
Fields
| |
Instances
newSNOMEDCTDetails :: SNOMEDCTDetails Source #
Create a value of SNOMEDCTDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:edition:SNOMEDCTDetails', sNOMEDCTDetails_edition - The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT
editions is the US edition.
$sel:language:SNOMEDCTDetails', sNOMEDCTDetails_language - The language used in the SNOMED-CT ontology. All Amazon Comprehend
Medical operations are US English (en).
$sel:versionDate:SNOMEDCTDetails', sNOMEDCTDetails_versionDate - The version date of the SNOMED-CT ontology used.
sNOMEDCTDetails_edition :: Lens' SNOMEDCTDetails (Maybe Text) Source #
The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.
sNOMEDCTDetails_language :: Lens' SNOMEDCTDetails (Maybe Text) Source #
The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).
sNOMEDCTDetails_versionDate :: Lens' SNOMEDCTDetails (Maybe Text) Source #
The version date of the SNOMED-CT ontology used.