
Uses of Class
org.hl7.fhir.r5.model.Consent.ConsentVerificationComponent
Packages that use Consent.ConsentVerificationComponent
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionprotected Consent.ConsentVerificationComponentJsonParser.parseConsentVerificationComponent(com.google.gson.JsonObject json) protected Consent.ConsentVerificationComponentXmlParser.parseConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element) protected voidRdfParser.composeConsentVerificationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent.ConsentVerificationComponent element, int index) protected voidXmlParser.composeConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element) protected voidXmlParser.composeConsentVerificationComponentElements(Consent.ConsentVerificationComponent element) protected voidJsonParser.composeConsentVerificationComponentProperties(Consent.ConsentVerificationComponent element) protected booleanXmlParser.parseConsentVerificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent.ConsentVerificationComponent res) protected voidJsonParser.parseConsentVerificationComponentProperties(com.google.gson.JsonObject json, Consent.ConsentVerificationComponent res) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Consent.ConsentVerificationComponentModifier and TypeFieldDescriptionprotected List<Consent.ConsentVerificationComponent> Consent.verificationWhether a treatment instruction (e.g. artificial respiration: yes or no) was verified with the patient, his/her family or another authorized person.Methods in org.hl7.fhir.r5.model that return Consent.ConsentVerificationComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Consent.ConsentVerificationComponentMethods in org.hl7.fhir.r5.model with parameters of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionvoidConsent.ConsentVerificationComponent.copyValues(Consent.ConsentVerificationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionConsent.setVerification(List<Consent.ConsentVerificationComponent> theVerification)