
Uses of Class
org.hl7.fhir.r5.model.Permission.RuleDataComponent
Packages that use Permission.RuleDataComponent
-
Uses of Permission.RuleDataComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Permission.RuleDataComponentModifier and TypeMethodDescriptionprotected Permission.RuleDataComponent
JsonParser.parsePermissionRuleDataComponent
(com.google.gson.JsonObject json) protected Permission.RuleDataComponent
XmlParser.parsePermissionRuleDataComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Permission.RuleDataComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Permission.RuleDataComponentModifier and TypeFieldDescriptionprotected List
<Permission.RuleDataComponent> Permission.RuleComponent.data
A description or definition of which activities are allowed to be done on the data.Methods in org.hl7.fhir.r5.model that return Permission.RuleDataComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Permission.RuleDataComponentMethods in org.hl7.fhir.r5.model with parameters of type Permission.RuleDataComponentModifier and TypeMethodDescriptionPermission.RuleComponent.addData
(Permission.RuleDataComponent t) void
Permission.RuleDataComponent.copyValues
(Permission.RuleDataComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Permission.RuleDataComponentModifier and TypeMethodDescriptionPermission.RuleComponent.setData
(List<Permission.RuleDataComponent> theData)