Uses of Class
org.hl7.fhir.r4.model.Base64BinaryType
Packages that use Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Base64BinaryTypeModifier and TypeMethodDescriptionprotected Base64BinaryTypeJsonParser.parseBase64Binary(String v) protected Base64BinaryTypeXmlParser.parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type Base64BinaryTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeBase64Binary(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.r4.model
Fields in org.hl7.fhir.r4.model declared as Base64BinaryTypeModifier and TypeFieldDescriptionprotected Base64BinaryTypeDevice.DeviceUdiCarrierComponent.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 Base64BinaryTypeAttachment.dataThe actual data of the attachment - a sequence of bytes, base64 encoded.protected Base64BinaryTypeBinary.dataThe actual content, base64 encoded.protected Base64BinaryTypeSignature.dataThe base64 encoding of the Signature content.protected Base64BinaryTypeAttachment.hashThe calculated hash of the data using SHA-1.protected Base64BinaryTypeAuditEvent.AuditEventEntityComponent.queryThe query parameters for a query-type entities.Methods in org.hl7.fhir.r4.model that return Base64BinaryTypeModifier and TypeMethodDescriptionBase.castToBase64Binary(Base b) Base64BinaryType.copy()Device.DeviceUdiCarrierComponent.getCarrierAIDCElement()abstract Base64BinaryTypeBaseBinary.getContentElement()Binary.getContentElement()Attachment.getDataElement()Binary.getDataElement()Signature.getDataElement()Attachment.getHashElement()AuditEvent.AuditEventEntityComponent.getQueryElement()AuditEvent.AuditEventEntityDetailComponent.getValueBase64BinaryType()MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValueBase64BinaryType()Base64BinaryType.setValue(byte[] theValue) Methods in org.hl7.fhir.r4.model with parameters of type Base64BinaryTypeModifier 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)