Modifier and Type | Class and Description |
---|---|
class |
KmehrBusinessConnectorException
KmerhBusinessConnectorException contains the original list of ErrorType
|
Modifier and Type | Method and Description |
---|---|
List<IDKMEHR> |
IntraHubTransactionService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
Declare transaction.
|
DeclareTransactionResponse |
IntraHubService.declareTransaction(SAMLToken token,
DeclareTransactionRequest request)
Declare transaction.
|
GetAccessRightResponse |
IntraHubService.getAccessRight(SAMLToken token,
GetAccessRightRequest request)
Gets the access right.
|
AccessRightListType |
IntraHubAccessRightService.getAccessRight(TransactionIdType transaction)
Gets the access right.
|
HCPartyAdaptedType |
IntraHubHCPartyService.getHCParty(HCPartyIdType hcParty)
Gets the hC party.
|
GetHCPartyResponse |
IntraHubService.getHCParty(SAMLToken token,
GetHCPartyRequest request)
Gets the hC party.
|
ConsentHCPartyType |
IntraHubHCPartyService.getHCPartyConsent(HCPartyIdType hcPartyId)
Gets the hC party consent.
|
GetHCPartyConsentResponse |
IntraHubService.getHCPartyConsent(SAMLToken token,
GetHCPartyConsentRequest request)
Gets the hC party consent.
|
static GenericRequest |
ServiceFactory.getIntraHubPort(SAMLToken token,
String soapAction)
Gets the consultation service.
|
static GenericRequest |
ServiceFactory.getIntraHubPortWithFolderEncryption(SAMLToken token,
Crypto crypto,
String soapAction)
Deprecated.
Use the same function without crypto
|
static GenericRequest |
ServiceFactory.getIntraHubPortWithFolderEncryption(SAMLToken token,
String soapAction) |
PersonType |
IntraHubPatientService.getPatient(PatientIdType patientId)
Gets the patient.
|
GetPatientResponse |
IntraHubService.getPatient(SAMLToken token,
GetPatientRequest request)
Gets the patient.
|
GetPatientAuditTrailResponse |
IntraHubService.getPatientAuditTrail(SAMLToken token,
GetPatientAuditTrailRequest request)
Gets the patient audit trail.
|
TransactionAccessListType |
IntraHubAccessRightService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
Gets the patient audit trail.
|
GetPatientConsentResponse |
IntraHubService.getPatientConsent(SAMLToken token,
GetPatientConsentRequest request)
Gets the patient consent.
|
ConsentType |
IntraHubPatientService.getPatientConsent(SelectGetPatientConsentType patientConsent)
Gets the patient consent.
|
GetTherapeuticLinkResponse |
IntraHubService.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
Gets the therapeutic link.
|
Collection<TherapeuticLinkType> |
IntraHubTherapeuticLinkService.getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
Gets the therapeutic link.
|
Kmehrmessage |
IntraHubTransactionService.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
Gets the transaction.
|
GetTransactionResponse |
IntraHubService.getTransaction(SAMLToken token,
GetTransactionRequest request)
Gets the transaction.
|
KmehrHeaderGetTransactionList |
IntraHubTransactionService.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
Gets the transaction list.
|
GetTransactionListResponse |
IntraHubService.getTransactionList(SAMLToken token,
GetTransactionListRequest request)
Gets the transaction list.
|
void |
IntraHubAccessRightService.putAccessRight(AccessRightType accessRight)
Put access right.
|
PutAccessRightResponse |
IntraHubService.putAccessRight(SAMLToken token,
PutAccessRightRequest request)
Put access right.
|
HCPartyAdaptedType |
IntraHubHCPartyService.putHCParty(HCPartyAdaptedType hcParty)
Put hc party.
|
PutHCPartyResponse |
IntraHubService.putHCParty(SAMLToken token,
PutHCPartyRequest request)
Put hc party.
|
void |
IntraHubHCPartyService.putHCPartyConsent(ConsentHCPartyType consent)
Put hc party consent.
|
PutHCPartyConsentResponse |
IntraHubService.putHCPartyConsent(SAMLToken token,
PutHCPartyConsentRequest request)
Put hc party consent.
|
PersonType |
IntraHubPatientService.putPatient(PersonType patient)
Put patient.
|
PutPatientResponse |
IntraHubService.putPatient(SAMLToken token,
PutPatientRequest request)
Put patient.
|
void |
IntraHubPatientService.putPatientConsent(ConsentType patientConsent)
Put patient consent.
|
PutPatientConsentResponse |
IntraHubService.putPatientConsent(SAMLToken token,
PutPatientConsentRequest request)
Put patient consent.
|
PutTherapeuticLinkResponse |
IntraHubService.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
Put therapeutic link.
|
void |
IntraHubTherapeuticLinkService.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
Put therapeutic link.
|
void |
IntraHubTransactionService.putTransaction(Kmehrmessage kmehrHeader)
Put transaction.
|
PutTransactionResponse |
IntraHubService.putTransaction(SAMLToken token,
PutTransactionRequest request)
Put transaction.
|
void |
IntraHubTransactionService.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
Request publication.
|
RequestPublicationResponse |
IntraHubService.requestPublication(SAMLToken token,
RequestPublicationRequest request)
Request publication.
|
RevokeAccessRightResponse |
IntraHubService.revokeAccessRight(SAMLToken token,
RevokeAccessRightRequest request)
Revoke access right.
|
void |
IntraHubAccessRightService.revokeAccessRight(SelectRevokeAccessRightType accessRight)
Revoke access right.
|
void |
IntraHubHCPartyService.revokeHCPartyConsent(ConsentHCPartyType consent)
Revoke hc party consent.
|
RevokeHCPartyConsentResponse |
IntraHubService.revokeHCPartyConsent(SAMLToken token,
RevokeHCPartyConsentRequest request)
Revoke hc party consent.
|
void |
IntraHubPatientService.revokePatientConsent(ConsentType patientConsent)
Revoke patient consent.
|
RevokePatientConsentResponse |
IntraHubService.revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest request)
Revoke patient consent.
|
RevokeTherapeuticLinkResponse |
IntraHubService.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
Revoke therapeutic link.
|
void |
IntraHubTherapeuticLinkService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
Revoke therapeutic link.
|
void |
IntraHubTransactionService.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
Revoke transaction.
|
RevokeTransactionResponse |
IntraHubService.revokeTransaction(SAMLToken token,
RevokeTransactionRequest request)
Revoke transaction.
|
Constructor and Description |
---|
IntraHubAccessRightServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub access right service.
|
IntraHubHCPartyServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub hc party service.
|
IntraHubPatientServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub patient service.
|
IntraHubTherapeuticLinkServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub therapeutic link service.
|
IntraHubTransactionServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub transaction service.
|
Modifier and Type | Method and Description |
---|---|
DeclareTransactionResponse |
HubServiceComplete.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
This operation should be used to declare a transaction within a hub.
|
List<IDKMEHR> |
HubService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
This operation should be used to declare a transaction within a hub.
|
GetAccessRightResponse |
HubServiceComplete.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub.
|
AccessRightListType |
HubService.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub.
|
GetHCPartyResponse |
HubServiceComplete.getHCParty(HCPartyIdType hcParty)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
HCPartyAdaptedType |
HubService.getHCParty(HCPartyIdType hcParty)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
GetHCPartyConsentResponse |
HubServiceComplete.getHCPartyConsent(HCPartyIdType hcParty)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
ConsentHCPartyType |
HubService.getHCPartyConsent(HCPartyIdType hcParty)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
GetPatientResponse |
HubServiceComplete.getPatient(PatientIdType patient)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PersonType |
HubService.getPatient(PatientIdType patient)
This operation should be used to declare the consent of an healthcare party within a hub.
|
GetPatientAuditTrailResponse |
HubServiceComplete.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
This operation should be used to get the list of transaction accesses for a given patient.
|
TransactionAccessListType |
HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientConsentResponse |
HubServiceComplete.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub.
|
ConsentType |
HubService.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub.
|
GetTransactionResponse |
HubServiceComplete.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
Kmehrmessage |
HubService.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
GetTransactionListResponse |
HubServiceComplete.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
This operation should be used to get the list of available transactions that fulfill some given criteria.
|
KmehrHeaderGetTransactionList |
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.
|
PutAccessRightResponse |
HubServiceComplete.putAccessRight(AccessRightType accessRight)
This operation should be used to put an access right on a transaction within a hub.
|
void |
HubService.putAccessRight(AccessRightType accessRight)
This operation should be used to put an access right on a transaction within a hub.
|
PutHCPartyResponse |
HubServiceComplete.putHCParty(HCPartyAdaptedType hcParty)
This operation should be used to create a healthcare party within a hub.
|
HCPartyAdaptedType |
HubService.putHCParty(HCPartyAdaptedType hcParty)
This operation should be used to create a healthcare party within a hub.
|
PutHCPartyConsentResponse |
HubServiceComplete.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub.
|
void |
HubService.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PutPatientResponse |
HubServiceComplete.putPatient(PersonType patient)
This operation should be used to create a patient within a hub.
|
PersonType |
HubService.putPatient(PersonType patient)
This operation should be used to create a patient within a hub.
|
PutPatientConsentResponse |
HubServiceComplete.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub.
|
void |
HubService.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub.
|
PutTransactionResponse |
HubServiceComplete.putTransaction(Kmehrmessage msg)
This operation should be used to declare and to store a given transaction within a hub.
|
void |
HubService.putTransaction(Kmehrmessage msg)
This operation should be used to declare and to store a given transaction within a hub.
|
RequestPublicationResponse |
HubServiceComplete.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
void |
HubService.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
RevokeAccessRightResponse |
HubServiceComplete.revokeAccessRight(SelectRevokeAccessRightType accessRight)
This operation should be used to revoke access right on a transaction within a hub.
|
void |
HubService.revokeAccessRight(SelectRevokeAccessRightType accessRight)
This operation should be used to revoke access right on a transaction within a hub.
|
RevokeHCPartyConsentResponse |
HubServiceComplete.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
void |
HubService.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
RevokePatientConsentResponse |
HubServiceComplete.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub.
|
void |
HubService.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub.
|
RevokeTherapeuticLinkResponse |
HubServiceComplete.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
void |
HubService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
RevokeTransactionResponse |
HubServiceComplete.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction.
|
void |
HubService.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction.
|
Modifier and Type | Method and Description |
---|---|
List<IDKMEHR> |
HubServiceImpl.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
This operation should be used to declare a transaction within a hub.
|
DeclareTransactionResponse |
HubServiceCompleteImpl.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
This operation should be used to declare a transaction within a hub.
|
AccessRightListType |
HubServiceImpl.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub.
|
GetAccessRightResponse |
HubServiceCompleteImpl.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub.
|
HCPartyAdaptedType |
HubServiceImpl.getHCParty(HCPartyIdType hcParty)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
GetHCPartyResponse |
HubServiceCompleteImpl.getHCParty(HCPartyIdType hcParty)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
ConsentHCPartyType |
HubServiceImpl.getHCPartyConsent(HCPartyIdType hcPartyId)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
GetHCPartyConsentResponse |
HubServiceCompleteImpl.getHCPartyConsent(HCPartyIdType hcPartyId)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
PersonType |
HubServiceImpl.getPatient(PatientIdType patientId)
This operation should be used to declare the consent of an healthcare party within a hub.
|
GetPatientResponse |
HubServiceCompleteImpl.getPatient(PatientIdType patientId)
This operation should be used to declare the consent of an healthcare party within a hub.
|
TransactionAccessListType |
HubServiceImpl.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientAuditTrailResponse |
HubServiceCompleteImpl.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
This operation should be used to get the list of transaction accesses for a given patient.
|
ConsentType |
HubServiceImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub.
|
GetPatientConsentResponse |
HubServiceCompleteImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub.
|
Kmehrmessage |
HubServiceImpl.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
GetTransactionResponse |
HubServiceCompleteImpl.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
KmehrHeaderGetTransactionList |
HubServiceImpl.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 |
HubServiceCompleteImpl.getTransactionList(PatientIdType patient,
LocalSearchType searchType,
TransactionWithPeriodType transaction)
This operation should be used to get the list of available transactions that fulfill some given criteria.
|
void |
HubServiceImpl.putAccessRight(AccessRightType accessRight)
This operation should be used to put an access right on a transaction within a hub.
|
PutAccessRightResponse |
HubServiceCompleteImpl.putAccessRight(AccessRightType accessRight)
This operation should be used to put an access right on a transaction within a hub.
|
HCPartyAdaptedType |
HubServiceImpl.putHCParty(HCPartyAdaptedType hcParty)
This operation should be used to create a healthcare party within a hub.
|
PutHCPartyResponse |
HubServiceCompleteImpl.putHCParty(HCPartyAdaptedType hcParty)
This operation should be used to create a healthcare party within a hub.
|
void |
HubServiceImpl.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PutHCPartyConsentResponse |
HubServiceCompleteImpl.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PersonType |
HubServiceImpl.putPatient(PersonType patient)
This operation should be used to create a patient within a hub.
|
PutPatientResponse |
HubServiceCompleteImpl.putPatient(PersonType patient)
This operation should be used to create a patient within a hub.
|
void |
HubServiceImpl.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub.
|
PutPatientConsentResponse |
HubServiceCompleteImpl.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub.
|
void |
HubServiceImpl.putTransaction(Kmehrmessage kmehrHeader)
This operation should be used to declare and to store a given transaction within a hub.
|
PutTransactionResponse |
HubServiceCompleteImpl.putTransaction(Kmehrmessage kmehrHeader)
This operation should be used to declare and to store a given transaction within a hub.
|
void |
HubServiceImpl.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
RequestPublicationResponse |
HubServiceCompleteImpl.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
void |
HubServiceImpl.revokeAccessRight(SelectRevokeAccessRightType accessRight)
This operation should be used to revoke access right on a transaction within a hub.
|
RevokeAccessRightResponse |
HubServiceCompleteImpl.revokeAccessRight(SelectRevokeAccessRightType accessRight)
This operation should be used to revoke access right on a transaction within a hub.
|
void |
HubServiceImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
RevokeHCPartyConsentResponse |
HubServiceCompleteImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
void |
HubServiceImpl.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub.
|
RevokePatientConsentResponse |
HubServiceCompleteImpl.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub.
|
void |
HubServiceImpl.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
RevokeTherapeuticLinkResponse |
HubServiceCompleteImpl.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
void |
HubServiceImpl.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction.
|
RevokeTransactionResponse |
HubServiceCompleteImpl.revokeTransaction(PatientIdType patient,
TransactionIdType transaction)
This operation should be used to 'unpublish' a given transaction.
|
Constructor and Description |
---|
HubServiceCompleteImpl(SessionValidator sessionValidator)
Instantiates a new Hub Service.
|
HubServiceImpl(SessionValidator sessionValidator)
Instantiates a new Hub Service.
|
Modifier and Type | Method and Description |
---|---|
void |
HubReplyValidator.validate(AcknowledgeType acknowledge)
Validate the reply of the return message.
|
Modifier and Type | Method and Description |
---|---|
GetTransactionResponse |
HubTokenService.getTransaction(SAMLToken token,
GetTransactionRequest request,
String breakTheGlass)
Gets the transaction.
|
PutTransactionResponse |
HubTokenService.putTransaction(SAMLToken token,
PutTransactionRequest request,
String breakTheGlass)
Put transaction.
|
PutTransactionSetResponse |
HubTokenService.putTransactionSet(SAMLToken token,
PutTransactionSetRequest request,
String breakTheGlass)
Put transaction set.
|
Modifier and Type | Method and Description |
---|---|
GetTransactionResponse |
HubTokenServiceImpl.getTransaction(SAMLToken token,
GetTransactionRequest request,
String breakTheGlass) |
PutTransactionResponse |
HubTokenServiceImpl.putTransaction(SAMLToken token,
PutTransactionRequest request,
String breakTheGlass) |
PutTransactionSetResponse |
HubTokenServiceImpl.putTransactionSet(SAMLToken token,
PutTransactionSetRequest request,
String breakTheGlass) |
Modifier and Type | Method and Description |
---|---|
DeclareTransactionResponse |
HubService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
This operation should be used to declare a transaction within a hub.
|
DeclareTransactionResponse |
HubService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader,
String breakTheGlass)
This operation should be used to declare a transaction within a hub.
|
GetAccessRightResponse |
HubService.getAccessRight(TransactionIdType transaction)
This operation should be used to get access rights on a transaction within a hub.
|
GetAccessRightResponse |
HubService.getAccessRight(TransactionIdType transaction,
String breakTheGlass)
This operation should be used to get access rights on a transaction within a hub.
|
GetHCPartyResponse |
HubService.getHCParty(HCPartyIdType hcParty)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
GetHCPartyResponse |
HubService.getHCParty(HCPartyIdType hcParty,
String breakTheGlass)
This operation should be used to retrieve the data associated with a healthcare party within a hub.
|
GetHCPartyConsentResponse |
HubService.getHCPartyConsent(HCPartyIdType hcParty)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
GetHCPartyConsentResponse |
HubService.getHCPartyConsent(HCPartyIdType hcParty,
String breakTheGlass)
This operation should be used to retrieve the consent of a healthcare party within a hub.
|
GetLatestUpdateResponse |
HubService.getLatestUpdate(SelectGetLatestUpdateType latestUpdate)
This operation should be used to retrieve the time of the last change made to a transaction.
|
GetLatestUpdateResponse |
HubService.getLatestUpdate(SelectGetLatestUpdateType latestUpdate,
String breakTheGlass)
This operation should be used to retrieve the time of the last change made to a transaction.
|
GetPatientResponse |
HubService.getPatient(PatientIdType patient)
This operation should be used to declare the consent of an healthcare party within a hub.
|
GetPatientResponse |
HubService.getPatient(PatientIdType patient,
String breakTheGlass)
This operation should be used to declare the consent of an healthcare party within a hub.
|
GetPatientAuditTrailResponse |
HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientAuditTrailResponse |
HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail,
Paginationrequestinfo paginationrequestinfo)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientAuditTrailResponse |
HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail,
Paginationrequestinfo paginationrequestinfo,
String breakTheGlass)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientAuditTrailResponse |
HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail,
String breakTheGlass)
This operation should be used to get the list of transaction accesses for a given patient.
|
GetPatientConsentResponse |
HubService.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub.
|
GetPatientConsentResponse |
HubService.getPatientConsent(SelectGetPatientConsentType patientConsent,
String breakTheGlass)
This operation should be used to retrieve the consent of a patient within a hub.
|
GetTherapeuticLinkResponse |
HubService.getTherapeuticLink(SelectGetHCPartyPatientConsentType consent)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
GetTherapeuticLinkResponse |
HubService.getTherapeuticLink(SelectGetHCPartyPatientConsentType consent,
String breakTheGlass)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
GetTransactionResponse |
HubService.getTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
GetTransactionResponse |
HubService.getTransaction(PatientIdType patient,
TransactionBaseType transaction,
String breakTheGlass)
This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
|
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.
|
GetTransactionSetResponse |
HubService.getTransactionSet(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to retrieve a transaction set(given a transaction identifier) within a hub.
|
GetTransactionSetResponse |
HubService.getTransactionSet(PatientIdType patient,
TransactionBaseType transaction,
String breakTheGlass)
This operation should be used to retrieve a transaction set(given a transaction identifier) within a hub.
|
PutAccessRightResponse |
HubService.putAccessRight(AccessRightType accessRight)
This operation should be used to put an access right on a transaction within a hub.
|
PutAccessRightResponse |
HubService.putAccessRight(AccessRightType accessRight,
String breakTheGlass)
This operation should be used to put an access right on a transaction within a hub.
|
PutHCPartyResponse |
HubService.putHCParty(HCPartyAdaptedType hcParty)
This operation should be used to create a healthcare party within a hub.
|
PutHCPartyResponse |
HubService.putHCParty(HCPartyAdaptedType hcParty,
String breakTheGlass)
This operation should be used to create a healthcare party within a hub.
|
PutHCPartyConsentResponse |
HubService.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PutHCPartyConsentResponse |
HubService.putHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
This operation should be used to declare the consent of an healthcare party within a hub.
|
PutPatientResponse |
HubService.putPatient(PersonType patient)
This operation should be used to create a patient within a hub.
|
PutPatientResponse |
HubService.putPatient(PersonType patient,
String breakTheGlass)
This operation should be used to create a patient within a hub.
|
PutPatientConsentResponse |
HubService.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub.
|
PutPatientConsentResponse |
HubService.putPatientConsent(ConsentType patientConsent,
String breakTheGlass)
This operation should be used to declare the consent of a patient within a hub.
|
PutTherapeuticLinkResponse |
HubService.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
PutTherapeuticLinkResponse |
HubService.putTherapeuticLink(TherapeuticLinkType therapeuticLink,
String breakTheGlass)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
PutTransactionResponse |
HubService.putTransaction(Kmehrmessage msg)
This operation should be used to declare and to store a given transaction within a hub.
|
PutTransactionResponse |
HubService.putTransaction(Kmehrmessage msg,
String breakTheGlass)
This operation should be used to declare and to store a given transaction within a hub.
|
PutTransactionSetResponse |
HubService.putTransactionSet(Kmehrmessage msg)
This operation should be used to declare and to store a given transaction set within a hub.
|
PutTransactionSetResponse |
HubService.putTransactionSet(Kmehrmessage msg,
String breakTheGlass)
This operation should be used to declare and to store a given transaction set within a hub.
|
RequestPublicationResponse |
HubService.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
RequestPublicationResponse |
HubService.requestPublication(PatientIdType patient,
TransactionWithPeriodType transaction,
String comment,
String breakTheGlass)
This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
|
RevokeAccessRightResponse |
HubService.revokeAccessRight(SelectRevokeAccessRightType accessRight)
This operation should be used to revoke access right on a transaction within a hub.
|
RevokeAccessRightResponse |
HubService.revokeAccessRight(SelectRevokeAccessRightType accessRight,
String breakTheGlass)
This operation should be used to revoke access right on a transaction within a hub.
|
RevokeHCPartyConsentResponse |
HubService.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
RevokeHCPartyConsentResponse |
HubService.revokeHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
This operation should be used to revoke the consent of a healthcare party within a hub.
|
RevokePatientConsentResponse |
HubService.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub.
|
RevokePatientConsentResponse |
HubService.revokePatientConsent(ConsentType patientConsent,
String breakTheGlass)
This operation should be used to revoke the consent of a patient within a hub.
|
RevokeTherapeuticLinkResponse |
HubService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
RevokeTherapeuticLinkResponse |
HubService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink,
String breakTheGlass)
This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
|
RevokeTransactionResponse |
HubService.revokeTransaction(PatientIdType patient,
TransactionBaseType transaction)
This operation should be used to 'unpublish' a given transaction.
|
RevokeTransactionResponse |
HubService.revokeTransaction(PatientIdType patient,
TransactionBaseType transaction,
String breakTheGlass)
This operation should be used to 'unpublish' a given transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
HubReplyValidator.validate(AcknowledgeType acknowledge)
Validate the reply of the return message.
|
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.