Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.Participantstatus
-
Packages that use Participantstatus Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of Participantstatus in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return Participantstatus Modifier and Type Method Description static ParticipantstatusParticipantstatus. fromCode(String codeString)ParticipantstatusParticipantstatusEnumFactory. fromCode(String codeString)static ParticipantstatusParticipantstatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Participantstatus[]Participantstatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type Participantstatus Modifier and Type Method Description StringParticipantstatusEnumFactory. toCode(Participantstatus code)StringParticipantstatusEnumFactory. toSystem(Participantstatus code)
-