Module Values.GetMedicalVocabularyRequestSource

Provides information about the specified custom medical vocabulary. To view the status of the specified custom medical vocabulary, check the VocabularyState field. If the status is READY, your custom vocabulary is available to use. If the status is FAILED, FailureReason provides details on why your vocabulary failed. To get a list of your custom medical vocabularies, use the operation.

Sourcetype nonrec t = {
  1. vocabularyName : VocabularyName.t;
    (*

    The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.

    *)
}
Sourceval context_ : string
Sourceval make : vocabularyName:VocabularyName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VocabularyName.t ]) 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