
Class Binary30_40
- java.lang.Object
-
- org.hl7.fhir.convertors.conv30_40.Binary30_40
-
public class Binary30_40 extends Object
-
-
Constructor Summary
Constructors Constructor Description Binary30_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.dstu3.model.Binary src)
static org.hl7.fhir.dstu3.model.Binary
convertBinary(org.hl7.fhir.r4.model.Binary src)
-
-
-
Constructor Detail
-
Binary30_40
public Binary30_40()
-
-
Method Detail
-
convertBinary
public static org.hl7.fhir.dstu3.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.dstu3.model.Binary src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-