
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.RuleComponentJsonParser.parsePermissionRuleComponent(com.google.gson.JsonObject json) protected Permission.RuleComponentXmlParser.parsePermissionRuleComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Permission.RuleComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composePermissionRuleComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Permission.RuleComponent element, int index) protected voidXmlParser.composePermissionRuleComponent(String name, Permission.RuleComponent element) protected voidXmlParser.composePermissionRuleComponentElements(Permission.RuleComponent element) protected voidJsonParser.composeRuleComponent(String name, Permission.RuleComponent element) protected voidJsonParser.composeRuleComponentProperties(Permission.RuleComponent element) protected booleanXmlParser.parsePermissionRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Permission.RuleComponent res) protected voidJsonParser.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.ruleA 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) voidPermission.RuleComponent.copyValues(Permission.RuleComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Permission.RuleComponent