Uses of Class
org.hl7.fhir.r4b.model.Consent.ConsentVerificationComponent
-
Packages that use Consent.ConsentVerificationComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Consent.ConsentVerificationComponent Modifier and Type Method Description protected Consent.ConsentVerificationComponentJsonParser. parseConsentVerificationComponent(com.google.gson.JsonObject json)protected Consent.ConsentVerificationComponentXmlParser. parseConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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)Methods in org.hl7.fhir.r4b.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.r4b.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.r4b.model with type arguments of type Consent.ConsentVerificationComponent Modifier and Type Method Description ConsentConsent. setVerification(List<Consent.ConsentVerificationComponent> theVerification)
-