Uses of Class
org.hl7.fhir.dstu2.model.Signature
-
Uses of Signature in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Signature
JsonParser.parseSignature
(com.google.gson.JsonObject json) protected Signature
XmlParser.parseSignature
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSignature
(String name, Signature element) protected void
XmlParser.composeSignature
(String name, Signature element) protected void
JsonParser.composeSignatureInner
(Signature element) -
Uses of Signature in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Signature
Bundle.signature
Digital Signature - base64 encoded.Modifier and TypeFieldDescriptionProvenance.signature
A digital signature on the target Reference(s).Modifier and TypeMethodDescriptionProvenance.addSignature()
Base.castToSignature
(Base b) Signature.copy()
Bundle.getSignature()
Signature.setBlob
(byte[] value) Signature.setBlobElement
(Base64BinaryType value) Signature.setContentType
(String value) Signature.setContentTypeElement
(CodeType value) Signature.setWhenElement
(InstantType value) protected Signature
Signature.typedCopy()
Modifier and TypeMethodDescriptionProvenance.addSignature
(Signature t) Bundle.setSignature
(Signature value)