Uses of Class
org.hl7.fhir.dstu2.model.Base64BinaryType
Packages that use Base64BinaryType
-
Uses of Base64BinaryType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Base64BinaryTypeModifier and TypeMethodDescriptionprotected Base64BinaryTypeJsonParser.parseBase64Binary(String v)protected Base64BinaryTypeXmlParser.parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Base64BinaryTypeModifier and TypeMethodDescriptionprotected 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Base64BinaryTypeModifier and TypeFieldDescriptionprotected Base64BinaryTypeConformance.ConformanceRestSecurityCertificateComponent.blobActual certificate.protected Base64BinaryTypeSignature.blobThe base64 encoding of the Signature content.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.AuditEventObjectComponent.queryThe actual query for a query-type participant object.protected Base64BinaryTypeAuditEvent.AuditEventObjectDetailComponent.valueProperty value.Methods in org.hl7.fhir.dstu2.model that return Base64BinaryTypeModifier and TypeMethodDescriptionBase.castToBase64Binary(Base b)Base64BinaryType.copy()Conformance.ConformanceRestSecurityCertificateComponent.getBlobElement()Signature.getBlobElement()abstract Base64BinaryTypeBaseBinary.getContentElement()Binary.getContentElement()Attachment.getDataElement()Attachment.getHashElement()AuditEvent.AuditEventObjectComponent.getQueryElement()AuditEvent.AuditEventObjectDetailComponent.getValueElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Base64BinaryTypeModifier and TypeMethodDescriptionConformance.ConformanceRestSecurityCertificateComponent.setBlobElement(Base64BinaryType value)Signature.setBlobElement(Base64BinaryType value)Binary.setContentElement(Base64BinaryType value)Attachment.setDataElement(Base64BinaryType value)Attachment.setHashElement(Base64BinaryType value)AuditEvent.AuditEventObjectComponent.setQueryElement(Base64BinaryType value)AuditEvent.AuditEventObjectDetailComponent.setValueElement(Base64BinaryType value)Constructors in org.hl7.fhir.dstu2.model with parameters of type Base64BinaryTypeModifierConstructorDescriptionAuditEventObjectDetailComponent(StringType type, Base64BinaryType value)Binary(CodeType contentType, Base64BinaryType content)Signature(InstantType when, Type who, CodeType contentType, Base64BinaryType blob)