Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentVerificationComponent
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Consent.ConsentVerificationComponent
JsonParser.parseConsentConsentVerificationComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentVerificationComponent
XmlParser.parseConsentConsentVerificationComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentConsentVerificationComponent
(String name, Consent.ConsentVerificationComponent element) protected void
RdfParser.composeConsentConsentVerificationComponent
(Turtle.Complex parent, String parentType, String name, Consent.ConsentVerificationComponent element, int index) protected void
XmlParser.composeConsentConsentVerificationComponent
(String name, Consent.ConsentVerificationComponent element) protected void
XmlParser.composeConsentConsentVerificationComponentElements
(Consent.ConsentVerificationComponent element) protected void
JsonParser.composeConsentConsentVerificationComponentInner
(Consent.ConsentVerificationComponent element) protected boolean
XmlParser.parseConsentConsentVerificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentVerificationComponent res) protected void
JsonParser.parseConsentConsentVerificationComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentVerificationComponent res) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ConsentVerificationComponent> Consent.verification
Whether a treatment instruction (e.g.Modifier and TypeMethodDescriptionConsent.addVerification()
Consent.ConsentVerificationComponent.copy()
Consent.getVerificationFirstRep()
Consent.ConsentVerificationComponent.setVerificationDate
(Date value) Consent.ConsentVerificationComponent.setVerificationDateElement
(DateTimeType value) Consent.ConsentVerificationComponent.setVerified
(boolean value) Consent.ConsentVerificationComponent.setVerifiedElement
(BooleanType value) Consent.ConsentVerificationComponent.setVerifiedWith
(Reference value) Consent.ConsentVerificationComponent.setVerifiedWithTarget
(Resource value) Modifier and TypeMethodDescriptionvoid
Consent.ConsentVerificationComponent.copyValues
(Consent.ConsentVerificationComponent dst) Modifier and TypeMethodDescriptionConsent.setVerification
(List<Consent.ConsentVerificationComponent> theVerification)