MedicalTest
Type name: MedicalTest
Extends MedicalEntity
Name |
Type |
Description |
affectedBy |
Drug |
Drugs that affect the test's results. |
normalRange |
Text |
Range of acceptable values for a typical patient, when applicable. |
signDetected |
MedicalSign |
A sign detected by the test. |
usedToDiagnose |
MedicalCondition |
A condition the test is used to diagnose. |
usesDevice |
MedicalDevice |
Device used to perform the test. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`MedicalTest` extends the `MedicalEntity` type and stores information about medical tests."],["It includes details like drugs affecting results (`affectedBy`), normal value ranges (`normalRange`), and signs detected (`signDetected`)."],["`MedicalTest` also specifies conditions the test diagnoses (`usedToDiagnose`) and devices used during the procedure (`usesDevice`)."]]],[]]