| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Base64BinaryType |
JsonParser.parseBase64Binary(String v) |
protected Base64BinaryType |
XmlParser.parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlParser.composeBase64Binary(String name,
Base64BinaryType value) |
protected void |
RdfParser.composeBase64Binary(Turtle.Complex parent,
String parentType,
String name,
Base64BinaryType value,
int index) |
protected void |
JsonParser.composeBase64BinaryCore(String name,
Base64BinaryType value,
boolean inArray) |
protected void |
JsonParser.composeBase64BinaryExtras(String name,
Base64BinaryType value,
boolean inArray) |
| Modifier and Type | Field and Description |
|---|---|
protected Base64BinaryType |
Signature.blob
The base64 encoding of the Signature content.
|
protected Base64BinaryType |
Device.DeviceUdiComponent.carrierAIDC
The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - e.g., a barcode or RFID.
|
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.AuditEventEntityComponent.query
The query parameters for a query-type entities.
|
| Modifier and Type | Method and Description |
|---|---|
Base64BinaryType |
Base.castToBase64Binary(Base b) |
Base64BinaryType |
Base64BinaryType.copy() |
Base64BinaryType |
Signature.getBlobElement() |
Base64BinaryType |
Device.DeviceUdiComponent.getCarrierAIDCElement() |
Base64BinaryType |
Binary.getContentElement() |
Base64BinaryType |
Attachment.getDataElement() |
Base64BinaryType |
Attachment.getHashElement() |
Base64BinaryType |
AuditEvent.AuditEventEntityComponent.getQueryElement() |
Base64BinaryType |
AuditEvent.AuditEventEntityDetailComponent.getValueBase64BinaryType() |
Base64BinaryType |
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValueBase64BinaryType() |
| Modifier and Type | Method and Description |
|---|---|
Signature |
Signature.setBlobElement(Base64BinaryType value) |
Device.DeviceUdiComponent |
Device.DeviceUdiComponent.setCarrierAIDCElement(Base64BinaryType value) |
Binary |
Binary.setContentElement(Base64BinaryType value) |
Attachment |
Attachment.setDataElement(Base64BinaryType value) |
Attachment |
Attachment.setHashElement(Base64BinaryType value) |
AuditEvent.AuditEventEntityComponent |
AuditEvent.AuditEventEntityComponent.setQueryElement(Base64BinaryType value) |
| Constructor and Description |
|---|
Binary(CodeType contentType,
Base64BinaryType content)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.