Uses of Class
org.somda.sdc.biceps.model.participant.PatientType
-
Packages that use PatientType Package Description org.somda.sdc.biceps.model.participant -
-
Uses of PatientType in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as PatientType Modifier and Type Field Description protected PatientTypePatientDemographicsCoreData. patientTypeMethods in org.somda.sdc.biceps.model.participant that return PatientType Modifier and Type Method Description static PatientTypePatientType. fromValue(String v)PatientTypePatientDemographicsCoreData. getPatientType()Gets the value of the patientType property.static PatientTypePatientType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatientType[]PatientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type PatientType Modifier and Type Method Description voidPatientDemographicsCoreData. setPatientType(PatientType value)Sets the value of the patientType property.
-