
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 void
JsonParser.composeVerificationResultPrimarySourceComponent
(String name, VerificationResult.VerificationResultPrimarySourceComponent element) protected void
RdfParser.composeVerificationResultPrimarySourceComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, VerificationResult.VerificationResultPrimarySourceComponent element, int index) protected void
XmlParser.composeVerificationResultPrimarySourceComponent
(String name, VerificationResult.VerificationResultPrimarySourceComponent element) protected void
XmlParser.composeVerificationResultPrimarySourceComponentElements
(VerificationResult.VerificationResultPrimarySourceComponent element) protected void
JsonParser.composeVerificationResultPrimarySourceComponentProperties
(VerificationResult.VerificationResultPrimarySourceComponent element) protected boolean
XmlParser.parseVerificationResultPrimarySourceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult.VerificationResultPrimarySourceComponent res) protected void
JsonParser.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.primarySource
Information 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) void
VerificationResult.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)