Uses of Class
org.hl7.fhir.dstu2.model.Signature
-
Packages that use Signature Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Signature in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Signature Modifier and Type Method Description protected 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 Signature Modifier and Type Method Description protected 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 Signature Modifier and Type Field Description protected SignatureBundle. signatureDigital Signature - base64 encoded.Fields in org.hl7.fhir.dstu2.model with type parameters of type Signature Modifier and Type Field Description protected List<Signature>Provenance. signatureA digital signature on the target Reference(s).Methods in org.hl7.fhir.dstu2.model that return Signature Modifier and Type Method Description SignatureProvenance. addSignature()SignatureSignature. addType(Coding t)SignatureBase. castToSignature(Base b)SignatureSignature. copy()SignatureBundle. getSignature()SignatureSignature. setBlob(byte[] value)SignatureSignature. setBlobElement(Base64BinaryType value)SignatureSignature. setContentType(String value)SignatureSignature. setContentTypeElement(CodeType value)SignatureSignature. setWhen(Date value)SignatureSignature. setWhenElement(InstantType value)SignatureSignature. setWho(Type value)protected SignatureSignature. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Signature Modifier and Type Method Description List<Signature>Provenance. getSignature()Methods in org.hl7.fhir.dstu2.model with parameters of type Signature Modifier and Type Method Description ProvenanceProvenance. addSignature(Signature t)BundleBundle. setSignature(Signature value)
-