Uses of Class
org.hl7.fhir.dstu3.model.Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.dstu3.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.dstu3.model
Modifier and TypeFieldDescriptionprotected Base64BinaryType
CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent.blob
Actual certificate.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.protected Base64BinaryType
AuditEvent.AuditEventEntityDetailComponent.value
The details, base64 encoded.Modifier and TypeMethodDescriptionBase.castToBase64Binary
(Base b) Base64BinaryType.copy()
CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent.getBlobElement()
Signature.getBlobElement()
Device.DeviceUdiComponent.getCarrierAIDCElement()
abstract Base64BinaryType
BaseBinary.getContentElement()
Binary.getContentElement()
Attachment.getDataElement()
Attachment.getHashElement()
AuditEvent.AuditEventEntityComponent.getQueryElement()
AuditEvent.AuditEventEntityDetailComponent.getValueElement()
Base64BinaryType.setValue
(byte[] theValue) Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementRestSecurityCertificateComponent.setBlobElement
(Base64BinaryType value) Signature.setBlobElement
(Base64BinaryType value) Device.DeviceUdiComponent.setCarrierAIDCElement
(Base64BinaryType value) Binary.setContentElement
(Base64BinaryType value) Attachment.setDataElement
(Base64BinaryType value) Attachment.setHashElement
(Base64BinaryType value) AuditEvent.AuditEventEntityComponent.setQueryElement
(Base64BinaryType value) AuditEvent.AuditEventEntityDetailComponent.setValueElement
(Base64BinaryType value) ModifierConstructorDescriptionAuditEventEntityDetailComponent
(StringType type, Base64BinaryType value) ConstructorBinary
(CodeType contentType, Base64BinaryType content) Constructor