Uses of Class
org.hl7.fhir.r4.model.VerificationResult.VerificationResultValidatorComponent
-
Packages that use VerificationResult.VerificationResultValidatorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return VerificationResult.VerificationResultValidatorComponent Modifier and Type Method Description protected VerificationResult.VerificationResultValidatorComponentJsonParser. parseVerificationResultVerificationResultValidatorComponent(com.google.gson.JsonObject json, VerificationResult owner)protected VerificationResult.VerificationResultValidatorComponentXmlParser. parseVerificationResultVerificationResultValidatorComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) -
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type VerificationResult.VerificationResultValidatorComponent Modifier and Type Field Description protected List<VerificationResult.VerificationResultValidatorComponent>VerificationResult. validatorInformation about the entity validating information.Methods in org.hl7.fhir.r4.model that return types with arguments of type VerificationResult.VerificationResultValidatorComponent Modifier and Type Method Description List<VerificationResult.VerificationResultValidatorComponent>VerificationResult. getValidator()Methods in org.hl7.fhir.r4.model with parameters of type VerificationResult.VerificationResultValidatorComponent Modifier and Type Method Description VerificationResultVerificationResult. addValidator(VerificationResult.VerificationResultValidatorComponent t)voidVerificationResult.VerificationResultValidatorComponent. copyValues(VerificationResult.VerificationResultValidatorComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type VerificationResult.VerificationResultValidatorComponent Modifier and Type Method Description VerificationResultVerificationResult. setValidator(List<VerificationResult.VerificationResultValidatorComponent> theValidator)
-