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
fun PatientIdArgs(type: Output<String>? = null, value: Output<String>? = null)

Functions

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

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.