Supreme intercostal vein
The supreme intercostal vein (highest intercostal vein) is a paired vein that drains the first intercostal space on its corresponding side.
Supreme intercostal vein | |
---|---|
![]() Intercostal spaces, viewed from the left. (Highest intercostal vein labeled at upper right.) | |
![]() The venæ cavæ and azygos veins, with their tributaries. (Highest intercostal labeled, very faintly, written vertically, to the right of the aortic arch.) | |
Details | |
Drains to | brachiocephalic vein |
Artery | intercostal arteries |
Identifiers | |
Latin | vena intercostalis suprema |
TA | A12.3.04.023 |
FMA | 4744 |
Anatomical terminology |
It usually drains into the brachiocephalic vein.[1] It can also drain into the superior intercostal vein, or the vertebral vein of its corresponding side.
Clinical significance
This vein does not have valves, this is an important point when it comes to spread of cancerous secondaries.
Additional images
- Diagram showing completion of development of the parietal veins.
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
See also
- superior intercostal vein
- posterior intercostal vein
- azygos vein
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.