PatientIdArgs

data class PatientIdArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<PatientIdArgs>

A patient identifier and associated type.

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>? = null

ID type. For example, MRN or NHS.

Link copied to clipboard
val value: Output<String>? = null

The patient's unique identifier.

Functions

Link copied to clipboard
open override fun toJava(): PatientIdArgs