RxNormConcept

The RxNorm concept 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?

RxNorm concept ID, also known as the RxCUI.

Link copied to clipboard

The description of the RxNorm concept.

Link copied to clipboard
val score: Float?

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.

Functions

Link copied to clipboard
inline fun copy(block: RxNormConcept.Builder.() -> Unit = {}): RxNormConcept
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