18 lines
695 B
Plaintext
18 lines
695 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.JSInterop
|
|
@using DocuMed.PWA
|
|
@using DocuMed.PWA.Shared
|
|
@using MudBlazor
|
|
@using DocuMed.PWA.Shared.Originals
|
|
@using DocuMed.PWA.Shared.ItemTemplates
|
|
@using Microsoft.AspNetCore.Authorization
|
|
@using Blazorise.LottieAnimation
|
|
@using DocuMed.PWA.Shared.MedicalTemplates
|
|
@using DocuMed.PWA.Pages.MedicalHistoryTemplateActionParts
|
|
@using DocuMed.PWA.Pages.MedicalHistoryActionParts |