
Uses of Class
org.hl7.fhir.r4.model.VerificationResult.VerificationResultValidatorComponent
Packages that use VerificationResult.VerificationResultValidatorComponent
-
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionJsonParser.parseVerificationResultVerificationResultValidatorComponent(com.google.gson.JsonObject json, VerificationResult owner) XmlParser.parseVerificationResultVerificationResultValidatorComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) Methods in org.hl7.fhir.r4.formats with parameters of type VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeVerificationResultVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element) protected voidRdfParser.composeVerificationResultVerificationResultValidatorComponent(Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultValidatorComponent element, int index) protected voidXmlParser.composeVerificationResultVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element) protected voidXmlParser.composeVerificationResultVerificationResultValidatorComponentElements(VerificationResult.VerificationResultValidatorComponent element) protected voidJsonParser.composeVerificationResultVerificationResultValidatorComponentInner(VerificationResult.VerificationResultValidatorComponent element) 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.VerificationResultValidatorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type VerificationResult.VerificationResultValidatorComponentModifier and TypeFieldDescriptionVerificationResult.validatorInformation about the entity validating information.Methods in org.hl7.fhir.r4.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) VerificationResult.VerificationResultValidatorComponent.setOrganizationTarget(Organization value) Methods in org.hl7.fhir.r4.model that return types with arguments of type VerificationResult.VerificationResultValidatorComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type VerificationResult.VerificationResultValidatorComponentModifier and TypeMethodDescriptionVerificationResult.setValidator(List<VerificationResult.VerificationResultValidatorComponent> theValidator)