Uses of Class
org.hl7.fhir.r4.model.VerificationResult.VerificationResultValidatorComponent
-
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseVerificationResultVerificationResultValidatorComponent
(com.google.gson.JsonObject json, VerificationResult owner) XmlParser.parseVerificationResultVerificationResultValidatorComponent
(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeVerificationResultVerificationResultValidatorComponent
(String name, VerificationResult.VerificationResultValidatorComponent element) protected void
RdfParser.composeVerificationResultVerificationResultValidatorComponent
(Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultValidatorComponent element, int index) protected void
XmlParser.composeVerificationResultVerificationResultValidatorComponent
(String name, VerificationResult.VerificationResultValidatorComponent element) protected void
XmlParser.composeVerificationResultVerificationResultValidatorComponentElements
(VerificationResult.VerificationResultValidatorComponent element) protected void
JsonParser.composeVerificationResultVerificationResultValidatorComponentInner
(VerificationResult.VerificationResultValidatorComponent element) protected boolean
XmlParser.parseVerificationResultVerificationResultValidatorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res) protected void
JsonParser.parseVerificationResultVerificationResultValidatorComponentProperties
(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res) -
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionVerificationResult.validator
Information about the entity validating information.Modifier 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) Modifier and TypeMethodDescriptionVerificationResult.addValidator
(VerificationResult.VerificationResultValidatorComponent t) void
VerificationResult.VerificationResultValidatorComponent.copyValues
(VerificationResult.VerificationResultValidatorComponent dst) Modifier and TypeMethodDescriptionVerificationResult.setValidator
(List<VerificationResult.VerificationResultValidatorComponent> theValidator)