Uses of Class
org.projecthusky.common.communication.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in org.projecthusky.common.communication
Methods in org.projecthusky.common.communication that return DestinationModifier and TypeMethodDescriptionAffinityDomain.getPdqDestination()
Gets the pdq destination.AffinityDomain.getPixDestination()
Gets the pid source.AffinityDomain.getRegistryDestination()
Gets the registry.AffinityDomain.getRepositoryDestination()
Gets the repository.AffinityDomain.getRepositoryDestination
(int index) Gets the repository.Methods in org.projecthusky.common.communication with parameters of type DestinationModifier and TypeMethodDescriptionvoid
AffinityDomain.addRepository
(Destination destRepository) Adds the repository.void
AffinityDomain.setPdqDestination
(Destination pdqDestination) Sets the pdq destination.void
AffinityDomain.setPixDestination
(Destination destPidSource) Sets the pix source.void
AffinityDomain.setRegistryDestination
(Destination destRegistry) Sets the registry.void
AffinityDomain.setRepositoryDestination
(Destination destRepository) Sets the repository.Constructors in org.projecthusky.common.communication with parameters of type DestinationModifierConstructorDescriptionAffinityDomain
(Destination destPidSource, Destination destRegistry, List<Destination> destRepositories) Instantiates a new affinity domain.AffinityDomain
(Destination destPidSource, Destination destRegistry, Destination destRepository) Instantiates a new affinity domain.Destination
(Destination origin) Clones existing Communication EndpointConstructor parameters in org.projecthusky.common.communication with type arguments of type DestinationModifierConstructorDescriptionAffinityDomain
(Destination destPidSource, Destination destRegistry, List<Destination> destRepositories) Instantiates a new affinity domain. -
Uses of Destination in org.projecthusky.communication
Constructors in org.projecthusky.communication with parameters of type DestinationModifierConstructorDescriptionInstantiates a new master patient index query. -
Uses of Destination in org.projecthusky.communication.services
Methods in org.projecthusky.communication.services with parameters of type DestinationModifier and TypeMethodDescriptionHuskyService.createDocumentSetRequest
(Destination destination) This method will start building aXdsDocumentSetRequest
, which allows the user to download the documents ofa Patient.HuskyService.createPdqSearchQuery
(Destination destination) Use this method to start building aPdqSearchQuery
.HuskyService.createPixAddPatientFeed
(Destination destination, org.hl7.fhir.r4.model.Organization providerOrganization) This method will start building aPixAddPatientFeed
, which allows the user to create a new Patient in the system.
The properties of anFhirPatient
are used as a template and expected to be filled.HuskyService.createPixMergePatientFeed
(Destination destination, org.hl7.fhir.r4.model.Organization providerOrganization, String obsoletePatientId, String homeCommunityOID, String homeCommunityNamespace) Use this method to build aPixMergePatientFeed
, with which the user can merge two know patient objects into one in case those two are the same person.
This case is mostly used to correct user errors when the same person is entered into a system multiple times and needs to be merged into one.HuskyService.createPixPatientIDQuery
(Destination destination) Use this method to build aPixPatientIDQuery
, where the user can ask for all IDs known of a patient.HuskyService.createPixUpdatePatientFeed
(Destination destination, org.hl7.fhir.r4.model.Organization providerOrganization) This method will start building aPixUpdatePatientFeed
, which allows the user to update an existing patient in the system.
The properties of anFhirPatient
are used, fill them accordingly.HuskyService.createRegistryStoredFindDocumentsQuery
(Destination destination, Identificator patientID) This method will start building aXdsRegistryStoredFindDocumentsQuery
, which allows the user to look for documents of a Patient identified by the ID by various parameters. -
Uses of Destination in org.projecthusky.fhir.communication
Methods in org.projecthusky.fhir.communication that return DestinationModifier and TypeMethodDescriptionFhirXdTransaction.getRegistry
(org.hl7.fhir.r4.model.DocumentManifest docManifest) Gets the registry as eHC Destination object from the FHIR resourceMethods in org.projecthusky.fhir.communication that return types with arguments of type DestinationModifier and TypeMethodDescriptionFhirXdTransaction.getRepositories
(org.hl7.fhir.r4.model.DocumentManifest docManifest) Gets a list of repositories as eHC Destination objects from the FHIR resource