Uses of Class
org.hl7.fhir.r4.model.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.VerificationResultValidatorComponent
JsonParser. parseVerificationResultVerificationResultValidatorComponent(com.google.gson.JsonObject json, VerificationResult owner)
protected VerificationResult.VerificationResultValidatorComponent
XmlParser. 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. validator
Information 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 VerificationResult
VerificationResult. addValidator(VerificationResult.VerificationResultValidatorComponent t)
void
VerificationResult.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 VerificationResult
VerificationResult. setValidator(List<VerificationResult.VerificationResultValidatorComponent> theValidator)