Module Values.InferSNOMEDCTRequestSource

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

Sourcetype nonrec t = {
  1. text : OntologyLinkingBoundedLengthString.t;
    (*

    The input text to be analyzed using InferSNOMEDCT.

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