Uses of Class
org.hl7.fhir.r5.model.VerificationResult.VerificationResultPrimarySourceComponent
-
Uses of VerificationResult.VerificationResultPrimarySourceComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseVerificationResultPrimarySourceComponent
(com.google.gson.JsonObject json) XmlParser.parseVerificationResultPrimarySourceComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionVerificationResult.primarySource
Information about the primary source(s) involved in validation.Modifier 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) Modifier and TypeMethodDescriptionVerificationResult.addPrimarySource
(VerificationResult.VerificationResultPrimarySourceComponent t) void
VerificationResult.VerificationResultPrimarySourceComponent.copyValues
(VerificationResult.VerificationResultPrimarySourceComponent dst) Modifier and TypeMethodDescriptionVerificationResult.setPrimarySource
(List<VerificationResult.VerificationResultPrimarySourceComponent> thePrimarySource)