public interface IAuthRuleBuilderRuleOp extends IAuthRuleBuilderAppliesTo<IAuthRuleBuilderRuleOpClassifier>
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleFinished |
instance(org.hl7.fhir.instance.model.api.IIdType theId)
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
instance(String theId)
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
instances(Collection<org.hl7.fhir.instance.model.api.IIdType> theIds)
Rule applies to the resource with the given ID (e.g.
|
allResources, resourcesOfTypeIAuthRuleFinished instance(String theId)
Patient/123)
See the following examples which show how theId is interpreted:
http://example.com/Patient/123 - Any Patient resource with the ID "123" will be matched (note: the base URL part is ignored)Patient/123 - Any Patient resource with the ID "123" will be matched123 - Any resource of any type with the ID "123" will be matchedtheId - The ID of the resource to apply (e.g. Patient/123)IllegalArgumentException - If theId does not contain an ID with at least an ID partNullPointerException - If theId is nullIAuthRuleFinished instance(org.hl7.fhir.instance.model.api.IIdType theId)
Patient/123)
See the following examples which show how theId is interpreted:
http://example.com/Patient/123 - Any Patient resource with the ID "123" will be matched (note: the base URL part is ignored)Patient/123 - Any Patient resource with the ID "123" will be matched123 - Any resource of any type with the ID "123" will be matchedtheId - The ID of the resource to apply (e.g. Patient/123)IllegalArgumentException - If theId does not contain an ID with at least an ID partNullPointerException - If theId is nullIAuthRuleFinished instances(Collection<org.hl7.fhir.instance.model.api.IIdType> theIds)
Patient/123)
See the following examples which show how theId is interpreted:
http://example.com/Patient/123 - Any Patient resource with the ID "123" will be matched (note: the base URL part is ignored)Patient/123 - Any Patient resource with the ID "123" will be matched123 - Any resource of any type with the ID "123" will be matchedtheIds - The IDs of the resource to apply (e.g. Patient/123)IllegalArgumentException - If theId does not contain an ID with at least an ID partNullPointerException - If theId is nullCopyright © 2014–2019 University Health Network. All rights reserved.