Uses of Class
org.hl7.fhir.r5.model.Consent.ConsentPolicyComponent
Packages that use Consent.ConsentPolicyComponent
-
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionprotected Consent.ConsentPolicyComponentJsonParser.parseConsentPolicyComponent(com.google.gson.JsonObject json) protected Consent.ConsentPolicyComponentXmlParser.parseConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) protected voidRdfParser.composeConsentPolicyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent.ConsentPolicyComponent element, int index) protected voidXmlParser.composeConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) protected voidXmlParser.composeConsentPolicyComponentElements(Consent.ConsentPolicyComponent element) protected voidJsonParser.composeConsentPolicyComponentProperties(Consent.ConsentPolicyComponent element) protected booleanXmlParser.parseConsentPolicyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent.ConsentPolicyComponent res) protected voidJsonParser.parseConsentPolicyComponentProperties(com.google.gson.JsonObject json, Consent.ConsentPolicyComponent res) -
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Consent.ConsentPolicyComponentModifier and TypeFieldDescriptionprotected List<Consent.ConsentPolicyComponent>Consent.policyThe references to the policies that are included in this consent scope.Methods in org.hl7.fhir.r5.model that return Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionConsent.addPolicy()Consent.ConsentPolicyComponent.copy()Consent.getPolicyFirstRep()Consent.ConsentPolicyComponent.setAuthority(String value) Consent.ConsentPolicyComponent.setAuthorityElement(UriType value) Consent.ConsentPolicyComponent.setUriElement(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Consent.ConsentPolicyComponentMethods in org.hl7.fhir.r5.model with parameters of type Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionConsent.addPolicy(Consent.ConsentPolicyComponent t) voidConsent.ConsentPolicyComponent.copyValues(Consent.ConsentPolicyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionConsent.setPolicy(List<Consent.ConsentPolicyComponent> thePolicy)