Artery
Type name: Artery
Extends Vessel
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."],[[["An `Artery` is a type of `Vessel` that stores information about arteries."],["This type includes properties for defining the artery's branches (`arterialBranch`), origin (`source`), and the area it supplies blood to (`supplyTo`)."],["Each of these properties uses `AnatomicalStructure` to represent the related anatomical structures."]]],["Artery, extending the Vessel type, is defined by three key properties: `arterialBranch`, which identifies the artery's branching structures; `source`, indicating the originating anatomical structure or organ system; and `supplyTo`, specifying the area receiving blood supply from the artery. These properties define the core structure and function of an artery within a larger anatomical context.\n"]]