Module Values.MedicalScribePatientContextSource

Contains patient-specific information used to customize the clinical note generation.

Sourcetype nonrec t = {
  1. pronouns : Pronouns.t option;
    (*

    The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.

    *)
}
Sourceval make : ?pronouns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t