"MedicalTest" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MedicalTestData
-
- Entity Types
- MedicalTest
-
- Interpreter Types
- MedicalTest
- ComputedMedicalTest
-
- Text Contents
- AnatomicalStructure
- Disease
- Protein
- CognitiveTask
- Neuron
- Gene
- MeasurementDevice
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MedicalTestData
-
- Entity Types
- MedicalTest
-
- Interpreter Types
- MedicalTest
- ComputedMedicalTest
-
- Text Contents
- AnatomicalStructure
- Disease
- Protein
- CognitiveTask
- Neuron
- Gene
- MeasurementDevice
- Related Guides
-
See Also
"MedicalTest" (Text Content Type)
Text identified as the name of a medical test.
Details
- "MedicalTest" can be used in TextCases, TextPosition and TextContents.
- "MedicalTest" corresponds to any mention of a medical test (real or not real) in the context of the text.
- Homonyms of medical tests that are not medical tests should not be detected as "MedicalTest" (if the context allows disambiguation).
- TextCases[…,"MedicalTest""Interpretation"] attempts to return entities of type "MedicalTest", as Interpreter["MedicalTest"] does.
- Any specific "MedicalTest" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of medical tests in a text:
TextCases["The ratio of ALT to AST (aspartate aminotransferase) also has clinical significance.", "MedicalTest"]Get the result as a list of "MedicalTest" entities:
TextCases["The ratio of ALT to AST (aspartate aminotransferase) also has clinical significance.", "MedicalTest" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["MedicalTest"] to text snippets:
Interpreter["MedicalTest"][{"ALT", "AST"}]Get properties about occurrences of medical tests:
TextContents["The ratio of ALT to AST (aspartate aminotransferase) also has clinical significance.", "MedicalTest", All]Find mentions of serum aspartate aminotransferase in a text:
TextContents["ALT is commonly measured clinically as a part of a diagnostic evaluation of hepatocellular injury, to determine liver health. When used in diagnostics, it is almost always measured in international units/liter (IU/L) or µkat. While sources vary on specific reference range values for patients, 10-40 IU/L is the standard reference range for experimental studies. Alanine transaminase shows a marked diurnal variation. The ratio of ALT to AST (aspartate aminotransferase) also has clinical significance.", Entity["MedicalTest", "SerumAspartateAminotransferase"]]See Also
TextCases TextPosition TextSentences Containing MedicalTestData
Entity Types: MedicalTest
Interpreter Types: MedicalTest ComputedMedicalTest
Text Contents: AnatomicalStructure Disease Protein CognitiveTask Neuron Gene MeasurementDevice