Uses of Class
org.hl7.fhir.r5.model.VerificationResult.VerificationResultValidatorComponent
Packages that use VerificationResult.VerificationResultValidatorComponent
-
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionJsonParser.parseVerificationResultValidatorComponent(com.google.gson.JsonObject json)XmlParser.parseVerificationResultValidatorComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element)protected voidRdfParser.composeVerificationResultValidatorComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultValidatorComponent element, int index)protected voidXmlParser.composeVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element)protected voidXmlParser.composeVerificationResultValidatorComponentElements(VerificationResult.VerificationResultValidatorComponent element)protected voidJsonParser.composeVerificationResultValidatorComponentProperties(VerificationResult.VerificationResultValidatorComponent element)protected booleanXmlParser.parseVerificationResultValidatorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult.VerificationResultValidatorComponent res)protected voidJsonParser.parseVerificationResultValidatorComponentProperties(com.google.gson.JsonObject json, VerificationResult.VerificationResultValidatorComponent res) -
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type VerificationResult.VerificationResultValidatorComponentModifier and TypeFieldDescriptionVerificationResult.validatorInformation about the entity validating information.Methods in org.hl7.fhir.r5.model that return VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionVerificationResult.addValidator()VerificationResult.VerificationResultValidatorComponent.copy()VerificationResult.getValidatorFirstRep()VerificationResult.VerificationResultValidatorComponent.setAttestationSignature(Signature value)VerificationResult.VerificationResultValidatorComponent.setIdentityCertificate(String value)VerificationResult.VerificationResultValidatorComponent.setIdentityCertificateElement(StringType value)VerificationResult.VerificationResultValidatorComponent.setOrganization(Reference value)Methods in org.hl7.fhir.r5.model that return types with arguments of type VerificationResult.VerificationResultValidatorComponentMethods in org.hl7.fhir.r5.model with parameters of type VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionVerificationResult.addValidator(VerificationResult.VerificationResultValidatorComponent t)voidVerificationResult.VerificationResultValidatorComponent.copyValues(VerificationResult.VerificationResultValidatorComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionVerificationResult.setValidator(List<VerificationResult.VerificationResultValidatorComponent> theValidator)