Uses of Class
com.ibm.fhir.model.type.Base64Binary
-
Packages that use Base64Binary Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Base64Binary in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Base64Binary Modifier and Type Method Description Base64BinaryDevice.UdiCarrier. getCarrierAIDC()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.Base64BinaryBinary. getData()The actual content, base64 encoded.Base64BinaryAuditEvent.Entity. getQuery()The query parameters for a query-type entities.Methods in com.ibm.fhir.model.resource with parameters of type Base64Binary Modifier and Type Method Description Device.UdiCarrier.BuilderDevice.UdiCarrier.Builder. carrierAIDC(Base64Binary 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.Binary.BuilderBinary.Builder. data(Base64Binary data)The actual content, base64 encoded.AuditEvent.Entity.BuilderAuditEvent.Entity.Builder. query(Base64Binary query)The query parameters for a query-type entities. -
Uses of Base64Binary in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Base64Binary Modifier and Type Method Description Base64BinaryBase64Binary.Builder. build()Build theBase64BinaryBase64BinaryAttachment. getData()The actual data of the attachment - a sequence of bytes, base64 encoded.Base64BinarySignature. getData()The base64 encoding of the Signature content.Base64BinaryAttachment. getHash()The calculated hash of the data using SHA-1.static Base64BinaryBase64Binary. of(byte[] value)Factory method for creating Base64Binary objects from a byte array; this array should be the actual value.static Base64BinaryBase64Binary. of(String value)Factory method for creating Base64Binary objects from a Base64 encoded value.Methods in com.ibm.fhir.model.type with parameters of type Base64Binary Modifier and Type Method Description Attachment.BuilderAttachment.Builder. data(Base64Binary data)The actual data of the attachment - a sequence of bytes, base64 encoded.Signature.BuilderSignature.Builder. data(Base64Binary data)The base64 encoding of the Signature content.protected Base64Binary.BuilderBase64Binary.Builder. from(Base64Binary base64Binary)Attachment.BuilderAttachment.Builder. hash(Base64Binary hash)The calculated hash of the data using SHA-1. -
Uses of Base64Binary in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Base64Binary Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Base64Binary base64Binary)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Base64Binary base64Binary)
-