Package ca.uhn.fhir.jpa.binary.api
Interface IBinaryTarget
public interface IBinaryTarget
Wraps an Attachment datatype or Binary resource, since they both
hold binary content but don't look entirely similar
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
org.hl7.fhir.instance.model.api.IBaseHasExtensions
void
setContentType
(String theContentType) void
setData
(byte[] theBytes) void