amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Description

 
Synopsis

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

  • edition :: Maybe Text

    The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.

  • language :: Maybe Text

    The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).

  • versionDate :: Maybe Text

    The version date of the SNOMED-CT ontology used.

Instances

Instances details
FromJSON SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Generic SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Associated Types

type Rep SNOMEDCTDetails :: Type -> Type #

Read SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Show SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

NFData SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Methods

rnf :: SNOMEDCTDetails -> () #

Eq SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Hashable SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

type Rep SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

type Rep SNOMEDCTDetails = D1 ('MetaData "SNOMEDCTDetails" "Amazonka.ComprehendMedical.Types.SNOMEDCTDetails" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "SNOMEDCTDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.