Class BaseBinary

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBinary, org.hl7.fhir.instance.model.api.IBaseResource
    Direct Known Subclasses:
    Binary

    public abstract class BaseBinary
    extends Resource
    implements org.hl7.fhir.instance.model.api.IBaseBinary
    See Also:
    Serialized Form
    • Method Detail

      • getContentAsBase64

        public String getContentAsBase64()
        Specified by:
        getContentAsBase64 in interface org.hl7.fhir.instance.model.api.IBaseBinary
      • setContentAsBase64

        public BaseBinary setContentAsBase64​(String theContent)
        Specified by:
        setContentAsBase64 in interface org.hl7.fhir.instance.model.api.IBaseBinary
      • getContentElement

        public abstract Base64BinaryType getContentElement()
        Specified by:
        getContentElement in interface org.hl7.fhir.instance.model.api.IBaseBinary