| 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 |
Device.DeviceUdiCarrierComponent.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.data
The actual content, base64 encoded.
|
protected Base64BinaryType |
Attachment.data
The actual data of the attachment - a sequence of bytes, base64 encoded.
|
protected Base64BinaryType |
Signature.data
The base64 encoding of the Signature content.
|
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 |
Device.DeviceUdiCarrierComponent.getCarrierAIDCElement() |
Base64BinaryType |
Binary.getContentElement() |
abstract Base64BinaryType |
BaseBinary.getContentElement() |
Base64BinaryType |
Binary.getDataElement() |
Base64BinaryType |
Attachment.getDataElement() |
Base64BinaryType |
Signature.getDataElement() |
Base64BinaryType |
Attachment.getHashElement() |
Base64BinaryType |
AuditEvent.AuditEventEntityComponent.getQueryElement() |
Base64BinaryType |
AuditEvent.AuditEventEntityDetailComponent.getValueBase64BinaryType() |
Base64BinaryType |
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValueBase64BinaryType() |
Base64BinaryType |
Base64BinaryType.setValue(byte[] theValue) |
| Modifier and Type | Method and Description |
|---|---|
Device.DeviceUdiCarrierComponent |
Device.DeviceUdiCarrierComponent.setCarrierAIDCElement(Base64BinaryType value) |
Binary |
Binary.setDataElement(Base64BinaryType value) |
Attachment |
Attachment.setDataElement(Base64BinaryType value) |
Signature |
Signature.setDataElement(Base64BinaryType value) |
Attachment |
Attachment.setHashElement(Base64BinaryType value) |
AuditEvent.AuditEventEntityComponent |
AuditEvent.AuditEventEntityComponent.setQueryElement(Base64BinaryType value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.