-
IAuthRuleBuilderRuleBulkExport.any()
Allow/deny any bulk export operation
Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.
IAuthRuleBuilderRuleBulkExport.groupExportOnGroup(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId)
Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.
Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.
IAuthRuleBuilderRuleBulkExport.patientExportOnGroup(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId)
Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.
IAuthRuleBuilderRuleBulkExport.patientExportOnPatient(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId)
Allow/deny system-level export rule applies to the Group with the given resource ID, e.g.
If specified, rule will only apply to bulk export requests that explicitly specify a list
of resource types where the list is equal to, or a subset of the supplied collection.