Class ICD10CMConcept

    • Method Detail

      • description

        public final String description()

        The long description of the ICD-10-CM code in the ontology.

        Returns:
        The long description of the ICD-10-CM code in the ontology.
      • code

        public final String code()

        The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.

        Returns:
        The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
      • score

        public final Float score()

        The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.

        Returns:
        The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)