Uses of Class
org.hl7.fhir.r5.model.Base64BinaryType
Packages that use Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Base64BinaryTypeModifier and TypeMethodDescriptionprotected Base64BinaryTypeJsonParser.parseBase64Binary(String v) protected Base64BinaryTypeXmlParser.parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.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.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Base64BinaryTypeModifier and TypeMethodDescriptionstatic Base64BinaryTypeTypeConvertor.castToBase64Binary(Base b) Base64BinaryType.copy()Device.DeviceUdiCarrierComponent.getCarrierAIDCElement()abstract Base64BinaryTypeBaseBinary.getContentElement()Binary.getContentElement()Attachment.getDataElement()Binary.getDataElement()Signature.getDataElement()ElementDefinition.getDefaultValueBase64BinaryType()ElementDefinition.getFixedBase64BinaryType()Attachment.getHashElement()ElementDefinition.getPatternBase64BinaryType()AuditEvent.AuditEventEntityComponent.getQueryElement()AuditEvent.AuditEventEntityDetailComponent.getValueBase64BinaryType()ElementDefinition.ElementDefinitionExampleComponent.getValueBase64BinaryType()Extension.getValueBase64BinaryType()MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.getValueBase64BinaryType()NutritionProduct.NutritionProductProductCharacteristicComponent.getValueBase64BinaryType()Parameters.ParametersParameterComponent.getValueBase64BinaryType()Task.ParameterComponent.getValueBase64BinaryType()Task.TaskOutputComponent.getValueBase64BinaryType()Base64BinaryType.setValue(byte[] theValue) Methods in org.hl7.fhir.r5.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)