Package ru.clinicainfo.protocol
Class ReferralTypesRequest
- java.lang.Object
-
- ru.clinicainfo.extended.CustomListViewDataSource
-
- ru.clinicainfo.protocol.CustomNetworkRequest
-
- ru.clinicainfo.protocol.CustomProtocolRequest
-
- ru.clinicainfo.protocol.ReferralTypesRequest
-
public class ReferralTypesRequest extends CustomProtocolRequest
Запрос для получения справочника типов направления
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classReferralTypesRequest.ReferralTypesItemИнформация по типу направления-
Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomProtocolRequest
CustomProtocolRequest.RequestStatusInfo
-
Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
CustomNetworkRequest.ServiceFailureException, CustomNetworkRequest.ServiceParserException, CustomNetworkRequest.ServiceUnavailableException
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringextpCodeИдентификатор сотрудникаjava.lang.StringrefTypeInИдентификатор типа направления-
Fields inherited from class ru.clinicainfo.protocol.CustomProtocolRequest
reqFilial, REQUEST_FAILURE, REQUEST_NOT_FILES, REQUEST_SUCCESS, RequestDateFormat, RequestDateTimeFormat
-
Fields inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
REQUEST_HTTP_BAD_REQUEST, REQUEST_HTTP_CONFLICT, REQUEST_HTTP_GONE, REQUEST_HTTP_SUCCESS
-
-
Constructor Summary
Constructors Constructor Description ReferralTypesRequest(ru.clinicainfo.medframework.SchedController controller, ru.clinicainfo.medframework.ImageController imageController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessageCode()java.util.ArrayList<ReferralTypesRequest.ReferralTypesItem>getReferralTypesItems()voidreadResponseParams(ru.clinicainfo.xml.XMLItem params)voidwriteRequestParams(ru.clinicainfo.xml.XMLItem params)-
Methods inherited from class ru.clinicainfo.protocol.CustomProtocolRequest
executeRequest, getController, getImageController, getLayoutItemId, getListViewController, getMediaDescriptionUrl, getMediaImageUrl, getMediaMediumImageUrl, getMessageType, getRequestDataTag, getResponseDataTag, getRootTag, getStatusInfo, incDate, initListViewController, readCheckData, setLayoutItemId, setRequestFilial
-
Methods inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
getExceptionMessage, getFailureMessage, getNetworkMessage
-
-
-
-
Method Detail
-
getReferralTypesItems
public java.util.ArrayList<ReferralTypesRequest.ReferralTypesItem> getReferralTypesItems()
- Returns:
- Информация по типу направления
-
getMessageCode
public java.lang.String getMessageCode()
- Specified by:
getMessageCodein classCustomProtocolRequest
-
writeRequestParams
public void writeRequestParams(ru.clinicainfo.xml.XMLItem params)
- Specified by:
writeRequestParamsin classCustomProtocolRequest
-
readResponseParams
public void readResponseParams(ru.clinicainfo.xml.XMLItem params) throws java.text.ParseException- Overrides:
readResponseParamsin classCustomProtocolRequest- Throws:
java.text.ParseException
-
-