
Uses of Class
org.hl7.fhir.r5.model.Binary
Packages that use Binary
-
Uses of Binary in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BinaryModifier and TypeMethodDescriptionprotected BinaryJsonParser.parseBinary(com.google.gson.JsonObject json) protected BinaryXmlParser.parseBinary(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type BinaryModifier and TypeMethodDescriptionprotected voidJsonParser.composeBinary(String name, Binary element) protected voidRdfParser.composeBinary(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Binary element, int index) protected voidXmlParser.composeBinary(String name, Binary element) protected voidXmlParser.composeBinaryElements(Binary element) protected voidJsonParser.composeBinaryProperties(Binary element) protected booleanXmlParser.parseBinaryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Binary res) protected voidJsonParser.parseBinaryProperties(com.google.gson.JsonObject json, Binary res) -
Uses of Binary in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return BinaryModifier and TypeMethodDescriptionBinary.copy()Binary.setContentType(String value) Binary.setContentTypeElement(CodeType value) Binary.setData(byte[] value) Binary.setDataElement(Base64BinaryType value) Binary.setSecurityContext(Reference value) protected BinaryBinary.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Binary -
Uses of Binary in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type Binary