Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentPolicyComponent
-
Packages that use Consent.ConsentPolicyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.ConsentPolicyComponent Modifier and Type Method Description protected Consent.ConsentPolicyComponentJsonParser. parseConsentConsentPolicyComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentPolicyComponentXmlParser. parseConsentConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentPolicyComponent Modifier and Type Field Description protected 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.ConsentPolicyComponent Modifier and Type Method Description Consent.ConsentPolicyComponentConsent. addPolicy()Consent.ConsentPolicyComponentConsent.ConsentPolicyComponent. copy()Consent.ConsentPolicyComponentConsent. getPolicyFirstRep()Consent.ConsentPolicyComponentConsent.ConsentPolicyComponent. setAuthority(String value)Consent.ConsentPolicyComponentConsent.ConsentPolicyComponent. setAuthorityElement(UriType value)Consent.ConsentPolicyComponentConsent.ConsentPolicyComponent. setUri(String value)Consent.ConsentPolicyComponentConsent.ConsentPolicyComponent. setUriElement(UriType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentPolicyComponent Modifier and Type Method Description List<Consent.ConsentPolicyComponent>Consent. getPolicy()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentPolicyComponent Modifier and Type Method Description ConsentConsent. addPolicy(Consent.ConsentPolicyComponent t)voidConsent.ConsentPolicyComponent. copyValues(Consent.ConsentPolicyComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentPolicyComponent Modifier and Type Method Description ConsentConsent. setPolicy(List<Consent.ConsentPolicyComponent> thePolicy)
-