
Class AppointmentResponse30_50
- java.lang.Object
-
- org.hl7.fhir.convertors.conv30_50.AppointmentResponse30_50
-
public class AppointmentResponse30_50 extends Object
-
-
Constructor Summary
Constructors Constructor Description AppointmentResponse30_50()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hl7.fhir.r5.model.AppointmentResponse
convertAppointmentResponse(org.hl7.fhir.dstu3.model.AppointmentResponse src)
static org.hl7.fhir.dstu3.model.AppointmentResponse
convertAppointmentResponse(org.hl7.fhir.r5.model.AppointmentResponse src)
static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.ParticipationStatus>
convertParticipantStatus(org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.AppointmentResponse.ParticipantStatus> src)
static org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.AppointmentResponse.ParticipantStatus>
convertParticipantStatus(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.ParticipationStatus> src)
-
-
-
Constructor Detail
-
AppointmentResponse30_50
public AppointmentResponse30_50()
-
-
Method Detail
-
convertAppointmentResponse
public static org.hl7.fhir.r5.model.AppointmentResponse convertAppointmentResponse(org.hl7.fhir.dstu3.model.AppointmentResponse src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertAppointmentResponse
public static org.hl7.fhir.dstu3.model.AppointmentResponse convertAppointmentResponse(org.hl7.fhir.r5.model.AppointmentResponse src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertParticipantStatus
public static org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.AppointmentResponse.ParticipantStatus> convertParticipantStatus(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.ParticipationStatus> src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertParticipantStatus
public static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.ParticipationStatus> convertParticipantStatus(org.hl7.fhir.dstu3.model.Enumeration<org.hl7.fhir.dstu3.model.AppointmentResponse.ParticipantStatus> src) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-