|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LocalSearchType in be.ehealth.businessconnector.hubv3.builders |
---|
Methods in be.ehealth.businessconnector.hubv3.builders with parameters of type LocalSearchType | |
---|---|
GetTransactionListRequest |
RequestBuilder.buildGetTransactionListRequest(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
Creates a GetTransactionListRequest |
Uses of LocalSearchType in be.ehealth.businessconnector.hubv3.builders.impl |
---|
Methods in be.ehealth.businessconnector.hubv3.builders.impl with parameters of type LocalSearchType | |
---|---|
GetTransactionListRequest |
RequestBuilderImpl.buildGetTransactionListRequest(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
|
Uses of LocalSearchType in be.ehealth.businessconnector.hubv3.session |
---|
Methods in be.ehealth.businessconnector.hubv3.session with parameters of type LocalSearchType | |
---|---|
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction,
Integer maxRows)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction,
Paginationrequestinfo paginationrequestinfo)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction,
Paginationrequestinfo paginationrequestinfo,
String breakTheGlass)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction,
String breakTheGlass)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
GetTransactionListResponse |
HubService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction,
String breakTheGlass,
Integer maxRows)
This operation should be used to get the list of available transactions that fulfill some given criteria. |
Uses of LocalSearchType in be.ehealth.businessconnector.hubv3.session.impl |
---|
Uses of LocalSearchType in be.fgov.ehealth.hubservices.core.v3 |
---|
Methods in be.fgov.ehealth.hubservices.core.v3 that return LocalSearchType | |
---|---|
static LocalSearchType |
LocalSearchType.fromValue(String v)
|
LocalSearchType |
SelectGetTransactionListType.getSearchtype()
Gets the value of the searchtype property. |
LocalSearchType |
SelectGetPatientAuditTrailType.getSearchtype()
Gets the value of the searchtype property. |
static LocalSearchType |
LocalSearchType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LocalSearchType[] |
LocalSearchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in be.fgov.ehealth.hubservices.core.v3 with parameters of type LocalSearchType | |
---|---|
void |
SelectGetTransactionListType.setSearchtype(LocalSearchType value)
Sets the value of the searchtype property. |
void |
SelectGetPatientAuditTrailType.setSearchtype(LocalSearchType value)
Sets the value of the searchtype property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |