| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Binary |
JsonParser.parseBinary(com.google.gson.JsonObject json) |
protected Binary |
XmlParser.parseBinary(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeBinary(String name,
Binary element) |
protected void |
XmlParser.composeBinary(String name,
Binary element) |
protected void |
RdfParser.composeBinary(Turtle.Complex parent,
String parentType,
String name,
Binary element,
int index) |
protected void |
XmlParser.composeBinaryElements(Binary element) |
protected void |
JsonParser.composeBinaryInner(Binary element) |
protected boolean |
XmlParser.parseBinaryContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Binary res) |
protected void |
JsonParser.parseBinaryProperties(com.google.gson.JsonObject json,
Binary res) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Binary.copy() |
Binary |
Binary.setContentType(String value) |
Binary |
Binary.setContentTypeElement(CodeType value) |
Binary |
Binary.setData(byte[] value) |
Binary |
Binary.setDataElement(Base64BinaryType value) |
Binary |
Binary.setSecurityContext(Reference value) |
Binary |
Binary.setSecurityContextTarget(Resource value) |
protected Binary |
Binary.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Binary.copyValues(Binary dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.