
Uses of Class
org.hl7.fhir.r5.model.Permission
Packages that use Permission
-
Uses of Permission in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PermissionModifier and TypeMethodDescriptionprotected Permission
JsonParser.parsePermission
(com.google.gson.JsonObject json) protected Permission
XmlParser.parsePermission
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PermissionModifier and TypeMethodDescriptionprotected void
JsonParser.composePermission
(String name, Permission element) protected void
RdfParser.composePermission
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Permission element, int index) protected void
XmlParser.composePermission
(String name, Permission element) protected void
XmlParser.composePermissionElements
(Permission element) protected void
JsonParser.composePermissionProperties
(Permission element) protected boolean
XmlParser.parsePermissionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Permission res) protected void
JsonParser.parsePermissionProperties
(com.google.gson.JsonObject json, Permission res) -
Uses of Permission in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PermissionModifier and TypeMethodDescriptionPermission.addRule
(Permission.RuleComponent t) Permission.copy()
Permission.setAsserter
(Reference value) Permission.setCombining
(Permission.PermissionRuleCombining value) Permission.setCombiningElement
(Enumeration<Permission.PermissionRuleCombining> value) Permission.setDate
(List<DateTimeType> theDate) Permission.setJustification
(Permission.PermissionJustificationComponent value) Permission.setRule
(List<Permission.RuleComponent> theRule) Permission.setStatus
(Permission.PermissionStatus value) Permission.setStatusElement
(Enumeration<Permission.PermissionStatus> value) Permission.setValidity
(Period value) protected Permission
Permission.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Permission