Uses of Class
org.hl7.fhir.r4.model.VerificationResult
Packages that use VerificationResult
-
Uses of VerificationResult in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return VerificationResultModifier and TypeMethodDescriptionprotected VerificationResultJsonParser.parseVerificationResult(com.google.gson.JsonObject json)protected VerificationResultXmlParser.parseVerificationResult(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type VerificationResultModifier and TypeMethodDescriptionprotected voidJsonParser.composeVerificationResult(String name, VerificationResult element)protected voidRdfParser.composeVerificationResult(Turtle.Complex parent, String parentType, String name, VerificationResult element, int index)protected voidXmlParser.composeVerificationResult(String name, VerificationResult element)protected voidXmlParser.composeVerificationResultElements(VerificationResult element)protected voidJsonParser.composeVerificationResultInner(VerificationResult element)protected booleanXmlParser.parseVerificationResultContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult res)protected voidJsonParser.parseVerificationResultProperties(com.google.gson.JsonObject json, VerificationResult res)JsonParser.parseVerificationResultVerificationResultAttestationComponent(com.google.gson.JsonObject json, VerificationResult owner)XmlParser.parseVerificationResultVerificationResultAttestationComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner)protected booleanXmlParser.parseVerificationResultVerificationResultAttestationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultAttestationComponent res)protected voidJsonParser.parseVerificationResultVerificationResultAttestationComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultAttestationComponent res)JsonParser.parseVerificationResultVerificationResultPrimarySourceComponent(com.google.gson.JsonObject json, VerificationResult owner)XmlParser.parseVerificationResultVerificationResultPrimarySourceComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner)protected booleanXmlParser.parseVerificationResultVerificationResultPrimarySourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultPrimarySourceComponent res)protected voidJsonParser.parseVerificationResultVerificationResultPrimarySourceComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultPrimarySourceComponent res)JsonParser.parseVerificationResultVerificationResultValidatorComponent(com.google.gson.JsonObject json, VerificationResult owner)XmlParser.parseVerificationResultVerificationResultValidatorComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner)protected booleanXmlParser.parseVerificationResultVerificationResultValidatorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res)protected voidJsonParser.parseVerificationResultVerificationResultValidatorComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res) -
Uses of VerificationResult in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return VerificationResultModifier and TypeMethodDescriptionVerificationResult.addPrimarySource(VerificationResult.VerificationResultPrimarySourceComponent t)VerificationResult.addTargetLocation(String value)VerificationResult.addValidationProcess(CodeableConcept t)VerificationResult.addValidator(VerificationResult.VerificationResultValidatorComponent t)VerificationResult.copy()VerificationResult.setAttestation(VerificationResult.VerificationResultAttestationComponent value)VerificationResult.setFailureAction(CodeableConcept value)VerificationResult.setFrequency(Timing value)VerificationResult.setLastPerformed(Date value)VerificationResult.setLastPerformedElement(DateTimeType value)VerificationResult.setNeed(CodeableConcept value)VerificationResult.setNextScheduled(Date value)VerificationResult.setNextScheduledElement(DateType value)VerificationResult.setPrimarySource(List<VerificationResult.VerificationResultPrimarySourceComponent> thePrimarySource)VerificationResult.setStatus(VerificationResult.Status value)VerificationResult.setStatusDate(Date value)VerificationResult.setStatusDateElement(DateTimeType value)VerificationResult.setStatusElement(Enumeration<VerificationResult.Status> value)VerificationResult.setTargetLocation(List<StringType> theTargetLocation)VerificationResult.setValidationProcess(List<CodeableConcept> theValidationProcess)VerificationResult.setValidationType(CodeableConcept value)VerificationResult.setValidator(List<VerificationResult.VerificationResultValidatorComponent> theValidator)protected VerificationResultVerificationResult.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type VerificationResult