Package ru.clinicainfo.protocol
Class BulletinSendInitRequest
java.lang.Object
ru.clinicainfo.extended.CustomListViewDataSource
ru.clinicainfo.protocol.CustomNetworkRequest
ru.clinicainfo.protocol.CustomXmlRequest
ru.clinicainfo.protocol.BulletinSendInitRequest
Запрос на создание больничного
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassThe type Bulletin sign info.Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
CustomNetworkRequest.NoConnectionException, CustomNetworkRequest.ServiceFailureException, CustomNetworkRequest.ServiceParserException, CustomNetworkRequest.ServiceUnavailableException -
Field Summary
FieldsModifier and TypeFieldDescriptionИдентификатор сотрудникаФилиал, в котором подписывается больничный лист (подключение к базе филиала, по умолчанию локальная база сервера отчетов)Идентификатор больничного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
ConstructorsConstructorDescriptionBulletinSendInitRequest(ru.clinicainfo.medframework.SchedController controller) -
Method Summary
Modifier and TypeMethodDescriptionvoidreadResponseParams(ru.clinicainfo.xml.XMLItem params) voidwriteRequestParams(ru.clinicainfo.xml.XMLItem params) Methods inherited from class ru.clinicainfo.protocol.CustomXmlRequest
executeRequest, getController, getRequestDataTag, getRequestUrl, getResponseDataTagMethods inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
getError, getErrorsList, getErrorTextEx, getExceptionMessage, getFailureMessage, getMessageFromDataJson, getMessageFromDataJson, getMessageFromDataJsonEx, getMessageFromDataJsonSafe, getStringMethods inherited from class ru.clinicainfo.extended.CustomListViewDataSource
canEditing, loadListView, removeItem
-
Field Details
-
numBull
Идентификатор больничного -
filial
Филиал, в котором подписывается больничный лист (подключение к базе филиала, по умолчанию локальная база сервера отчетов) -
extPcode
Идентификатор сотрудника
-
-
Constructor Details
-
BulletinSendInitRequest
public BulletinSendInitRequest(ru.clinicainfo.medframework.SchedController controller)
-
-
Method Details
-
getBulletinSignInfo
- Returns:
- возвращает информацию о результате запроса
-
getUrlExtraPath
- Specified by:
getUrlExtraPathin classCustomXmlRequest
-
getUrlParams
- Specified by:
getUrlParamsin classCustomXmlRequest
-
getMessageCode
- Specified by:
getMessageCodein classCustomXmlRequest
-
writeRequestParams
public void writeRequestParams(ru.clinicainfo.xml.XMLItem params) - Specified by:
writeRequestParamsin classCustomXmlRequest
-
readResponseParams
- Overrides:
readResponseParamsin classCustomXmlRequest- Throws:
ParseException
-