
Uses of Class
org.hl7.fhir.dstu3.model.Base64BinaryType
Packages that use Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Base64BinaryTypeModifier and TypeMethodDescriptionprotected Base64BinaryTypeJsonParser.parseBase64Binary(String v) protected Base64BinaryTypeXmlParser.parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type Base64BinaryTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeBase64Binary(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Base64BinaryType value, int index) protected voidXmlParser.composeBase64Binary(String name, Base64BinaryType value) protected voidJsonParser.composeBase64BinaryCore(String name, Base64BinaryType value, boolean inArray) protected voidJsonParser.composeBase64BinaryExtras(String name, Base64BinaryType value, boolean inArray) -
Uses of Base64BinaryType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Base64BinaryTypeModifier and TypeFieldDescriptionprotected Base64BinaryTypeCapabilityStatement.CapabilityStatementRestSecurityCertificateComponent.blobActual certificate.protected Base64BinaryTypeSignature.blobThe base64 encoding of the Signature content.protected Base64BinaryTypeDevice.DeviceUdiComponent.carrierAIDCThe 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 Base64BinaryTypeBinary.contentThe actual content, base64 encoded.protected Base64BinaryTypeAttachment.dataThe actual data of the attachment - a sequence of bytes.protected Base64BinaryTypeAttachment.hashThe calculated hash of the data using SHA-1.protected Base64BinaryTypeAuditEvent.AuditEventEntityComponent.queryThe query parameters for a query-type entities.protected Base64BinaryTypeAuditEvent.AuditEventEntityDetailComponent.valueThe details, base64 encoded.Methods in org.hl7.fhir.dstu3.model that return Base64BinaryTypeModifier and TypeMethodDescriptionBase.castToBase64Binary(Base b) Base64BinaryType.copy()CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent.getBlobElement()Signature.getBlobElement()Device.DeviceUdiComponent.getCarrierAIDCElement()abstract Base64BinaryTypeBaseBinary.getContentElement()Binary.getContentElement()Attachment.getDataElement()Attachment.getHashElement()AuditEvent.AuditEventEntityComponent.getQueryElement()AuditEvent.AuditEventEntityDetailComponent.getValueElement()Base64BinaryType.setValue(byte[] theValue) Methods in org.hl7.fhir.dstu3.model with parameters of type Base64BinaryTypeModifier 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) Constructors in org.hl7.fhir.dstu3.model with parameters of type Base64BinaryTypeModifierConstructorDescriptionAuditEventEntityDetailComponent(StringType type, Base64BinaryType value) ConstructorBinary(CodeType contentType, Base64BinaryType content) Constructor