Uses of Class
org.hl7.fhir.r5.model.Consent.ConsentVerificationComponent
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Consent.ConsentVerificationComponent
JsonParser.parseConsentVerificationComponent
(com.google.gson.JsonObject json) protected Consent.ConsentVerificationComponent
XmlParser.parseConsentVerificationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentVerificationComponent
(String name, Consent.ConsentVerificationComponent element) protected void
RdfParser.composeConsentVerificationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent.ConsentVerificationComponent element, int index) protected void
XmlParser.composeConsentVerificationComponent
(String name, Consent.ConsentVerificationComponent element) protected void
XmlParser.composeConsentVerificationComponentElements
(Consent.ConsentVerificationComponent element) protected void
JsonParser.composeConsentVerificationComponentProperties
(Consent.ConsentVerificationComponent element) protected boolean
XmlParser.parseConsentVerificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent.ConsentVerificationComponent res) protected void
JsonParser.parseConsentVerificationComponentProperties
(com.google.gson.JsonObject json, Consent.ConsentVerificationComponent res) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ConsentVerificationComponent> Consent.verification
Whether a treatment instruction (e.g.Modifier and TypeMethodDescriptionConsent.addVerification()
Consent.ConsentVerificationComponent.addVerificationDate
(Date value) Consent.ConsentVerificationComponent.copy()
Consent.getVerificationFirstRep()
Consent.ConsentVerificationComponent.setVerificationDate
(List<DateTimeType> theVerificationDate) Consent.ConsentVerificationComponent.setVerificationType
(CodeableConcept value) Consent.ConsentVerificationComponent.setVerified
(boolean value) Consent.ConsentVerificationComponent.setVerifiedBy
(Reference value) Consent.ConsentVerificationComponent.setVerifiedElement
(BooleanType value) Consent.ConsentVerificationComponent.setVerifiedWith
(Reference value) Modifier and TypeMethodDescriptionvoid
Consent.ConsentVerificationComponent.copyValues
(Consent.ConsentVerificationComponent dst) Modifier and TypeMethodDescriptionConsent.setVerification
(List<Consent.ConsentVerificationComponent> theVerification)