| Package | Description |
|---|---|
| org.hl7.fhir.instance.model |
| Modifier and Type | Field and Description |
|---|---|
protected Base64BinaryType |
Conformance.ConformanceRestSecurityCertificateComponent.blob
Actual certificate.
|
protected Base64BinaryType |
Signature.blob
The base64 encoding of the Signature content.
|
protected Base64BinaryType |
Binary.content
The actual content, base64 encoded.
|
protected Base64BinaryType |
Attachment.data
The actual data of the attachment - a sequence of bytes.
|
protected Base64BinaryType |
Attachment.hash
The calculated hash of the data using SHA-1.
|
protected Base64BinaryType |
AuditEvent.AuditEventObjectComponent.query
The actual query for a query-type participant object.
|
protected Base64BinaryType |
AuditEvent.AuditEventObjectDetailComponent.value
Property value.
|
| Modifier and Type | Method and Description |
|---|---|
Base64BinaryType |
Base.castToBase64Binary(Base b) |
Base64BinaryType |
Base64BinaryType.copy() |
Base64BinaryType |
Conformance.ConformanceRestSecurityCertificateComponent.getBlobElement() |
Base64BinaryType |
Signature.getBlobElement() |
Base64BinaryType |
Binary.getContentElement() |
Base64BinaryType |
Attachment.getDataElement() |
Base64BinaryType |
Attachment.getHashElement() |
Base64BinaryType |
AuditEvent.AuditEventObjectComponent.getQueryElement() |
Base64BinaryType |
AuditEvent.AuditEventObjectDetailComponent.getValueElement() |
| Modifier and Type | Method and Description |
|---|---|
Conformance.ConformanceRestSecurityCertificateComponent |
Conformance.ConformanceRestSecurityCertificateComponent.setBlobElement(Base64BinaryType value) |
Signature |
Signature.setBlobElement(Base64BinaryType value) |
Binary |
Binary.setContentElement(Base64BinaryType value) |
Attachment |
Attachment.setDataElement(Base64BinaryType value) |
Attachment |
Attachment.setHashElement(Base64BinaryType value) |
AuditEvent.AuditEventObjectComponent |
AuditEvent.AuditEventObjectComponent.setQueryElement(Base64BinaryType value) |
AuditEvent.AuditEventObjectDetailComponent |
AuditEvent.AuditEventObjectDetailComponent.setValueElement(Base64BinaryType value) |
| Constructor and Description |
|---|
AuditEventObjectDetailComponent(StringType type,
Base64BinaryType value) |
Binary(CodeType contentType,
Base64BinaryType content) |
Signature(InstantType when,
Type who,
CodeType contentType,
Base64BinaryType blob) |
Copyright © 2014–2018 University Health Network. All rights reserved.