
Uses of Class
org.hl7.fhir.r5.model.Permission.RuleComponent
Packages that use Permission.RuleComponent
-
Uses of Permission.RuleComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Permission.RuleComponentModifier and TypeMethodDescriptionprotected Permission.RuleComponent
JsonParser.parsePermissionRuleComponent
(com.google.gson.JsonObject json) protected Permission.RuleComponent
XmlParser.parsePermissionRuleComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Permission.RuleComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composePermissionRuleComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Permission.RuleComponent element, int index) protected void
XmlParser.composePermissionRuleComponent
(String name, Permission.RuleComponent element) protected void
XmlParser.composePermissionRuleComponentElements
(Permission.RuleComponent element) protected void
JsonParser.composeRuleComponent
(String name, Permission.RuleComponent element) protected void
JsonParser.composeRuleComponentProperties
(Permission.RuleComponent element) protected boolean
XmlParser.parsePermissionRuleComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Permission.RuleComponent res) protected void
JsonParser.parsePermissionRuleComponentProperties
(com.google.gson.JsonObject json, Permission.RuleComponent res) -
Uses of Permission.RuleComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Permission.RuleComponentModifier and TypeFieldDescriptionprotected List
<Permission.RuleComponent> Permission.rule
A set of rules.Methods in org.hl7.fhir.r5.model that return Permission.RuleComponentModifier and TypeMethodDescriptionPermission.RuleComponent.addActivity
(Permission.RuleActivityComponent t) Permission.RuleComponent.addData
(Permission.RuleDataComponent t) Permission.RuleComponent.addLimit
(CodeableConcept t) Permission.addRule()
Permission.RuleComponent.copy()
Permission.getRuleFirstRep()
Permission.RuleComponent.setActivity
(List<Permission.RuleActivityComponent> theActivity) Permission.RuleComponent.setData
(List<Permission.RuleDataComponent> theData) Permission.RuleComponent.setLimit
(List<CodeableConcept> theLimit) Permission.RuleComponent.setType
(Enumerations.ConsentProvisionType value) Permission.RuleComponent.setTypeElement
(Enumeration<Enumerations.ConsentProvisionType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Permission.RuleComponentMethods in org.hl7.fhir.r5.model with parameters of type Permission.RuleComponentModifier and TypeMethodDescriptionPermission.addRule
(Permission.RuleComponent t) void
Permission.RuleComponent.copyValues
(Permission.RuleComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Permission.RuleComponent