Uses of Class
org.hl7.fhir.r5.model.VerificationResult.VerificationResultValidatorComponent
-
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseVerificationResultValidatorComponent
(com.google.gson.JsonObject json) XmlParser.parseVerificationResultValidatorComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeVerificationResultValidatorComponent
(String name, VerificationResult.VerificationResultValidatorComponent element) protected void
RdfParser.composeVerificationResultValidatorComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultValidatorComponent element, int index) protected void
XmlParser.composeVerificationResultValidatorComponent
(String name, VerificationResult.VerificationResultValidatorComponent element) protected void
XmlParser.composeVerificationResultValidatorComponentElements
(VerificationResult.VerificationResultValidatorComponent element) protected void
JsonParser.composeVerificationResultValidatorComponentProperties
(VerificationResult.VerificationResultValidatorComponent element) protected boolean
XmlParser.parseVerificationResultValidatorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult.VerificationResultValidatorComponent res) protected void
JsonParser.parseVerificationResultValidatorComponentProperties
(com.google.gson.JsonObject json, VerificationResult.VerificationResultValidatorComponent res) -
Uses of VerificationResult.VerificationResultValidatorComponent in org.hl7.fhir.r5.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) Modifier and TypeMethodDescriptionVerificationResult.addValidator
(VerificationResult.VerificationResultValidatorComponent t) void
VerificationResult.VerificationResultValidatorComponent.copyValues
(VerificationResult.VerificationResultValidatorComponent dst) Modifier and TypeMethodDescriptionVerificationResult.setValidator
(List<VerificationResult.VerificationResultValidatorComponent> theValidator)