145 lines
13 KiB
HTML
145 lines
13 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang="pt">
|
|
<head>
|
|
<!-- Generated by javadoc (17) on Fri Jan 05 16:02:12 BRT 2024 -->
|
|
<title>S-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-05">
|
|
<meta name="description" content="index: S">
|
|
<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> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">V</a> <a href="index-17.html">Z</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a>
|
|
<h2 class="title" id="I:S">S</h2>
|
|
<dl class="index">
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/SaveDoctorUseCase.html" class="type-name-link" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">SaveDoctorUseCase</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 save method from doctor repository</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/SaveDoctorUseCase.html#%3Cinit%3E()" class="member-name-link">SaveDoctorUseCase()</a> - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.doctor.<a href="../com/mirna/hospitalmanagementapi/application/usecase/doctor/SaveDoctorUseCase.html" title="class in com.mirna.hospitalmanagementapi.application.usecase.doctor">SaveDoctorUseCase</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setAdditionalDetails(java.lang.String)" class="member-name-link">setAdditionalDetails(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the additional details</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setAddress(com.mirna.hospitalmanagementapi.domain.entities.Address)" class="member-name-link">setAddress(Address)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the address</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setCity(java.lang.String)" class="member-name-link">setCity(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the city</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setCrm(java.lang.String)" class="member-name-link">setCrm(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the crm</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setEmail(java.lang.String)" class="member-name-link">setEmail(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the email</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setHouseNumber(java.lang.String)" class="member-name-link">setHouseNumber(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the house number</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setId(java.lang.Long)" class="member-name-link">setId(Long)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the doctor id.</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setName(java.lang.String)" class="member-name-link">setName(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the name</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setNeighborhood(java.lang.String)" class="member-name-link">setNeighborhood(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the neighborhood</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setSpecialty(com.mirna.hospitalmanagementapi.domain.enums.Specialty)" class="member-name-link">setSpecialty(Specialty)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the specialty</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setState(java.lang.String)" class="member-name-link">setState(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the state</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setStreet(java.lang.String)" class="member-name-link">setStreet(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the street</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html#setTelephone(java.lang.String)" class="member-name-link">setTelephone(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Doctor.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Doctor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the telephone</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html#setZipCode(java.lang.String)" class="member-name-link">setZipCode(String)</a> - Method in class com.mirna.hospitalmanagementapi.domain.entities.<a href="../com/mirna/hospitalmanagementapi/domain/entities/Address.html" title="class in com.mirna.hospitalmanagementapi.domain.entities">Address</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the zip code</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/dtos/DoctorDTO.html#specialty()" class="member-name-link">specialty()</a> - Method in record class com.mirna.hospitalmanagementapi.domain.dtos.<a href="../com/mirna/hospitalmanagementapi/domain/dtos/DoctorDTO.html" title="class in com.mirna.hospitalmanagementapi.domain.dtos">DoctorDTO</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the <code>specialty</code> record component.</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/dtos/DoctorPublicDataDTO.html#specialty()" class="member-name-link">specialty()</a> - Method in record class com.mirna.hospitalmanagementapi.domain.dtos.<a href="../com/mirna/hospitalmanagementapi/domain/dtos/DoctorPublicDataDTO.html" title="class in com.mirna.hospitalmanagementapi.domain.dtos">DoctorPublicDataDTO</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the <code>specialty</code> record component.</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/enums/Specialty.html" class="type-name-link" title="enum class in com.mirna.hospitalmanagementapi.domain.enums">Specialty</a> - Enum Class in <a href="../com/mirna/hospitalmanagementapi/domain/enums/package-summary.html">com.mirna.hospitalmanagementapi.domain.enums</a></dt>
|
|
<dd>
|
|
<div class="block">Specialties that can be used</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/dtos/AddressDTO.html#state()" class="member-name-link">state()</a> - Method in record class com.mirna.hospitalmanagementapi.domain.dtos.<a href="../com/mirna/hospitalmanagementapi/domain/dtos/AddressDTO.html" title="class in com.mirna.hospitalmanagementapi.domain.dtos">AddressDTO</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the <code>state</code> record component.</div>
|
|
</dd>
|
|
<dt><a href="../com/mirna/hospitalmanagementapi/domain/dtos/AddressDTO.html#street()" class="member-name-link">street()</a> - Method in record class com.mirna.hospitalmanagementapi.domain.dtos.<a href="../com/mirna/hospitalmanagementapi/domain/dtos/AddressDTO.html" title="class in com.mirna.hospitalmanagementapi.domain.dtos">AddressDTO</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the <code>street</code> record component.</div>
|
|
</dd>
|
|
</dl>
|
|
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">V</a> <a href="index-17.html">Z</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|