Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentVerificationComponent
Packages that use Consent.ConsentVerificationComponent
-
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionprotected Consent.ConsentVerificationComponentJsonParser.parseConsentConsentVerificationComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentVerificationComponentXmlParser.parseConsentConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)Methods in org.hl7.fhir.r4.formats with parameters of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element)protected voidRdfParser.composeConsentConsentVerificationComponent(Turtle.Complex parent, String parentType, String name, Consent.ConsentVerificationComponent element, int index)protected voidXmlParser.composeConsentConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element)protected voidXmlParser.composeConsentConsentVerificationComponentElements(Consent.ConsentVerificationComponent element)protected voidJsonParser.composeConsentConsentVerificationComponentInner(Consent.ConsentVerificationComponent element)protected booleanXmlParser.parseConsentConsentVerificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentVerificationComponent res)protected voidJsonParser.parseConsentConsentVerificationComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentVerificationComponent res) -
Uses of Consent.ConsentVerificationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentVerificationComponentModifier and TypeFieldDescriptionprotected List<Consent.ConsentVerificationComponent>Consent.verificationWhether a treatment instruction (e.g.Methods in org.hl7.fhir.r4.model that return Consent.ConsentVerificationComponentModifier 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)Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentVerificationComponentMethods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionConsent.addVerification(Consent.ConsentVerificationComponent t)voidConsent.ConsentVerificationComponent.copyValues(Consent.ConsentVerificationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentVerificationComponentModifier and TypeMethodDescriptionConsent.setVerification(List<Consent.ConsentVerificationComponent> theVerification)