Uses of Interface
dev.dsf.fhir.authorization.process.Requester
Packages that use Requester
-
Uses of Requester in dev.dsf.fhir.authorization.process
Classes in dev.dsf.fhir.authorization.process that implement RequesterMethods in dev.dsf.fhir.authorization.process that return RequesterModifier and TypeMethodDescriptionstatic Requester
static Requester
Requester.localAll()
static Requester
Requester.localAllPractitioner
(String practitionerRoleSystem, String practitionerRoleCode) static Requester
Requester.localOrganization
(String organizationIdentifier) static Requester
Requester.localOrganizationPractitioner
(String organizationIdentifier, String practitionerRoleSystem, String practitionerRoleCode) static Requester
Requester.localRole
(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode) static Requester
Requester.localRolePractitioner
(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode, String practitionerRoleSystem, String practitionerRoleCode) static Requester
Requester.organization
(boolean localIdentity, String organizationIdentifier, String practitionerRoleSystem, String practitionerRoleCode) static Requester
Requester.remoteAll()
static Requester
Requester.remoteOrganization
(String organizationIdentifier) static Requester
Requester.remoteRole
(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode) static Requester
Requester.role
(boolean localIdentity, String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode, String practitionerRoleSystem, String practitionerRoleCode) Methods in dev.dsf.fhir.authorization.process that return types with arguments of type RequesterModifier and TypeMethodDescriptionAll.fromRequester
(org.hl7.fhir.r4.model.Coding coding, Predicate<org.hl7.fhir.r4.model.Coding> practitionerRoleExists) Organization.fromRequester
(org.hl7.fhir.r4.model.Coding coding, Predicate<org.hl7.fhir.r4.model.Coding> practitionerRoleExists, Predicate<org.hl7.fhir.r4.model.Identifier> organizationWithIdentifierExists) Role.fromRequester
(org.hl7.fhir.r4.model.Coding coding, Predicate<org.hl7.fhir.r4.model.Coding> practitionerRoleExists, Predicate<org.hl7.fhir.r4.model.Identifier> organizationWithIdentifierExists, Predicate<org.hl7.fhir.r4.model.Coding> organizationRoleExists) ProcessAuthorizationHelper.getRequesters
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, String taskProfile) ProcessAuthorizationHelper.getRequesters
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, Collection<String> taskProfiles) ProcessAuthorizationHelperImpl.getRequesters
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, Collection<String> taskProfiles) Methods in dev.dsf.fhir.authorization.process with parameters of type RequesterModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.ActivityDefinition
ProcessAuthorizationHelper.add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Requester requester, Recipient recipient) org.hl7.fhir.r4.model.ActivityDefinition
ProcessAuthorizationHelperImpl.add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Requester requester, Recipient recipient) Method parameters in dev.dsf.fhir.authorization.process with type arguments of type RequesterModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.ActivityDefinition
ProcessAuthorizationHelper.add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Collection<? extends Requester> requesters, Collection<? extends Recipient> recipients) org.hl7.fhir.r4.model.ActivityDefinition
ProcessAuthorizationHelperImpl.add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Collection<? extends Requester> requesters, Collection<? extends Recipient> recipients)