Uses of Class
org.hl7.fhir.r4.model.Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Base64BinaryType
JsonParser.parseBase64Binary
(String v) protected Base64BinaryType
XmlParser.parseBase64Binary
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeBase64Binary
(Turtle.Complex parent, String parentType, String name, Base64BinaryType value, int index) protected void
XmlParser.composeBase64Binary
(String name, Base64BinaryType value) protected void
JsonParser.composeBase64BinaryCore
(String name, Base64BinaryType value, boolean inArray) protected void
JsonParser.composeBase64BinaryExtras
(String name, Base64BinaryType value, boolean inArray) -
Uses of Base64BinaryType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected 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
Attachment.data
The actual data of the attachment - a sequence of bytes, base64 encoded.protected Base64BinaryType
Binary.data
The actual content, 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 TypeMethodDescriptionBase.castToBase64Binary
(Base b) Base64BinaryType.copy()
Device.DeviceUdiCarrierComponent.getCarrierAIDCElement()
abstract Base64BinaryType
BaseBinary.getContentElement()
Binary.getContentElement()
Attachment.getDataElement()
Binary.getDataElement()
Signature.getDataElement()
Attachment.getHashElement()
AuditEvent.AuditEventEntityComponent.getQueryElement()
AuditEvent.AuditEventEntityDetailComponent.getValueBase64BinaryType()
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValueBase64BinaryType()
Base64BinaryType.setValue
(byte[] theValue) Modifier and TypeMethodDescriptionDevice.DeviceUdiCarrierComponent.setCarrierAIDCElement
(Base64BinaryType value) Attachment.setDataElement
(Base64BinaryType value) Binary.setDataElement
(Base64BinaryType value) Signature.setDataElement
(Base64BinaryType value) Attachment.setHashElement
(Base64BinaryType value) AuditEvent.AuditEventEntityComponent.setQueryElement
(Base64BinaryType value)