| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected Signature |
Bundle.signature
Digital Signature - base64 encoded.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Signature> |
Provenance.signature
A digital signature on the target Reference(s).
|
protected List<Signature> |
Contract.SignatoryComponent.signature
Legally binding Contract DSIG signature contents in Base64.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
Provenance.addSignature() |
Signature |
Contract.SignatoryComponent.addSignature() |
Signature |
Signature.addType(Coding t) |
Signature |
Base.castToSignature(Base b) |
Signature |
Signature.copy() |
Signature |
Bundle.getSignature() |
Signature |
Provenance.getSignatureFirstRep() |
Signature |
Contract.SignatoryComponent.getSignatureFirstRep() |
Signature |
Signature.setBlob(byte[] value) |
Signature |
Signature.setBlobElement(Base64BinaryType value) |
Signature |
Signature.setContentType(String value) |
Signature |
Signature.setContentTypeElement(CodeType value) |
Signature |
Signature.setOnBehalfOf(Type value) |
Signature |
Signature.setType(List<Coding> theType) |
Signature |
Signature.setWhen(Date value) |
Signature |
Signature.setWhenElement(InstantType value) |
Signature |
Signature.setWho(Type value) |
protected Signature |
Signature.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Signature> |
Provenance.getSignature() |
List<Signature> |
Contract.SignatoryComponent.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
Provenance |
Provenance.addSignature(Signature t) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.addSignature(Signature t) |
Bundle |
Bundle.setSignature(Signature value) |
| Modifier and Type | Method and Description |
|---|---|
Provenance |
Provenance.setSignature(List<Signature> theSignature) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setSignature(List<Signature> theSignature) |
Copyright © 2014–2017 University Health Network. All rights reserved.