public class KrankenhausStandortPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
KrankenhausStandortPublicControllerApi() |
KrankenhausStandortPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
KrankenhausStandortContainerDto |
getAllKrankenhausStandorteByFilterPublic(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly)
Returns information about hospital locations
|
okhttp3.Call |
getAllKrankenhausStandorteByFilterPublicAsync(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly,
ApiCallback<KrankenhausStandortContainerDto> _callback)
(asynchronously)
Returns information about hospital locations
|
okhttp3.Call |
getAllKrankenhausStandorteByFilterPublicCall(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly,
ApiCallback _callback)
Build call for getAllKrankenhausStandorteByFilterPublic
|
ApiResponse<KrankenhausStandortContainerDto> |
getAllKrankenhausStandorteByFilterPublicWithHttpInfo(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly)
Returns information about hospital locations
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
KrankenhausStandortDto |
getKrankenhausStandortByIdPublic(java.lang.String krankenhausId)
Returns information about hospital location
|
okhttp3.Call |
getKrankenhausStandortByIdPublicAsync(java.lang.String krankenhausId,
ApiCallback<KrankenhausStandortDto> _callback)
(asynchronously)
Returns information about hospital location
|
okhttp3.Call |
getKrankenhausStandortByIdPublicCall(java.lang.String krankenhausId,
ApiCallback _callback)
Build call for getKrankenhausStandortByIdPublic
|
ApiResponse<KrankenhausStandortDto> |
getKrankenhausStandortByIdPublicWithHttpInfo(java.lang.String krankenhausId)
Returns information about hospital location
|
java.util.List<MeldebereichPublicInfoDto> |
getMeldebereicheForKrankenhausStandortPublic(java.lang.String krankenhausId)
Returns information about the Meldebereiche of a hospital location
|
okhttp3.Call |
getMeldebereicheForKrankenhausStandortPublicAsync(java.lang.String krankenhausId,
ApiCallback<java.util.List<MeldebereichPublicInfoDto>> _callback)
(asynchronously)
Returns information about the Meldebereiche of a hospital location
|
okhttp3.Call |
getMeldebereicheForKrankenhausStandortPublicCall(java.lang.String krankenhausId,
ApiCallback _callback)
Build call for getMeldebereicheForKrankenhausStandortPublic
|
ApiResponse<java.util.List<MeldebereichPublicInfoDto>> |
getMeldebereicheForKrankenhausStandortPublicWithHttpInfo(java.lang.String krankenhausId)
Returns information about the Meldebereiche of a hospital location
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public KrankenhausStandortPublicControllerApi()
public KrankenhausStandortPublicControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call getAllKrankenhausStandorteByFilterPublicCall(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly,
ApiCallback _callback)
throws ApiException
bezeichnung - (optional, default to )bundesland - (optional)page - (optional, default to 0)size - (optional, default to 10)khsId - (optional)longitude - (optional)latitude - (optional)distance - (optional)withmeldungonly - (optional, default to false)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
public KrankenhausStandortContainerDto getAllKrankenhausStandorteByFilterPublic(java.lang.String bezeichnung, java.lang.String bundesland, java.lang.Integer page, java.lang.Integer size, java.lang.String khsId, java.lang.Double longitude, java.lang.Double latitude, java.lang.Long distance, java.lang.Boolean withmeldungonly) throws ApiException
bezeichnung - (optional, default to )bundesland - (optional)page - (optional, default to 0)size - (optional, default to 10)khsId - (optional)longitude - (optional)latitude - (optional)distance - (optional)withmeldungonly - (optional, default to false)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
public ApiResponse<KrankenhausStandortContainerDto> getAllKrankenhausStandorteByFilterPublicWithHttpInfo(java.lang.String bezeichnung, java.lang.String bundesland, java.lang.Integer page, java.lang.Integer size, java.lang.String khsId, java.lang.Double longitude, java.lang.Double latitude, java.lang.Long distance, java.lang.Boolean withmeldungonly) throws ApiException
bezeichnung - (optional, default to )bundesland - (optional)page - (optional, default to 0)size - (optional, default to 10)khsId - (optional)longitude - (optional)latitude - (optional)distance - (optional)withmeldungonly - (optional, default to false)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
public okhttp3.Call getAllKrankenhausStandorteByFilterPublicAsync(java.lang.String bezeichnung,
java.lang.String bundesland,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String khsId,
java.lang.Double longitude,
java.lang.Double latitude,
java.lang.Long distance,
java.lang.Boolean withmeldungonly,
ApiCallback<KrankenhausStandortContainerDto> _callback)
throws ApiException
bezeichnung - (optional, default to )bundesland - (optional)page - (optional, default to 0)size - (optional, default to 10)khsId - (optional)longitude - (optional)latitude - (optional)distance - (optional)withmeldungonly - (optional, default to false)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
public okhttp3.Call getKrankenhausStandortByIdPublicCall(java.lang.String krankenhausId,
ApiCallback _callback)
throws ApiException
krankenhausId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
| 404 | not found | - |
public KrankenhausStandortDto getKrankenhausStandortByIdPublic(java.lang.String krankenhausId) throws ApiException
krankenhausId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
| 404 | not found | - |
public ApiResponse<KrankenhausStandortDto> getKrankenhausStandortByIdPublicWithHttpInfo(java.lang.String krankenhausId) throws ApiException
krankenhausId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
| 404 | not found | - |
public okhttp3.Call getKrankenhausStandortByIdPublicAsync(java.lang.String krankenhausId,
ApiCallback<KrankenhausStandortDto> _callback)
throws ApiException
krankenhausId - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return the hospitalLocation | - |
| 404 | not found | - |
public okhttp3.Call getMeldebereicheForKrankenhausStandortPublicCall(java.lang.String krankenhausId,
ApiCallback _callback)
throws ApiException
krankenhausId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return a list of Meldebereich for the hospital location | - |
| 404 | not found | - |
public java.util.List<MeldebereichPublicInfoDto> getMeldebereicheForKrankenhausStandortPublic(java.lang.String krankenhausId) throws ApiException
krankenhausId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return a list of Meldebereich for the hospital location | - |
| 404 | not found | - |
public ApiResponse<java.util.List<MeldebereichPublicInfoDto>> getMeldebereicheForKrankenhausStandortPublicWithHttpInfo(java.lang.String krankenhausId) throws ApiException
krankenhausId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return a list of Meldebereich for the hospital location | - |
| 404 | not found | - |
public okhttp3.Call getMeldebereicheForKrankenhausStandortPublicAsync(java.lang.String krankenhausId,
ApiCallback<java.util.List<MeldebereichPublicInfoDto>> _callback)
throws ApiException
krankenhausId - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | return a list of Meldebereich for the hospital location | - |
| 404 | not found | - |