Uses of Class
org.hl7.fhir.r5.model.VerificationResult.VerificationResultPrimarySourceComponent
Packages that use VerificationResult.VerificationResultPrimarySourceComponent
-
Uses of VerificationResult.VerificationResultPrimarySourceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeMethodDescriptionJsonParser.parseVerificationResultPrimarySourceComponent(com.google.gson.JsonObject json)XmlParser.parseVerificationResultPrimarySourceComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeVerificationResultPrimarySourceComponent(String name, VerificationResult.VerificationResultPrimarySourceComponent element)protected voidRdfParser.composeVerificationResultPrimarySourceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultPrimarySourceComponent element, int index)protected voidXmlParser.composeVerificationResultPrimarySourceComponent(String name, VerificationResult.VerificationResultPrimarySourceComponent element)protected voidXmlParser.composeVerificationResultPrimarySourceComponentElements(VerificationResult.VerificationResultPrimarySourceComponent element)protected voidJsonParser.composeVerificationResultPrimarySourceComponentProperties(VerificationResult.VerificationResultPrimarySourceComponent element)protected booleanXmlParser.parseVerificationResultPrimarySourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult.VerificationResultPrimarySourceComponent res)protected voidJsonParser.parseVerificationResultPrimarySourceComponentProperties(com.google.gson.JsonObject json, VerificationResult.VerificationResultPrimarySourceComponent res) -
Uses of VerificationResult.VerificationResultPrimarySourceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeFieldDescriptionVerificationResult.primarySourceInformation about the primary source(s) involved in validation.Methods in org.hl7.fhir.r5.model that return VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeMethodDescriptionVerificationResult.VerificationResultPrimarySourceComponent.addCommunicationMethod(CodeableConcept t)VerificationResult.addPrimarySource()VerificationResult.VerificationResultPrimarySourceComponent.addPushTypeAvailable(CodeableConcept t)VerificationResult.VerificationResultPrimarySourceComponent.addType(CodeableConcept t)VerificationResult.VerificationResultPrimarySourceComponent.copy()VerificationResult.getPrimarySourceFirstRep()VerificationResult.VerificationResultPrimarySourceComponent.setCanPushUpdates(CodeableConcept value)VerificationResult.VerificationResultPrimarySourceComponent.setCommunicationMethod(List<CodeableConcept> theCommunicationMethod)VerificationResult.VerificationResultPrimarySourceComponent.setPushTypeAvailable(List<CodeableConcept> thePushTypeAvailable)VerificationResult.VerificationResultPrimarySourceComponent.setType(List<CodeableConcept> theType)VerificationResult.VerificationResultPrimarySourceComponent.setValidationDate(Date value)VerificationResult.VerificationResultPrimarySourceComponent.setValidationDateElement(DateTimeType value)VerificationResult.VerificationResultPrimarySourceComponent.setValidationStatus(CodeableConcept value)Methods in org.hl7.fhir.r5.model that return types with arguments of type VerificationResult.VerificationResultPrimarySourceComponentMethods in org.hl7.fhir.r5.model with parameters of type VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeMethodDescriptionVerificationResult.addPrimarySource(VerificationResult.VerificationResultPrimarySourceComponent t)voidVerificationResult.VerificationResultPrimarySourceComponent.copyValues(VerificationResult.VerificationResultPrimarySourceComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type VerificationResult.VerificationResultPrimarySourceComponentModifier and TypeMethodDescriptionVerificationResult.setPrimarySource(List<VerificationResult.VerificationResultPrimarySourceComponent> thePrimarySource)