
Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentPolicyComponent
Packages that use Consent.ConsentPolicyComponent
- 
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionprotected Consent.ConsentPolicyComponentJsonParser.parseConsentConsentPolicyComponent(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentPolicyComponentXmlParser.parseConsentConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Methods in org.hl7.fhir.r4.formats with parameters of type Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) protected voidRdfParser.composeConsentConsentPolicyComponent(Turtle.Complex parent, String parentType, String name, Consent.ConsentPolicyComponent element, int index) protected voidXmlParser.composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) protected voidXmlParser.composeConsentConsentPolicyComponentElements(Consent.ConsentPolicyComponent element) protected voidJsonParser.composeConsentConsentPolicyComponentInner(Consent.ConsentPolicyComponent element) protected booleanXmlParser.parseConsentConsentPolicyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentPolicyComponent res) protected voidJsonParser.parseConsentConsentPolicyComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentPolicyComponent res)  - 
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type Consent.ConsentPolicyComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type Consent.ConsentPolicyComponentModifier and TypeMethodDescriptionConsent.setPolicy(List<Consent.ConsentPolicyComponent> thePolicy)