2023-11-15 17:00:27 +07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.9.8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > BMA EHR API Document: Class Index< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > BMA EHR API Document
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "header" >
< div class = "headertitle" > < div class = "title" > Class Index< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "qindex" > < a class = "qindex" href = "#letter_A" > A< / a >   |  < a class = "qindex" href = "#letter_B" > B< / a >   |  < a class = "qindex" href = "#letter_C" > C< / a >   |  < a class = "qindex" href = "#letter_D" > D< / a >   |  < a class = "qindex" href = "#letter_E" > E< / a >   |  < a class = "qindex" href = "#letter_F" > F< / a >   |  < a class = "qindex" href = "#letter_G" > G< / a >   |  < a class = "qindex" href = "#letter_H" > H< / a >   |  < a class = "qindex" href = "#letter_I" > I< / a >   |  < a class = "qindex" href = "#letter_J" > J< / a >   |  < a class = "qindex" href = "#letter_K" > K< / a >   |  < a class = "qindex" href = "#letter_L" > L< / a >   |  < a class = "qindex" href = "#letter_M" > M< / a >   |  < a class = "qindex" href = "#letter_N" > N< / a >   |  < a class = "qindex" href = "#letter_O" > O< / a >   |  < a class = "qindex" href = "#letter_P" > P< / a >   |  < a class = "qindex" href = "#letter_R" > R< / a >   |  < a class = "qindex" href = "#letter_S" > S< / a >   |  < a class = "qindex" href = "#letter_T" > T< / a >   |  < a class = "qindex" href = "#letter_U" > U< / a >   |  < a class = "qindex" href = "#letter__" > _< / a > < / div >
< div class = "classindex" >
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_A" name = "letter_A" > A< / a > < / dt >
2023-12-21 09:40:19 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_achievement.html" > EvaluateRecordAssignResponse.Achievement< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_achievement_other_level.html" > EvaluateAssignResponse.AchievementOtherLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_achievement_other_level.html" > EvaluateChairmanAssignResponse.AchievementOtherLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_achievement_other_level.html" > EvaluateRecordAssignResponse.AchievementOtherLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1add_additional_check_in_request_table.html" > addAdditionalCheckInRequestTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_add_authorized_positionto_command_table.html" > AddAuthorizedPositiontoCommandTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1_add_birth_dateand_appoint_dateto_leave_request.html" > AddBirthDateandAppointDatetoLeaveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1_add_codeto_leave_type_table.html" > AddCodetoLeaveTypeTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_add_command_codeto_command_type_table.html" > AddCommandCodetoCommandTypeTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_add_command_deployand_receiver.html" > AddCommandDeployandReceiver< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1addcommentuserdutytimeeffectivedate.html" > addcommentuserdutytimeeffectivedate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_add_deployment_channel.html" > AddDeploymentChannel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1_add_director_commentand_is_completeto_leave_request.html" > AddDirectorCommentandIsCompletetoLeaveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" h
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_B" name = "letter_B" > B< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_common_1_1_base_controller.html" > BaseController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_common.html" > BMA.EHR.Domain.Common< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_behavior_level.html" > EvaluateChairmanAssignResponse.BehaviorLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_behavior_level.html" > EvaluateRecordAssignResponse.BehaviorLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_behavior_other_level.html" > EvaluateAssignResponse.BehaviorOtherLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_blood_group.html" > BloodGroup< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < / dl >
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_C" name = "letter_C" > C< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_extensions_1_1_date_time_extension_1_1_calculate_between_date_v2_value_obj.html" > DateTimeExtension.CalculateBetweenDateV2ValueObj< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_extensions.html" > BMA.EHR.Domain.Extensions< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_cancel_leave_request_approve_dto.html" > CancelLeaveRequestApproveDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_cancel_leave_request_dto.html" > CancelLeaveRequestDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate_1_1_candidate.html" > Candidate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate.html" > BMA.EHR.Domain.ModelsExam.Candidate< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers_1_1_candidate_report_controller.html" > CandidateReportController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers.html" > BMA.EHR.Report.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_reports_1_1_candidate_report_repository.html" > CandidateReportRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_reports.html" > BMA.EHR.Application.Repositories.Reports< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate_1_1_career.html" > Career< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate.html" > BMA.EHR.Domain.ModelsExam.Candidate< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_chairman.html" > EvaluateChairmanAssignResponse.Chairman< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_result_assign_response_1_1_chairman.html" > EvaluateResultAssignResponse.Chairman< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_change_base_command_table_name.html" > ChangeBaseCommandTableName< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_change_command_table.html" > ChangeCommandTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1changeedit_statusandedit5423f8ad79030d577321aef61cd1eff1.html" > changeeditStatusandeditReasontoProcessUserTimeStampTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1changefieldfromkk__idtoprofileid.html" > changefieldfromkk_idtoprofileid< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1change_fieldto_leave_request.html" > changeFieldtoLeaveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_D" name = "letter_D" > D< / a > < / dt >
2023-12-21 09:40:19 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_data.html" > EvaluateAssignResponse.Data< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_data.html" > EvaluateChairmanAssignResponse.Data< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_data.html" > EvaluateRecordAssignResponse.Data< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_result_assign_response_1_1_data.html" > EvaluateResultAssignResponse.Data< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_probation_assign_response_1_1_data.html" > ProbationAssignResponse.Data< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_data_response.html" > DataResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers_1_1_deceased_report_controller.html" > DeceasedReportController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers.html" > BMA.EHR.Report.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db_1_1deletetavlemetadata.html" > deletetavlemetadata< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db.html" > BMA.EHR.Infrastructure.Migrations.DisciplineDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_commands_1_1_core_1_1_deployment_channel.html" > DeploymentChannel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_commands_1_1_core.html" > BMA.EHR.Domain.Models.Commands.Core< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_director.html" > EvaluateRecordAssignResponse.Director< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_director1.html" > EvaluateChairmanAssignResponse.Director1< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_director2.html" > EvaluateChairmanAssignResponse.Director2< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_discipline1_level.html" > EvaluateAssignResponse.Discipline1Level< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_discipline2_level.html" > EvaluateAssignResponse.Discipline2Level< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_E" name = "letter_E" > E< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate_1_1_education.html" > Education< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate.html" > BMA.EHR.Domain.ModelsExam.Candidate< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_education_level.html" > EducationLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_messaging_1_1_email_sender_service.html" > EmailSenderService< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_messaging.html" > BMA.EHR.Application.Messaging< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_base_1_1_entity_base.html" > EntityBase< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_base.html" > BMA.EHR.Domain.Models.Base< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_base_1_1_entity_link_base.html" > EntityLinkBase< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_base.html" > BMA.EHR.Domain.Models.Base< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_middlewares_1_1_error_handler_middleware.html" > ErrorHandlerMiddleware< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_middlewares.html" > BMA.EHR.Domain.Middlewares< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_discipline_1_1_service_1_1_pages_1_1_error_model.html" > ErrorModel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_discipline_1_1_service_1_1_pages.html" > BMA.EHR.Discipline.Service.Pages< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_evaluate.html" > EvaluateAssignResponse.Evaluate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_evaluate.html" > EvaluateChairmanAssignResponse.Evaluate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_evaluate.html" > EvaluateRecordAssignResponse.Evaluate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_result_assign_response_1_1_evaluate.html" > EvaluateResultAssignResponse.Evaluate< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response.html" > EvaluateAssignResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response.html" > EvaluateChairmanAssignResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_evaluate_expect_level.html" > EvaluateRecordAssignResponse.EvaluateExpectLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_evaluate_output_level.html" > EvaluateRecordAssignResponse.EvaluateOutputLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > <
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_F" name = "letter_F" > F< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_file_download_response.html" > FileDownloadResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_requests_1_1_file_request.html" > FileRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_requests.html" > BMA.EHR.Report.Service.Requests< / a > )< / dd > < / dl >
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_G" name = "letter_G" > G< / a > < / dt >
2023-12-21 09:40:19 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_gender.html" > Gender< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves_1_1_generic_leave_repository.html" > GenericLeaveRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves.html" > BMA.EHR.Application.Repositories.Leaves< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_generic_report_generator.html" > GenericReportGenerator< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service.html" > BMA.EHR.Report.Service< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_generic_repository.html" > GenericRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_p_o_i_1_1_geometry_item.html" > GeometryItem< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_p_o_i.html" > BMA.EHR.Leave.Service.DTOs.POI< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check_1_1_get_additional_check_request_dto.html" > GetAdditionalCheckRequestDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check.html" > BMA.EHR.Leave.Service.DTOs.AdditionalCheck< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check_1_1_get_additional_check_request_history_dto.html" > GetAdditionalCheckRequestHistoryDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check.html" > BMA.EHR.Leave.Service.DTOs.AdditionalCheck< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_get_cancel_leave_request_by_id_dto.html" > GetCancelLeaveRequestByIdDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_get_leave_cancel_request_dto.html" > GetLeaveCancelRequestDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_get_leave_cancel_request_result_dto.html" > GetLeaveCancelRequestResultDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_get_leave_check_dto.html" > GetLeaveCheckDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_get_leave_check_result_dto.html" > GetLeaveCheckResultDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_reports_1_1_get_leave_detail_report_dto.html" > GetLeaveDetailReportDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_reports.html" > BMA.EHR.Leave.Service.DTOs.Reports< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_reports_1_1_get_leave_report_dto.html" > GetLeaveReportDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_H" name = "letter_H" > H< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_holiday.html" > Holiday< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_meta_data_1_1_holiday_repository.html" > HolidayRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_meta_data.html" > BMA.EHR.Application.Repositories.MetaData< / a > )< / dd > < / dl >
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_I" name = "letter_I" > I< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "interface_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces_1_1_i_application_d_b_context.html" > IApplicationDBContext< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces.html" > BMA.EHR.Application.Common.Interfaces< / a > )< / dd > < dd > < a class = "el" href = "interface_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces_1_1_i_application_d_b_exam_context.html" > IApplicationDBExamContext< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces.html" > BMA.EHR.Application.Common.Interfaces< / a > )< / dd > < dd > < a class = "el" href = "interface_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces_1_1_i_discipline_db_context.html" > IDisciplineDbContext< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces.html" > BMA.EHR.Application.Common.Interfaces< / a > )< / dd > < dd > < a class = "el" href = "interface_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces_1_1_i_generic_repository.html" > IGenericRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces.html" > BMA.EHR.Application.Common.Interfaces< / a > )< / dd > < dd > < a class = "el" href = "interface_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces_1_1_i_leave_db_context.html" > ILeaveDbContext< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_common_1_1_interfaces.html" > BMA.EHR.Application.Common.Interfaces< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests_1_1_import_file_request.html" > ImportFileRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests.html" > BMA.EHR.Insignia.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests_1_1_import_invoice_request.html" > ImportInvoiceRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests.html" > BMA.EHR.Insignia.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests_1_1_import_receive_request.html" > ImportReceiveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_insignia_1_1_service_1_1_requests.html" > BMA.EHR.Insignia.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications_1_1_inbox.html" > Inbox< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications.html" > BMA.EHR.Domain.Models.Notifications< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue_1_1_inbox_repository.html" > InboxRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue.html" > BMA.EHR.Application.Repositories.MessageQueue< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_messages_1_1_inbox_response.html" > InboxResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_messages.html" > BMA.EHR.Application.Responses.Messages< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_discipline_1_1_service_1_1_pages_1_1_index_model.html" > IndexModel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_discipline_1_1_service_1_1_pages.html" > BMA.EHR.Discipline.Service.Pages< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_init_meta_data_table.html" > InitMetaDataTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_insignia.html" > Insignia< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_insignia_approve_request.html" > InsigniaApproveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests.html" > BM
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_J" name = "letter_J" > J< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_probation_assign_response_1_1_job.html" > ProbationAssignResponse.Job< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < / dl >
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_K" name = "letter_K" > K< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_key_value_item_response.html" > KeyValueItemResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_probation_assign_response_1_1_knowledge.html" > ProbationAssignResponse.Knowledge< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_knowledge_level.html" > EvaluateAssignResponse.KnowledgeLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_knowledge_level.html" > EvaluateChairmanAssignResponse.KnowledgeLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_knowledge_level.html" > EvaluateRecordAssignResponse.KnowledgeLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_kp7_item.html" > Kp7Item< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests.html" > BMA.EHR.Application.Requests< / a > )< / dd > < / dl >
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_L" name = "letter_L" > L< / a > < / dt >
2023-12-21 09:40:19 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_learn_level.html" > EvaluateAssignResponse.LearnLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_learn_level.html" > EvaluateRecordAssignResponse.LearnLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers_1_1_leave_controller.html" > LeaveController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers.html" > BMA.EHR.Leave.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_persistence_1_1_leave_db_context.html" > LeaveDbContext< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_persistence.html" > BMA.EHR.Infrastructure.Persistence< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1_leave_db_context_model_snapshot.html" > LeaveDbContextModelSnapshot< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers_1_1_leave_report_controller.html" > LeaveReportController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers.html" > BMA.EHR.Leave.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_leave_1_1_requests_1_1_leave_request.html" > LeaveRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_leave_1_1_requests.html" > BMA.EHR.Domain.Models.Leave.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request_1_1_leave_request_approve_dto.html" > LeaveRequestApproveDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_leave_request.html" > BMA.EHR.Leave.Service.DTOs.LeaveRequest< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers_1_1_leave_request_controller.html" > LeaveRequestController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers.html" > BMA.EHR.Leave.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves_1_1_leave_requests_1_1_leave_request_repository.html" > LeaveRequestRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves_1_1_leave_requests.html" > BMA.EHR.Application.Repositories.Leaves.LeaveRequests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_leave_1_1_commons_1_1_leave_type.html" > LeaveType< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_leave_1_1_commons.html" > BMA.EHR.Domain.Models.Leave.Commons< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers_1_1_leave_type_controller.html" > LeaveTypeController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_controllers.html" > BMA.EHR.Leave.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves_1_1_leave_requests_1_1_leave_type_repository.html" > LeaveTypeRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_leaves_1_1_leave_requests.html" > BMA.EHR.Application.Repositories.Leaves.LeaveRequests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_h_r_1_1_limit_leave.html" > LimitLeave< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_h_r.html" > BMA.EHR.Domain.Models.HR< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_doma
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_M" name = "letter_M" > M< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_matching_condition.html" > MatchingCondition< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests.html" > BMA.EHR.Application.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_result_assign_response_1_1_mentor.html" > EvaluateResultAssignResponse.Mentor< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_probation_assign_response_1_1_mentor.html" > ProbationAssignResponse.Mentor< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_controllers_1_1_message_controller.html" > MessageController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_controllers.html" > BMA.EHR.Command.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications_1_1_message_queue_entity.html" > MessageQueueEntity< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications.html" > BMA.EHR.Domain.Models.Notifications< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue_1_1_message_queue_repository.html" > MessageQueueRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue.html" > BMA.EHR.Application.Repositories.MessageQueue< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_min_i_o_discipline_service.html" > MinIODisciplineService< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_min_i_o_exam_service.html" > MinIOExamService< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_min_i_o_leave_service.html" > MinIOLeaveService< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_min_i_o_service.html" > MinIOService< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_moral1_level.html" > EvaluateAssignResponse.Moral1Level< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_moral2_level.html" > EvaluateAssignResponse.Moral2Level< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_moral3_level.html" > EvaluateAssignResponse.Moral3Level< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_moral_level.html" > EvaluateChairmanAssignResponse.MoralLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_moral_level.html" > EvaluateRecordAssignResponse.MoralLevel< / a > (< a class = "el" hr
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_N" name = "letter_N" > N< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_noti_cronjob_probation_request.html" > NotiCronjobProbationRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications_1_1_notification.html" > Notification< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_notifications.html" > BMA.EHR.Domain.Models.Notifications< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue_1_1_notification_repository.html" > NotificationRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_message_queue.html" > BMA.EHR.Application.Repositories.MessageQueue< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_messages_1_1_notification_response.html" > NotificationResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_messages.html" > BMA.EHR.Application.Responses.Messages< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_controllers_1_1_notify_controller.html" > NotifyController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_controllers.html" > BMA.EHR.Placement.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_noti_request.html" > NotiRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < / dl >
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_O" name = "letter_O" > O< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_open_api_ignore_filter.html" > OpenApiIgnoreFilter< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service.html" > BMA.EHR.Report.Service< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_controllers_1_1_order_controller.html" > OrderController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_controllers.html" > BMA.EHR.Command.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_organization_agency.html" > OrganizationAgency< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organization_approver_response.html" > OrganizationApproverResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_organization_common_repository.html" > OrganizationCommonRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_controllers_1_1_organization_employee_controller.html" > OrganizationEmployeeController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_controllers.html" > BMA.EHR.OrganizationEmployee.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organization_employee_1_1_organization_employee_profile.html" > OrganizationEmployeeProfile< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organization_employee.html" > BMA.EHR.Domain.Models.OrganizationEmployee< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_requests_1_1_organization_employee_profile_request.html" > OrganizationEmployeeProfileRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_requests.html" > BMA.EHR.OrganizationEmployee.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_organization_employee_repository.html" > OrganizationEmployeeRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories.html" > BMA.EHR.Application.Repositories< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_organization_entity.html" > OrganizationEntity< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations.html" > BMA.EHR.Domain.Models.Organizations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_organization_fax.html" > OrganizationFax< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_organization_government_agency.html" > OrganizationGovernmentAgency< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organization_item.html" > OrganizationItem< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_organization_level.html" > OrganizationLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_organization_organization.html" > OrganizationOrganization< / a > (< a cla
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_P" name = "letter_P" > P< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_pass_probation_response.html" > PassProbationResponse< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_payload_attachment.html" > PayloadAttachment< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate_1_1_period_exam.html" > PeriodExam< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_exam_1_1_candidate.html" > BMA.EHR.Domain.ModelsExam.Candidate< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests_1_1_period_request.html" > PeriodRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests.html" > BMA.EHR.Retirement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_requests_1_1_person_address_request.html" > PersonAddressRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_organization_employee_1_1_service_1_1_requests.html" > BMA.EHR.OrganizationEmployee.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_address_request.html" > PersonAddressRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_certificate_request.html" > PersonCertificateRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_deferment_request.html" > PersonDefermentRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_disclaim_request.html" > PersonDisclaimRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_education_request.html" > PersonEducationRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_family_request.html" > PersonFamilyRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_information_request.html" > PersonInformationRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_property_request.html" > PersonPropertyRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_select_position_appointment_employee_request.html" > PersonSelectPositionAppointmentEmployeeRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests.html" > BMA.EHR.Placement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_placement_1_1_service_1_1_requests_1_1_person_select_position_appointment_request.html" > PersonSelectPo
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_R" name = "letter_R" > R< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check_1_1_reject_request_dto.html" > RejectRequestDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_additional_check.html" > BMA.EHR.Leave.Service.DTOs.AdditionalCheck< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_relationship.html" > Relationship< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_religion.html" > Religion< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1removedutytimetoprofile.html" > removedutytimetoprofile< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_remove_sequencefrom_command_type_table.html" > RemoveSequencefromCommandTypeTable< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2_1_1_report2.html" > Report2< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2.html" > BMA.EHR.Domain.Models.Organizations.Report2< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2_1_1_report2_detail_history.html" > Report2DetailHistory< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2.html" > BMA.EHR.Domain.Models.Organizations.Report2< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2_1_1_report2_history.html" > Report2History< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_organizations_1_1_report2.html" > BMA.EHR.Domain.Models.Organizations.Report2< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers_1_1_resign_report_controller.html" > ResignReportController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers.html" > BMA.EHR.Report.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_common_1_1_response_object.html" > ResponseObject< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_common.html" > BMA.EHR.Domain.Common< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests_1_1_retirement_add_profile_request.html" > RetirementAddProfileRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests.html" > BMA.EHR.Retirement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_controllers_1_1_retirement_controller.html" > RetirementController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_controllers.html" > BMA.EHR.Retirement.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_retirement_1_1_retirement_deceased.html" > RetirementDeceased< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_retirement.html" > BMA.EHR.Domain.Models.Retirement< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests_1_1_retirement_deceased_add_noti_person.html" > RetirementDeceasedAddNotiPerson< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests.html" > BMA.EHR.Retirement.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_retirement_1_1_service_1_1_requests_1_1_retirement_deceased_add_noti_person_request.html" > RetirementDeceasedA
2023-11-15 17:00:27 +07:00
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_S" name = "letter_S" > S< / a > < / dt >
2023-12-15 12:00:42 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_save_requset_note.html" > SaveRequsetNote< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests.html" > BMA.EHR.Application.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_save_to_profile_request.html" > SaveToProfileRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests.html" > BMA.EHR.Application.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_commands_1_1_search_profile_command_request.html" > SearchProfileCommandRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_commands.html" > BMA.EHR.Application.Requests.Commands< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_change_round_1_1_search_profile_dto.html" > SearchProfileDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_change_round.html" > BMA.EHR.Leave.Service.DTOs.ChangeRound< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_change_round_1_1_search_profile_result_dto.html" > SearchProfileResultDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_change_round.html" > BMA.EHR.Leave.Service.DTOs.ChangeRound< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_skill_level.html" > EvaluateAssignResponse.SkillLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_record_assign_response_1_1_skill_level.html" > EvaluateRecordAssignResponse.SkillLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data_1_1_sub_district.html" > SubDistrict< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_meta_data.html" > BMA.EHR.Domain.Models.MetaData< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_assign_response_1_1_success_level.html" > EvaluateAssignResponse.SuccessLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_evaluate_chairman_assign_response_1_1_success_level.html" > EvaluateChairmanAssignResponse.SuccessLevel< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses.html" > BMA.EHR.Application.Responses< / a > )< / dd > < / dl >
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter_T" name = "letter_T" > T< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations_1_1t1.html" > t1< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations.html" > BMA.EHR.Application.Responses.Organizations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations_1_1t2.html" > t2< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations.html" > BMA.EHR.Application.Responses.Organizations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1testaddmigrationfromcli.html" > testaddmigrationfromcli< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers_1_1_transfer_report_controller.html" > TransferReportController< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_controllers.html" > BMA.EHR.Report.Service.Controllers< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_reports_1_1_transfer_report_repository.html" > TransferReportRepository< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_repositories_1_1_reports.html" > BMA.EHR.Application.Repositories.Reports< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations_1_1_tree_org_response_map.html" > TreeOrgResponseMap< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_responses_1_1_organizations.html" > BMA.EHR.Application.Responses.Organizations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_h_r_1_1_type_leave.html" > TypeLeave< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_domain_1_1_models_1_1_h_r.html" > BMA.EHR.Domain.Models.HR< / a > )< / dd > < / dl >
< dl class = "classindex odd" >
< dt class = "alphachar" > < a id = "letter_U" name = "letter_U" > U< / a > < / dt >
2023-12-21 09:40:19 +07:00
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests_1_1_update_command_deployment_request.html" > UpdateCommandDeploymentRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests.html" > BMA.EHR.Command.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests_1_1_update_command_execute_request.html" > UpdateCommandExecuteRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests.html" > BMA.EHR.Command.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests_1_1_update_command_group2_request.html" > UpdateCommandGroup2Request< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests.html" > BMA.EHR.Command.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests_1_1_update_command_request.html" > UpdateCommandRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_command_1_1_service_1_1_requests.html" > BMA.EHR.Command.Service.Requests< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_duty_time_1_1_update_duty_time_dto.html" > UpdateDutyTimeDto< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_leave_1_1_service_1_1_d_t_os_1_1_duty_time.html" > BMA.EHR.Leave.Service.DTOs.DutyTime< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1updatefieldusertimestamps.html" > updatefieldusertimestamps< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db_1_1updatefieldusertimestampsadd.html" > updatefieldusertimestampsadd< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_leave_db.html" > BMA.EHR.Infrastructure.Migrations.LeaveDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1updateinsigniaadddoc.html" > updateinsigniaadddoc< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_commands_1_1_update_placement_salary_request.html" > UpdatePlacementSalaryRequest< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_application_1_1_requests_1_1_commands.html" > BMA.EHR.Application.Requests.Commands< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1updatetablecommandaddtranfer_no.html" > updatetablecommandaddtranferNo< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1updatetablecronjobprobationaddissendnoti.html" > updatetablecronjobprobationaddissendnoti< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations.html" > BMA.EHR.Infrastructure.Migrations< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db_1_1updatetable_disciplcc3d37a2f6d3efb77df7e61d126eb11e.html" > updatetableDisciplineComplaint_Appealsaddisreport< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db.html" > BMA.EHR.Infrastructure.Migrations.DisciplineDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db_1_1updatetable_discipl81ac5dafecc0526e51dfb360dec42812.html" > updatetableDisciplineComplaint_Appealsaddposition< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db.html" > BMA.EHR.Infrastructure.Migrations.DisciplineDb< / a > )< / dd > < dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_infrastructure_1_1_migrations_1_1_discipline_db_1_1updatetable_discipl09f9a2bf8c
2023-11-15 17:00:27 +07:00
< dl class = "classindex even" >
< dt class = "alphachar" > < a id = "letter__" name = "letter__" > _< / a > < / dt >
< dd > < a class = "el" href = "class_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_reports_1_1__41___xE0_xB9_x81_xE0_xB8_x9A_xE0_xc492ba074e45a844747c8549a2cced61.html" > _41_แบบ_ขร3_บัญชีรายชื่อข้าราชการผู้ขอพระราชทานเครื่องราชฯ< / a > (< a class = "el" href = "namespace_b_m_a_1_1_e_h_r_1_1_report_1_1_service_1_1_reports.html" > BMA.EHR.Report.Service.Reports< / a > )< / dd > < / dl >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.8 < / li >
< / ul >
< / div >
< / body >
< / html >