Uses of Enum
org.hl7.fhir.r4.model.ResearchSubject.ResearchSubjectStatus
-
Uses of ResearchSubject.ResearchSubjectStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ResearchSubject.ResearchSubjectStatus> ResearchSubject.status
The current state of the subject.Modifier and TypeMethodDescriptionResearchSubject.getStatus()
Returns the enum constant of this type with the specified name.ResearchSubject.ResearchSubjectStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionResearchSubject.ResearchSubjectStatusEnumFactory.fromType
(PrimitiveType<?> code) ResearchSubject.getStatusElement()
Modifier and TypeMethodDescriptionResearchSubject.setStatus
(ResearchSubject.ResearchSubjectStatus value) ResearchSubject.ResearchSubjectStatusEnumFactory.toCode
(ResearchSubject.ResearchSubjectStatus code) ResearchSubject.ResearchSubjectStatusEnumFactory.toSystem
(ResearchSubject.ResearchSubjectStatus code) Modifier and TypeMethodDescriptionResearchSubject.setStatusElement
(Enumeration<ResearchSubject.ResearchSubjectStatus> value) ModifierConstructorDescriptionResearchSubject
(Enumeration<ResearchSubject.ResearchSubjectStatus> status, Reference study, Reference individual) Constructor