SnomedctConcept

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The numeric ID for the SNOMED-CT concept.

Link copied to clipboard

The description of the SNOMED-CT concept.

Link copied to clipboard
val score: Float?

The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

Functions

Link copied to clipboard
inline fun copy(block: SnomedctConcept.Builder.() -> Unit = {}): SnomedctConcept
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String