22 lines
766 B
Plaintext
22 lines
766 B
Plaintext
|
|
<MudStack class="pb-20 font-iranyekan">
|
|
<BasePartDivider Index="3" Title="تاریخچه بیماری های قبلی ( PMH )" />
|
|
|
|
<HourQuestionTemplate/>
|
|
|
|
<div class="h-[1px] w-full bg-gray-400 bg-opacity-70 mt-2 mb-1"></div>
|
|
|
|
<MudTextField T="string" Label="چه علائمی همراه با سردرد دارید ؟" Variant="Variant.Outlined"/>
|
|
|
|
|
|
<MudTextField Margin="Margin.Dense" T="string" Label="توضیحاتـــ تکمیلی" Lines="5" Variant="Variant.Outlined"/>
|
|
|
|
|
|
<BasePartDivider Index="4" Title="تاریخچه جراحی های قبلی ( PSH )" />
|
|
<MudTextField Margin="Margin.Dense" T="string" Label="توضیحاتـــ تکمیلی" Lines="5" Variant="Variant.Outlined"/>
|
|
|
|
</MudStack>
|
|
|
|
@code {
|
|
|
|
} |