
Uses of Class
org.hl7.fhir.r5.model.Signature
Packages that use Signature
-
Uses of Signature in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return types with arguments of type SignatureModifier and TypeMethodDescriptionExtensions.getQRSignatureList
(QuestionnaireResponse context) Extensions.getQRSignatureList
(QuestionnaireResponse.QuestionnaireResponseItemComponent context) Methods in org.hl7.fhir.r5.extensions with parameters of type SignatureModifier and TypeMethodDescriptionExtensions.addQRSignature
(QuestionnaireResponse.QuestionnaireResponseItemComponent context, Signature value) static QuestionnaireResponse
Extensions.addQRSignature
(QuestionnaireResponse context, Signature value) static Extension
Extensions.makeQRSignature
(Signature value) -
Uses of Signature in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SignatureModifier and TypeMethodDescriptionprotected Signature
JsonParser.parseSignature
(com.google.gson.JsonObject json) protected Signature
XmlParser.parseSignature
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type SignatureModifier and TypeMethodDescriptionprotected void
JsonParser.composeSignature
(String name, Signature element) protected void
RdfParser.composeSignature
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Signature element, int index) protected void
XmlParser.composeSignature
(String name, Signature element) protected void
XmlParser.composeSignatureElements
(Signature element) protected void
JsonParser.composeSignatureProperties
(Signature element) protected boolean
XmlParser.parseSignatureContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Signature res) protected void
JsonParser.parseSignatureProperties
(com.google.gson.JsonObject json, Signature res) -
Uses of Signature in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as SignatureModifier and TypeFieldDescriptionprotected Signature
VerificationResult.VerificationResultValidatorComponent.attestationSignature
Signed assertion by the validator that they have validated the information.protected Signature
VerificationResult.VerificationResultAttestationComponent.proxySignature
Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.protected Signature
Bundle.signature
Digital Signature - base64 encoded.protected Signature
VerificationResult.VerificationResultAttestationComponent.sourceSignature
Signed assertion by the attestation source that they have attested to the information.Fields in org.hl7.fhir.r5.model with type parameters of type SignatureModifier and TypeFieldDescriptionContract.SignatoryComponent.signature
Legally binding Contract DSIG signature contents in Base64.Provenance.signature
A digital signature on the target Reference(s).Methods in org.hl7.fhir.r5.model that return SignatureModifier and TypeMethodDescriptionContract.SignatoryComponent.addSignature()
Provenance.addSignature()
static Signature
TypeConvertor.castToSignature
(Base b) Signature.copy()
VerificationResult.VerificationResultValidatorComponent.getAttestationSignature()
ElementDefinition.getDefaultValueSignature()
ElementDefinition.getFixedSignature()
ElementDefinition.getPatternSignature()
VerificationResult.VerificationResultAttestationComponent.getProxySignature()
Bundle.getSignature()
Contract.SignatoryComponent.getSignatureFirstRep()
Provenance.getSignatureFirstRep()
VerificationResult.VerificationResultAttestationComponent.getSourceSignature()
ElementDefinition.ElementDefinitionExampleComponent.getValueSignature()
Extension.getValueSignature()
Parameters.ParametersParameterComponent.getValueSignature()
Task.TaskInputComponent.getValueSignature()
Task.TaskOutputComponent.getValueSignature()
Transport.ParameterComponent.getValueSignature()
Transport.TransportOutputComponent.getValueSignature()
Signature.setData
(byte[] value) Signature.setDataElement
(Base64BinaryType value) Signature.setOnBehalfOf
(Reference value) Signature.setSigFormat
(String value) Signature.setSigFormatElement
(CodeType value) Signature.setTargetFormat
(String value) Signature.setTargetFormatElement
(CodeType value) Signature.setWhenElement
(InstantType value) protected Signature
Signature.typedCopy()
Methods in org.hl7.fhir.r5.model that return types with arguments of type SignatureModifier and TypeMethodDescriptionContract.SignatoryComponent.getSignature()
Provenance.getSignature()
Methods in org.hl7.fhir.r5.model with parameters of type SignatureModifier and TypeMethodDescriptionContract.SignatoryComponent.addSignature
(Signature t) Provenance.addSignature
(Signature t) void
Signature.copyValues
(Signature dst) VerificationResult.VerificationResultValidatorComponent.setAttestationSignature
(Signature value) VerificationResult.VerificationResultAttestationComponent.setProxySignature
(Signature value) Bundle.setSignature
(Signature value) VerificationResult.VerificationResultAttestationComponent.setSourceSignature
(Signature value) Method parameters in org.hl7.fhir.r5.model with type arguments of type SignatureModifier and TypeMethodDescriptionContract.SignatoryComponent.setSignature
(List<Signature> theSignature) Provenance.setSignature
(List<Signature> theSignature) Constructors in org.hl7.fhir.r5.model with parameters of type SignatureModifierConstructorDescriptionSignatoryComponent
(Coding type, Reference party, Signature signature) Constructor