mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-25 07:22:20 +00:00
398 lines
16 KiB
HTML
398 lines
16 KiB
HTML
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="../../static/css/style.css" rel="stylesheet" />
|
|
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
|
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
|
<link rel="manifest" href="../../static/favicon/site.webmanifest%3Fv=2">
|
|
<link rel="mask-icon" href="../../static/favicon/safari-pinned-tab.svg%3Fv=2" color="#5bbad5">
|
|
<link rel="shortcut icon" href="../../static/favicon/favicon.ico%3Fv=2">
|
|
<meta name="apple-mobile-web-app-title" content="DIYHRT.Market">
|
|
<meta name="application-name" content="DIYHRT.Market">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
|
<meta name="theme-color" content="#1a2023">
|
|
<title>Estradiol Pills - DIYHRT.Market</title>
|
|
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
|
<meta name="description" content="Estradiol Pills are usually taken orally, though some can be taken by sublingual or buccal administration when correctly formulated. Pills are often cheap and easily taken making them an easier regimen to follow for most users. Some are formulated in a relatively pure form such as Estradiol Hemihydrate with active concentration of 97%, while others are estered such as Estradiol Valerate with an active concentration of around 2/3rds. This is important to understand since pills are typically sold as containing 2mg, but two pills of different formulations may not be equivelant doses.
|
|
The main downside to oral pills is that 80-90% of the Estradiol is destroyed in the liver and thus a much higher dose is required than other methods to reach target levels. Pills also require a higher frequency regimen as Estradiol has a biological half life of 4 hours, and lack the depoting effects of other methods. Twice or thrice daily is recommended.">
|
|
<meta property="og:description" content="Estradiol Pills are usually taken orally, though some can be taken by sublingual or buccal administration when correctly formulated. Pills are often cheap and easily taken making them an easier regimen to follow for most users. Some are formulated in a relatively pure form such as Estradiol Hemihydrate with active concentration of 97%, while others are estered such as Estradiol Valerate with an active concentration of around 2/3rds. This is important to understand since pills are typically sold as containing 2mg, but two pills of different formulations may not be equivelant doses.
|
|
The main downside to oral pills is that 80-90% of the Estradiol is destroyed in the liver and thus a much higher dose is required than other methods to reach target levels. Pills also require a higher frequency regimen as Estradiol has a biological half life of 4 hours, and lack the depoting effects of other methods. Twice or thrice daily is recommended." />
|
|
<meta property="og:title" content="Estradiol Pills" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="og:site_name" content="DIYHRT.Market" />
|
|
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//a.diyhrt.market/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header class="p-3 mb-4 text-bg-dark">
|
|
<div class="container">
|
|
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
|
|
<a href="../../index.html" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
|
|
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
|
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
|
</a>
|
|
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
|
<li><a href="../../stores/index.html" class="nav-link px-2 text-white">Stores</a></li>
|
|
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
|
</ul>
|
|
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
|
<input type="search" class="form-control" name="name__icontains" placeholder="Search..." aria-label="Search">
|
|
</form>
|
|
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
|
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
|
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="container">
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4 col-lg-3">
|
|
<div class="list-group">
|
|
<a class="list-group-item
|
|
active">
|
|
<strong>Estradiol</strong>
|
|
</a>
|
|
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
|
active">
|
|
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
|
</a>
|
|
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
|
</a>
|
|
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
|
</a>
|
|
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
|
</a>
|
|
<a class="list-group-item
|
|
">
|
|
<strong>Anti-Androgens</strong>
|
|
</a>
|
|
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Spironolactone
|
|
</a>
|
|
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Cyproterone
|
|
</a>
|
|
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Bicalutamide
|
|
</a>
|
|
<a class="list-group-item
|
|
">
|
|
<strong>5-Alpha Reductase Inhibitors</strong>
|
|
</a>
|
|
<a href="finasteride.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Finasteride
|
|
</a>
|
|
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Dutasteride
|
|
</a>
|
|
<a class="list-group-item
|
|
">
|
|
<strong>Miscellaneous</strong>
|
|
</a>
|
|
<a href="progesterone.html" class="list-group-item list-group-item-action
|
|
">
|
|
<i class="fa-solid fa-pills"></i> Progesterone
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-8 col-lg-9">
|
|
<hr class="d-md-none" />
|
|
<h2>Estradiol Pills</h2>
|
|
<p>Estradiol Pills are usually taken orally, though some can be taken by sublingual or buccal administration when correctly formulated. Pills are often cheap and easily taken making them an easier regimen to follow for most users. Some are formulated in a relatively pure form such as <a href="https://en.wikipedia.org/wiki/Estradiol_(medication)#Hemihydrate">Estradiol Hemihydrate</a> with active concentration of 97%, while others are estered such as Estradiol Valerate with an active concentration of around 2/3rds. This is important to understand since pills are typically sold as containing 2mg, but two pills of different formulations may not be equivelant doses.</p>
|
|
<p>The main downside to oral pills is that 80-90% of the Estradiol is destroyed in the liver and thus a much higher dose is required than other methods to reach target levels. Pills also require a higher frequency regimen as Estradiol has a biological half life of 4 hours, and lack the depoting effects of other methods. Twice or thrice daily is recommended.</p>
|
|
<hr/>
|
|
<div class="table-responsive">
|
|
<table data-toggle="table" class="table table-bordered table-striped table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th data-field="product" data-sortable="true" data-sorter="productSorter">Product</th>
|
|
<th data-field="product_value" data-visible="false">Product</th>
|
|
<th data-field="store" data-sortable="true" data-sorter="storeSorter">Store</th>
|
|
<th data-field="store_value" data-visible="false">Store</th>
|
|
<th data-field="price" data-sortable="true" data-sorter="priceSorter">Price</th>
|
|
<th data-field="price_value" data-visible="false">Price</th>
|
|
<th data-field="unit_price" data-sortable="true" data-sorter="unitPriceSorter">Unit Price</th>
|
|
<th data-field="unit_price_value" data-visible="false">Unit Price</th>
|
|
<th data-field="status" data-sortable="true">Status</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="../products/estova-2mg-x84.html">Estova 2mg x84</a></td>
|
|
<td>Estova 2mg x84</td>
|
|
<td><a href="https://www.inhousepharmacy.vu/p-99901027-estova-tablets-2mg.aspx">Inhouse Pharmacy</a></td>
|
|
<td>Inhouse Pharmacy</td>
|
|
<td>US$41.16</td>
|
|
<td>US$41.16</td>
|
|
<td>US$0.49 per pill</td>
|
|
<td>US$0.49</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/estradiol-epic-pharma-usa-2mg-x100.html">Estradiol (Epic Pharma USA) 2mg x100</a></td>
|
|
<td>Estradiol (Epic Pharma USA) 2mg x100</td>
|
|
<td><a href="https://www.inhousepharmacy.vu/p-112680811-estradiol-tablets-2mg-epic-pharma-usa.aspx">Inhouse Pharmacy</a></td>
|
|
<td>Inhouse Pharmacy</td>
|
|
<td>US$62.00</td>
|
|
<td>US$62.00</td>
|
|
<td>US$0.62 per pill</td>
|
|
<td>US$0.62</td>
|
|
<td>
|
|
<span class="text-danger">
|
|
Last in stock 6 days ago
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/estrofem-2mg-x28.html">Estrofem 2mg x28</a></td>
|
|
<td>Estrofem 2mg x28</td>
|
|
<td><a href="https://www.4nrx-uk.md/womens-health/Estrofem-Oestradiol.html">4NRX UK</a></td>
|
|
<td>4NRX UK</td>
|
|
<td>GB£24.39</td>
|
|
<td>US$29.58</td>
|
|
<td>GB£0.87 per pill</td>
|
|
<td>US$1.06</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/estrofem-2mg-x28.html">Estrofem 2mg x28</a></td>
|
|
<td>Estrofem 2mg x28</td>
|
|
<td><a href="https://www.inhousepharmacy.vu/p-166-estrofem-2mg.aspx">Inhouse Pharmacy</a></td>
|
|
<td>Inhouse Pharmacy</td>
|
|
<td>US$32.20</td>
|
|
<td>US$32.20</td>
|
|
<td>US$1.15 per pill</td>
|
|
<td>US$1.15</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/estrofem-2mg-x28.html">Estrofem 2mg x28</a></td>
|
|
<td>Estrofem 2mg x28</td>
|
|
<td><a href="https://www.unitedpharmacies-uk.md/Estrofem-Oestradiol-2mg-28-Tablets-p-261.html">United Pharmacies UK</a></td>
|
|
<td>United Pharmacies UK</td>
|
|
<td>GB£22.39</td>
|
|
<td>US$27.15</td>
|
|
<td>GB£0.80 per pill</td>
|
|
<td>US$0.97</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-1mg-x28.html">Progynova 1mg x28</a></td>
|
|
<td>Progynova 1mg x28</td>
|
|
<td><a href="https://www.unitedpharmacies-uk.md/Progynova-Estradiol-Valerate-1mg-28-Tablets-p-1696.html">United Pharmacies UK</a></td>
|
|
<td>United Pharmacies UK</td>
|
|
<td>GB£8.46</td>
|
|
<td>US$10.26</td>
|
|
<td>GB£0.30 per pill</td>
|
|
<td>US$0.37</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-1mg-3-pack-x72.html">Progynova 1mg (3 pack) x72</a></td>
|
|
<td>Progynova 1mg (3 pack) x72</td>
|
|
<td><a href="https://www.inhousepharmacy.vu/p-1109-progynova-1mg-3x28s.aspx">Inhouse Pharmacy</a></td>
|
|
<td>Inhouse Pharmacy</td>
|
|
<td>US$30.96</td>
|
|
<td>US$30.96</td>
|
|
<td>US$0.43 per pill</td>
|
|
<td>US$0.43</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-1mg-3-pack-x72.html">Progynova 1mg (3 pack) x72</a></td>
|
|
<td>Progynova 1mg (3 pack) x72</td>
|
|
<td><a href="https://www.unitedpharmacies-uk.md/Progynova-Oestradiol-Valerate-1mg-3-x-28-Tablets-p-1278.html">United Pharmacies UK</a></td>
|
|
<td>United Pharmacies UK</td>
|
|
<td>GB£18.35</td>
|
|
<td>US$22.25</td>
|
|
<td>GB£0.25 per pill</td>
|
|
<td>US$0.31</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-2mg-x28.html">Progynova 2mg x28</a></td>
|
|
<td>Progynova 2mg x28</td>
|
|
<td><a href="https://www.4nrx-uk.md/womens-health/progynova-estradiol-valerate.html">4NRX UK</a></td>
|
|
<td>4NRX UK</td>
|
|
<td>GB£16.10</td>
|
|
<td>US$19.53</td>
|
|
<td>GB£0.58 per pill</td>
|
|
<td>US$0.70</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-2mg-x28.html">Progynova 2mg x28</a></td>
|
|
<td>Progynova 2mg x28</td>
|
|
<td><a href="https://www.inhousepharmacy.vu/p-1120-progynova-2mg-3x28s.aspx">Inhouse Pharmacy</a></td>
|
|
<td>Inhouse Pharmacy</td>
|
|
<td>US$13.44</td>
|
|
<td>US$13.44</td>
|
|
<td>US$0.48 per pill</td>
|
|
<td>US$0.48</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-2mg-x28.html">Progynova 2mg x28</a></td>
|
|
<td>Progynova 2mg x28</td>
|
|
<td><a href="https://www.unitedpharmacies-uk.md/Progynova-Estradiol-Valerate-2mg-28-Tablets-p-1697.html">United Pharmacies UK</a></td>
|
|
<td>United Pharmacies UK</td>
|
|
<td>GB£14.79</td>
|
|
<td>US$17.94</td>
|
|
<td>GB£0.53 per pill</td>
|
|
<td>US$0.64</td>
|
|
<td>
|
|
<span class="text-success">
|
|
In Stock
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="../products/progynova-2mg-3-pack-x72.html">Progynova 2mg (3 pack) x72</a></td>
|
|
<td>Progynova 2mg (3 pack) x72</td>
|
|
<td><a href="https://www.unitedpharmacies-uk.md/Progynova-Oestradiol-Valerate-2mg-3-x-28-Tablets-p-1005.html.html">United Pharmacies UK</a></td>
|
|
<td>United Pharmacies UK</td>
|
|
<td>GB£26.73</td>
|
|
<td>US$32.42</td>
|
|
<td>GB£0.37 per pill</td>
|
|
<td>US$0.45</td>
|
|
<td>
|
|
<span class="text-danger">
|
|
Last in stock over a year ago
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<script>
|
|
function sorter(val1, val2) {
|
|
if (val1 > val2) {
|
|
return 1;
|
|
} else if (val2 > val1) {
|
|
return -1;
|
|
} else {
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
function productSorter(valueA, valueB, rowA, rowB) {
|
|
return sorter(rowA.product_value, rowB.product_value);
|
|
}
|
|
|
|
function storeSorter(valueA, valueB, rowA, rowB) {
|
|
return sorter(rowA.store_value, rowB.store_value);
|
|
}
|
|
|
|
function priceSorter(valueA, valueB, rowA, rowB) {
|
|
return sorter(rowA.price_value, rowB.price_value);
|
|
}
|
|
|
|
function unitPriceSorter(valueA, valueB, rowA, rowB) {
|
|
return sorter(rowA.unit_price_value, rowB.unit_price_value);
|
|
}
|
|
</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<div class="container">
|
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
|
<p class="col-md-4 mb-0 text-muted align-items-center">
|
|
DIYHRT.Market 2022-2023
|
|
</p>
|
|
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
|
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
|
</a>
|
|
<ul class="nav col-md-4 d-flex justify-content-end">
|
|
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
|
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
|
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
|
<li class="nav-item">
|
|
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
|
</li>
|
|
</ul>
|
|
</footer>
|
|
</div>
|
|
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
|
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
|
<script src="../../static/js/bootstrap-table.min.js"></script>
|
|
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
|
<script>
|
|
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
|
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
|
</script>
|
|
</body>
|
|
</html>
|