Vein
Type name: Vein
Extends Vessel
Name |
Type |
Description |
drainsTo |
Vessel |
The vasculature that the vein drains into. |
regionDrained |
AnatomicalStructure or AnatomicalSystem |
The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ. |
tributary |
AnatomicalStructure |
The anatomical or organ system that the vein flows into; a larger structure that the vein connects to. |
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."],[[["Vein is a type of Vessel that further describes blood vessels carrying blood towards the heart."],["It includes properties like `drainsTo`, indicating where the vein drains, `regionDrained`, specifying the anatomical area it drains from, and `tributary`, denoting the larger structure it connects to."]]],["The content describes a \"Vein\" type, which extends the \"Vessel\" type. Key properties of a vein include: `drainsTo`, specifying the vessel it empties into; `regionDrained`, indicating the anatomical structure or system being drained; and `tributary`, defining the larger anatomical structure the vein flows into. Each property is defined by its type, such as `Vessel`, `AnatomicalStructure`, or `AnatomicalSystem`, providing information about the vein's connections and drainage area.\n"]]