
Uses of Class
org.hl7.fhir.dstu2.model.Signature
Packages that use Signature
-
Uses of Signature in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SignatureModifier and TypeMethodDescriptionprotected SignatureJsonParser.parseSignature(com.google.gson.JsonObject json) protected SignatureXmlParser.parseSignature(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SignatureModifier and TypeMethodDescriptionprotected voidJsonParser.composeSignature(String name, Signature element) protected voidXmlParser.composeSignature(String name, Signature element) protected voidJsonParser.composeSignatureInner(Signature element) -
Uses of Signature in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as SignatureModifier and TypeFieldDescriptionprotected SignatureBundle.signatureDigital Signature - base64 encoded.Fields in org.hl7.fhir.dstu2.model with type parameters of type SignatureModifier and TypeFieldDescriptionProvenance.signatureA digital signature on the target Reference(s).Methods in org.hl7.fhir.dstu2.model that return SignatureModifier 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 SignatureSignature.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type SignatureMethods in org.hl7.fhir.dstu2.model with parameters of type SignatureModifier and TypeMethodDescriptionProvenance.addSignature(Signature t) Bundle.setSignature(Signature value)