
Class Binary10_40
- java.lang.Object
-
- org.hl7.fhir.convertors.conv10_40.Binary10_40
-
public class Binary10_40 extends Object
-
-
Constructor Summary
Constructors Constructor Description Binary10_40()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hl7.fhir.r4.model.Binary
convertBinary(org.hl7.fhir.dstu2.model.Binary src)
static org.hl7.fhir.dstu2.model.Binary
convertBinary(org.hl7.fhir.r4.model.Binary src)
-
-
-
Constructor Detail
-
Binary10_40
public Binary10_40()
-
-
Method Detail
-
convertBinary
public static org.hl7.fhir.dstu2.model.Binary convertBinary(org.hl7.fhir.r4.model.Binary src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertBinary
public static org.hl7.fhir.r4.model.Binary convertBinary(org.hl7.fhir.dstu2.model.Binary src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-