Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentVerificationComponent
-
Packages that use Consent.ConsentVerificationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.ConsentVerificationComponent Modifier and Type Method Description protected Consent.ConsentVerificationComponentJsonParser. parseConsentConsentVerificationComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentVerificationComponentXmlParser. parseConsentConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentVerificationComponent Modifier and Type Field Description protected List<Consent.ConsentVerificationComponent>Consent. verificationWhether a treatment instruction (e.g.Methods in org.hl7.fhir.r4.model that return Consent.ConsentVerificationComponent Modifier and Type Method Description Consent.ConsentVerificationComponentConsent. addVerification()Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. copy()Consent.ConsentVerificationComponentConsent. getVerificationFirstRep()Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerificationDate(Date value)Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerificationDateElement(DateTimeType value)Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerified(boolean value)Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerifiedElement(BooleanType value)Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerifiedWith(Reference value)Consent.ConsentVerificationComponentConsent.ConsentVerificationComponent. setVerifiedWithTarget(Resource value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentVerificationComponent Modifier and Type Method Description List<Consent.ConsentVerificationComponent>Consent. getVerification()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentVerificationComponent Modifier and Type Method Description ConsentConsent. addVerification(Consent.ConsentVerificationComponent t)voidConsent.ConsentVerificationComponent. copyValues(Consent.ConsentVerificationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentVerificationComponent Modifier and Type Method Description ConsentConsent. setVerification(List<Consent.ConsentVerificationComponent> theVerification)
-