
Class Patient10_30
- java.lang.Object
-
- org.hl7.fhir.convertors.conv10_30.Patient10_30
-
public class Patient10_30 extends Object
-
-
Constructor Summary
Constructors Constructor Description Patient10_30()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hl7.fhir.dstu3.model.Patient.AnimalComponent
convertAnimalComponent(org.hl7.fhir.dstu2.model.Patient.AnimalComponent src)
static org.hl7.fhir.dstu2.model.Patient.AnimalComponent
convertAnimalComponent(org.hl7.fhir.dstu3.model.Patient.AnimalComponent src)
static org.hl7.fhir.dstu3.model.Patient.ContactComponent
convertContactComponent(org.hl7.fhir.dstu2.model.Patient.ContactComponent src)
static org.hl7.fhir.dstu2.model.Patient.ContactComponent
convertContactComponent(org.hl7.fhir.dstu3.model.Patient.ContactComponent src)
static org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.Patient.LinkType>
convertLinkType(org.hl7.fhir.dstu2.model.Enumeration<org.hl7.fhir.dstu2.model.Patient.LinkType> src)
static org.hl7.fhir.dstu2.model.Enumeration<org.hl7.fhir.dstu2.model.Patient.LinkType>
convertLinkType(org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.Patient.LinkType> src)
static org.hl7.fhir.dstu3.model.Patient
convertPatient(org.hl7.fhir.dstu2.model.Patient src)
static org.hl7.fhir.dstu2.model.Patient
convertPatient(org.hl7.fhir.dstu3.model.Patient src)
static org.hl7.fhir.dstu3.model.Patient.PatientCommunicationComponent
convertPatientCommunicationComponent(org.hl7.fhir.dstu2.model.Patient.PatientCommunicationComponent src)
static org.hl7.fhir.dstu2.model.Patient.PatientCommunicationComponent
convertPatientCommunicationComponent(org.hl7.fhir.dstu3.model.Patient.PatientCommunicationComponent src)
static org.hl7.fhir.dstu3.model.Patient.PatientLinkComponent
convertPatientLinkComponent(org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent src)
static org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent
convertPatientLinkComponent(org.hl7.fhir.dstu3.model.Patient.PatientLinkComponent src)
-
-
-
Constructor Detail
-
Patient10_30
public Patient10_30()
-
-
Method Detail
-
convertAnimalComponent
public static org.hl7.fhir.dstu3.model.Patient.AnimalComponent convertAnimalComponent(org.hl7.fhir.dstu2.model.Patient.AnimalComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertAnimalComponent
public static org.hl7.fhir.dstu2.model.Patient.AnimalComponent convertAnimalComponent(org.hl7.fhir.dstu3.model.Patient.AnimalComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertContactComponent
public static org.hl7.fhir.dstu3.model.Patient.ContactComponent convertContactComponent(org.hl7.fhir.dstu2.model.Patient.ContactComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertContactComponent
public static org.hl7.fhir.dstu2.model.Patient.ContactComponent convertContactComponent(org.hl7.fhir.dstu3.model.Patient.ContactComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertLinkType
public static org.hl7.fhir.dstu2.model.Enumeration<org.hl7.fhir.dstu2.model.Patient.LinkType> convertLinkType(org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.Patient.LinkType> src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertLinkType
public static org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.Patient.LinkType> convertLinkType(org.hl7.fhir.dstu2.model.Enumeration<org.hl7.fhir.dstu2.model.Patient.LinkType> src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatient
public static org.hl7.fhir.dstu3.model.Patient convertPatient(org.hl7.fhir.dstu2.model.Patient src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatient
public static org.hl7.fhir.dstu2.model.Patient convertPatient(org.hl7.fhir.dstu3.model.Patient src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatientCommunicationComponent
public static org.hl7.fhir.dstu3.model.Patient.PatientCommunicationComponent convertPatientCommunicationComponent(org.hl7.fhir.dstu2.model.Patient.PatientCommunicationComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatientCommunicationComponent
public static org.hl7.fhir.dstu2.model.Patient.PatientCommunicationComponent convertPatientCommunicationComponent(org.hl7.fhir.dstu3.model.Patient.PatientCommunicationComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatientLinkComponent
public static org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent convertPatientLinkComponent(org.hl7.fhir.dstu3.model.Patient.PatientLinkComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPatientLinkComponent
public static org.hl7.fhir.dstu3.model.Patient.PatientLinkComponent convertPatientLinkComponent(org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-