Uses of Class
org.hl7.fhir.r5.model.VerificationResult
-
Packages that use VerificationResult Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of VerificationResult in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return VerificationResult Modifier and Type Method Description protected VerificationResultJsonParser. parseVerificationResult(com.google.gson.JsonObject json)protected VerificationResultXmlParser. parseVerificationResult(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type VerificationResult Modifier and Type Method Description protected voidJsonParser. composeVerificationResult(String name, VerificationResult element)protected voidRdfParser. composeVerificationResult(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, VerificationResult element, int index)protected voidXmlParser. composeVerificationResult(String name, VerificationResult element)protected voidXmlParser. composeVerificationResultElements(VerificationResult element)protected voidJsonParser. composeVerificationResultProperties(VerificationResult element)protected booleanXmlParser. parseVerificationResultContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult res)protected voidJsonParser. parseVerificationResultProperties(com.google.gson.JsonObject json, VerificationResult res) -
Uses of VerificationResult in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type VerificationResult Modifier and Type Method Description voidVerificationResult. copyValues(VerificationResult dst)
-