2024-01-31 14:52:17 -03:00

107 lines
9.9 KiB
HTML

<!DOCTYPE HTML>
<html lang="pt">
<head>
<!-- Generated by javadoc (17) on Sat Jan 06 18:56:05 BRT 2024 -->
<title>F-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-01-06">
<meta name="description" content="index: F">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
<script type="text/javascript" src="../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../script-dir/jquery-ui.min.js"></script>
</head>
<body class="index-page">
<script type="text/javascript">var pathtoroot = "../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Index</li>
<li><a href="../help-doc.html#index">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1>Index</h1>
</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a>
<h2 class="title" id="I:F">F</h2>
<dl class="index">
<dt><a href="../com/mirna/hospitalmanagementapi/application/services/DoctorServiceImpl.html#findDoctorById(java.lang.Long)" class="member-name-link">findDoctorById(Long)</a> - Method in class com.mirna.hospitalmanagementapi.application.services.<a href="../com/mirna/hospitalmanagementapi/application/services/DoctorServiceImpl.html" title="class in com.mirna.hospitalmanagementapi.application.services">DoctorServiceImpl</a></dt>
<dd>
<div class="block">Finds a stored doctor by id.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/domain/services/DoctorService.html#findDoctorById(java.lang.Long)" class="member-name-link">findDoctorById(Long)</a> - Method in interface com.mirna.hospitalmanagementapi.domain.services.<a href="../com/mirna/hospitalmanagementapi/domain/services/DoctorService.html" title="interface in com.mirna.hospitalmanagementapi.domain.services">DoctorService</a></dt>
<dd>
<div class="block">Finds a stored doctor by id.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorByIdUseCase.html" class="type-name-link" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">FindDoctorByIdUseCase</a> - Class in <a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/package-summary.html">com.mirna.hospitalmanagementapi.application.usecase.doctor</a></dt>
<dd>
<div class="block">This class is used to execute the findById method</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorByIdUseCase.html#%3Cinit%3E()" class="member-name-link">FindDoctorByIdUseCase()</a> - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.doctor.<a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorByIdUseCase.html" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">FindDoctorByIdUseCase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/services/DoctorServiceImpl.html#findDoctors(org.springframework.data.domain.Pageable)" class="member-name-link">findDoctors(Pageable)</a> - Method in class com.mirna.hospitalmanagementapi.application.services.<a href="../com/mirna/hospitalmanagementapi/application/services/DoctorServiceImpl.html" title="class in com.mirna.hospitalmanagementapi.application.services">DoctorServiceImpl</a></dt>
<dd>
<div class="block">Finds doctors from the database.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/domain/services/DoctorService.html#findDoctors(org.springframework.data.domain.Pageable)" class="member-name-link">findDoctors(Pageable)</a> - Method in interface com.mirna.hospitalmanagementapi.domain.services.<a href="../com/mirna/hospitalmanagementapi/domain/services/DoctorService.html" title="interface in com.mirna.hospitalmanagementapi.domain.services">DoctorService</a></dt>
<dd>
<div class="block">Retrieves a paginated sublist of doctors.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/domain/repositories/DoctorRepository.html#findDoctorsByActiveTrue(org.springframework.data.domain.Pageable)" class="member-name-link">findDoctorsByActiveTrue(Pageable)</a> - Method in interface com.mirna.hospitalmanagementapi.domain.repositories.<a href="../com/mirna/hospitalmanagementapi/domain/repositories/DoctorRepository.html" title="interface in com.mirna.hospitalmanagementapi.domain.repositories">DoctorRepository</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorsUseCase.html" class="type-name-link" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">FindDoctorsUseCase</a> - Class in <a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/package-summary.html">com.mirna.hospitalmanagementapi.application.usecase.doctor</a></dt>
<dd>
<div class="block">This class is used to execute the findAll method from doctor repository</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorsUseCase.html#%3Cinit%3E()" class="member-name-link">FindDoctorsUseCase()</a> - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.doctor.<a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/FindDoctorsUseCase.html" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">FindDoctorsUseCase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/services/PatientServiceImpl.html#findPatientById(java.lang.Long)" class="member-name-link">findPatientById(Long)</a> - Method in class com.mirna.hospitalmanagementapi.application.services.<a href="../com/mirna/hospitalmanagementapi/application/services/PatientServiceImpl.html" title="class in com.mirna.hospitalmanagementapi.application.services">PatientServiceImpl</a></dt>
<dd>
<div class="block">Finds a stored patient by id.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/domain/services/PatientService.html#findPatientById(java.lang.Long)" class="member-name-link">findPatientById(Long)</a> - Method in interface com.mirna.hospitalmanagementapi.domain.services.<a href="../com/mirna/hospitalmanagementapi/domain/services/PatientService.html" title="interface in com.mirna.hospitalmanagementapi.domain.services">PatientService</a></dt>
<dd>
<div class="block">Finds a stored patient by id.</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/patient/FindPatientByIdUseCase.html" class="type-name-link" title="class in com.mirna.hospitalmanagementapi.application.usecase.patient">FindPatientByIdUseCase</a> - Class in <a href="../com/mirna/hospitalmanagementapi/application/usecase/patient/package-summary.html">com.mirna.hospitalmanagementapi.application.usecase.patient</a></dt>
<dd>
<div class="block">This class is used to execute the findById method</div>
</dd>
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/patient/FindPatientByIdUseCase.html#%3Cinit%3E()" class="member-name-link">FindPatientByIdUseCase()</a> - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.patient.<a href="../com/mirna/hospitalmanagementapi/application/usecase/patient/FindPatientByIdUseCase.html" title="class in com.mirna.hospitalmanagementapi.application.usecase.patient">FindPatientByIdUseCase</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a></main>
</div>
</div>
</body>
</html>