Uses of Class
be.fgov.ehealth.hubservices.core.v3.PatientIdType

Packages that use PatientIdType
be.ehealth.businessconnector.hubv3.builders   
be.ehealth.businessconnector.hubv3.builders.impl   
be.ehealth.businessconnector.hubv3.session   
be.ehealth.businessconnector.hubv3.session.impl   
be.fgov.ehealth.hubservices.core.v3   
 

Uses of PatientIdType in be.ehealth.businessconnector.hubv3.builders
 

Methods in be.ehealth.businessconnector.hubv3.builders with parameters of type PatientIdType
 GetPatientRequest RequestBuilder.buildGetPatientRequest(PatientIdType patientId)
          Creates a GetPatientRequest
 GetTransactionListRequest RequestBuilder.buildGetTransactionListRequest(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          Creates a GetTransactionListRequest
 GetTransactionRequest RequestBuilder.buildGetTransactionRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a GetTransactionRequest
 GetTransactionSetRequest RequestBuilder.buildGetTransactionSetRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a GetTransactionSetRequest
 RequestPublicationRequest RequestBuilder.buildRequestPublicationRequest(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          Creates a RequestPublicationRequest
 RevokeTransactionRequest RequestBuilder.buildRevokeTransactionRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a RevokeTransactionRequest
 

Uses of PatientIdType in be.ehealth.businessconnector.hubv3.builders.impl
 

Methods in be.ehealth.businessconnector.hubv3.builders.impl with parameters of type PatientIdType
 GetPatientRequest RequestBuilderImpl.buildGetPatientRequest(PatientIdType patientId)
          Creates a GetPatientRequest
 GetTransactionListRequest RequestBuilderImpl.buildGetTransactionListRequest(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
           
 GetTransactionRequest RequestBuilderImpl.buildGetTransactionRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a GetTransactionRequest
 GetTransactionSetRequest RequestBuilderImpl.buildGetTransactionSetRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a GetTransactionSetRequest
 RequestPublicationRequest RequestBuilderImpl.buildRequestPublicationRequest(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          Creates a RequestPublicationRequest
 RevokeTransactionRequest RequestBuilderImpl.buildRevokeTransactionRequest(PatientIdType patient, TransactionBaseType transaction)
          Creates a RevokeTransactionRequest
 

Uses of PatientIdType in be.ehealth.businessconnector.hubv3.session
 

Methods in be.ehealth.businessconnector.hubv3.session with parameters of type PatientIdType
 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.
 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.
 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.
 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.
 

Uses of PatientIdType in be.ehealth.businessconnector.hubv3.session.impl
 

Methods in be.ehealth.businessconnector.hubv3.session.impl with parameters of type PatientIdType
 GetPatientResponse HubServiceImpl.getPatient(PatientIdType patientId)
           
 GetPatientResponse HubServiceImpl.getPatient(PatientIdType patientId, String breakTheGlass)
           
 GetTransactionResponse HubServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
           
 GetTransactionResponse HubServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction, String breakTheGlass)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction, Integer maxRows)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction, Paginationrequestinfo paginationrequestinfo)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction, Paginationrequestinfo paginationrequestinfo, String breakTheGlass)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction, String breakTheGlass)
           
 GetTransactionListResponse HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction, String breakTheGlass, Integer maxRows)
           
 GetTransactionSetResponse HubServiceImpl.getTransactionSet(PatientIdType patient, TransactionBaseType transaction)
           
 GetTransactionSetResponse HubServiceImpl.getTransactionSet(PatientIdType patient, TransactionBaseType transaction, String breakTheGlass)
           
 RequestPublicationResponse HubServiceImpl.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
           
 RequestPublicationResponse HubServiceImpl.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment, String breakTheGlass)
           
 RevokeTransactionResponse HubServiceImpl.revokeTransaction(PatientIdType patient, TransactionBaseType transaction)
           
 RevokeTransactionResponse HubServiceImpl.revokeTransaction(PatientIdType patient, TransactionBaseType transaction, String breakTheGlass)
           
 

Uses of PatientIdType in be.fgov.ehealth.hubservices.core.v3
 

Methods in be.fgov.ehealth.hubservices.core.v3 that return PatientIdType
 PatientIdType ObjectFactory.createPatientIdType()
          Create an instance of PatientIdType
 PatientIdType Transactionaccess.getPatient()
          Gets the value of the patient property.
 PatientIdType TherapeuticLinkType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectRevokeTransactionType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectRequestPublicationType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectGetTransactionType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectGetTransactionListType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectGetPatientType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectGetPatientConsentType.getPatient()
          Gets the value of the patient property.
 PatientIdType SelectGetPatientAuditTrailType.getPatient()
          Gets the value of the patient property.
 PatientIdType Latestupdate.getPatient()
          Gets the value of the patient property.
 PatientIdType FolderType.getPatient()
          Gets the value of the patient property.
 PatientIdType Criteria.getPatient()
          Gets the value of the patient property.
 PatientIdType ConsentType.getPatient()
          Gets the value of the patient property.
 

Methods in be.fgov.ehealth.hubservices.core.v3 with parameters of type PatientIdType
 void Transactionaccess.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void TherapeuticLinkType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectRevokeTransactionType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectRequestPublicationType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectGetTransactionType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectGetTransactionListType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectGetPatientType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectGetPatientConsentType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void SelectGetPatientAuditTrailType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void Latestupdate.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void FolderType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void Criteria.setPatient(PatientIdType value)
          Sets the value of the patient property.
 void ConsentType.setPatient(PatientIdType value)
          Sets the value of the patient property.
 




Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.