Uses of Class
org.hl7.fhir.dstu2.model.Base64BinaryType
-
Packages that use Base64BinaryType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Base64BinaryType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Base64BinaryType Modifier and Type Method Description protected Base64BinaryTypeJsonParser. parseBase64Binary(String v)protected Base64BinaryTypeXmlParser. parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Base64BinaryType Modifier and Type Method Description 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Base64BinaryType Modifier and Type Field Description protected 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 Base64BinaryType Modifier and Type Method Description Base64BinaryTypeBase. castToBase64Binary(Base b)Base64BinaryTypeBase64BinaryType. copy()Base64BinaryTypeConformance.ConformanceRestSecurityCertificateComponent. getBlobElement()Base64BinaryTypeSignature. getBlobElement()abstract Base64BinaryTypeBaseBinary. getContentElement()Base64BinaryTypeBinary. getContentElement()Base64BinaryTypeAttachment. getDataElement()Base64BinaryTypeAttachment. getHashElement()Base64BinaryTypeAuditEvent.AuditEventObjectComponent. getQueryElement()Base64BinaryTypeAuditEvent.AuditEventObjectDetailComponent. getValueElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Base64BinaryType Modifier and Type Method Description Conformance.ConformanceRestSecurityCertificateComponentConformance.ConformanceRestSecurityCertificateComponent. setBlobElement(Base64BinaryType value)SignatureSignature. setBlobElement(Base64BinaryType value)BinaryBinary. setContentElement(Base64BinaryType value)AttachmentAttachment. setDataElement(Base64BinaryType value)AttachmentAttachment. setHashElement(Base64BinaryType value)AuditEvent.AuditEventObjectComponentAuditEvent.AuditEventObjectComponent. setQueryElement(Base64BinaryType value)AuditEvent.AuditEventObjectDetailComponentAuditEvent.AuditEventObjectDetailComponent. setValueElement(Base64BinaryType value)Constructors in org.hl7.fhir.dstu2.model with parameters of type Base64BinaryType Constructor Description AuditEventObjectDetailComponent(StringType type, Base64BinaryType value)Binary(CodeType contentType, Base64BinaryType content)Signature(InstantType when, Type who, CodeType contentType, Base64BinaryType blob)
-