Uses of Class
org.hl7.fhir.r5.model.Permission.RuleDataComponent
-
Uses of Permission.RuleDataComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Permission.RuleDataComponent
JsonParser.parsePermissionRuleDataComponent
(com.google.gson.JsonObject json) protected Permission.RuleDataComponent
XmlParser.parsePermissionRuleDataComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composePermissionRuleDataComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Permission.RuleDataComponent element, int index) protected void
XmlParser.composePermissionRuleDataComponent
(String name, Permission.RuleDataComponent element) protected void
XmlParser.composePermissionRuleDataComponentElements
(Permission.RuleDataComponent element) protected void
JsonParser.composeRuleDataComponent
(String name, Permission.RuleDataComponent element) protected void
JsonParser.composeRuleDataComponentProperties
(Permission.RuleDataComponent element) protected boolean
XmlParser.parsePermissionRuleDataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Permission.RuleDataComponent res) protected void
JsonParser.parsePermissionRuleDataComponentProperties
(com.google.gson.JsonObject json, Permission.RuleDataComponent res) -
Uses of Permission.RuleDataComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Permission.RuleDataComponent> Permission.RuleComponent.data
A description or definition of which activities are allowed to be done on the data.Modifier and TypeMethodDescriptionPermission.RuleComponent.addData()
Permission.RuleDataComponent.addResource
(Permission.RuleDataResourceComponent t) Permission.RuleDataComponent.addSecurity
(Coding t) Permission.RuleDataComponent.copy()
Permission.RuleComponent.getDataFirstRep()
Permission.RuleDataComponent.setExpression
(Expression value) Permission.RuleDataComponent.setResource
(List<Permission.RuleDataResourceComponent> theResource) Permission.RuleDataComponent.setSecurity
(List<Coding> theSecurity) Modifier and TypeMethodDescriptionPermission.RuleComponent.addData
(Permission.RuleDataComponent t) void
Permission.RuleDataComponent.copyValues
(Permission.RuleDataComponent dst) Modifier and TypeMethodDescriptionPermission.RuleComponent.setData
(List<Permission.RuleDataComponent> theData)