Uses of Class
org.hl7.fhir.r4.model.Binary
-
Packages that use Binary Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Binary in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Binary Modifier and Type Method Description protected BinaryJsonParser. parseBinary(com.google.gson.JsonObject json)protected BinaryXmlParser. parseBinary(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Binary Modifier and Type Method Description protected voidJsonParser. composeBinary(String name, Binary element)protected voidRdfParser. composeBinary(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. composeBinaryInner(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.r4.model
Methods in org.hl7.fhir.r4.model that return Binary Modifier and Type Method Description BinaryBinary. copy()BinaryBinary. setContentType(String value)BinaryBinary. setContentTypeElement(CodeType value)BinaryBinary. setData(byte[] value)BinaryBinary. setDataElement(Base64BinaryType value)BinaryBinary. setSecurityContext(Reference value)BinaryBinary. setSecurityContextTarget(Resource value)protected BinaryBinary. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Binary Modifier and Type Method Description voidBinary. copyValues(Binary dst)
-