Package ru.clinicainfo.protocol
Class ConferenceOpenRequest
- java.lang.Object
-
- ru.clinicainfo.extended.CustomListViewDataSource
-
- ru.clinicainfo.protocol.CustomNetworkRequest
-
- ru.clinicainfo.protocol.ConferenceOpenRequest
-
public class ConferenceOpenRequest extends CustomNetworkRequest
Запрос на открытие конференции
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConferenceOpenRequest.ConferenceInfo-
Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
CustomNetworkRequest.NoConnectionException, CustomNetworkRequest.ServiceFailureException, CustomNetworkRequest.ServiceParserException, CustomNetworkRequest.ServiceUnavailableException
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdispayNameОтображаемое имяjava.lang.StringobjectIdИдентификатор объекта, для которого необходимо открыть конференцию (в зависимости от objectType)java.lang.IntegerobjectTypeТип объекта: 0 - запись на прием (в objectId необходимо передать schedId записи)-
Fields inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
REQUEST_HTTP_BAD_REQUEST, REQUEST_HTTP_CONFLICT, REQUEST_HTTP_GONE, REQUEST_HTTP_SUCCESS, REQUEST_HTTP_UNAUTHORIZED
-
-
Constructor Summary
Constructors Constructor Description ConferenceOpenRequest(ru.clinicainfo.medframework.SchedController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteRequest(java.lang.String urlPath)Execute request.ConferenceOpenRequest.ConferenceInfogetConferenceInfo()ru.clinicainfo.medframework.SchedControllergetController()-
Methods inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
getError, getErrorsList, getErrorTextEx, getExceptionMessage, getFailureMessage, getMessageFromDataJson, getMessageFromDataJson, getMessageFromDataJsonEx, getMessageFromDataJsonSafe, getString
-
-
-
-
Field Detail
-
objectId
public java.lang.String objectId
Идентификатор объекта, для которого необходимо открыть конференцию (в зависимости от objectType)
-
objectType
public java.lang.Integer objectType
Тип объекта: 0 - запись на прием (в objectId необходимо передать schedId записи)
-
dispayName
public java.lang.String dispayName
Отображаемое имя
-
-
Method Detail
-
getConferenceInfo
public ConferenceOpenRequest.ConferenceInfo getConferenceInfo()
-
getController
public ru.clinicainfo.medframework.SchedController getController()
-
executeRequest
public void executeRequest(java.lang.String urlPath) throws java.io.IOException, CustomNetworkRequest.ServiceUnavailableException, CustomNetworkRequest.ServiceFailureException, java.text.ParseException, org.json.JSONExceptionExecute request.- Parameters:
urlPath- the url path- Throws:
java.io.IOException- the io exceptionCustomNetworkRequest.ServiceUnavailableException- the service unavailable exceptionCustomNetworkRequest.ServiceFailureException- the service failure exceptionjava.text.ParseException- the parse exceptionorg.json.JSONException- the json exception
-
-