
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.RuleDataComponentJsonParser.parsePermissionRuleDataComponent(com.google.gson.JsonObject json) protected Permission.RuleDataComponentXmlParser.parsePermissionRuleDataComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Permission.RuleDataComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composePermissionRuleDataComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Permission.RuleDataComponent element, int index) protected voidXmlParser.composePermissionRuleDataComponent(String name, Permission.RuleDataComponent element) protected voidXmlParser.composePermissionRuleDataComponentElements(Permission.RuleDataComponent element) protected voidJsonParser.composeRuleDataComponent(String name, Permission.RuleDataComponent element) protected voidJsonParser.composeRuleDataComponentProperties(Permission.RuleDataComponent element) protected booleanXmlParser.parsePermissionRuleDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Permission.RuleDataComponent res) protected voidJsonParser.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.dataA 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) voidPermission.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)