Uses of Class
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyStatus
-
Packages that use ResearchStudy.ResearchStudyStatus Package Description org.hl7.fhir.r4.model -
-
Uses of ResearchStudy.ResearchStudyStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchStudy.ResearchStudyStatus Modifier and Type Field Description protected Enumeration<ResearchStudy.ResearchStudyStatus>ResearchStudy. statusThe current state of the study.Methods in org.hl7.fhir.r4.model that return ResearchStudy.ResearchStudyStatus Modifier and Type Method Description static ResearchStudy.ResearchStudyStatusResearchStudy.ResearchStudyStatus. fromCode(String codeString)ResearchStudy.ResearchStudyStatusResearchStudy.ResearchStudyStatusEnumFactory. fromCode(String codeString)ResearchStudy.ResearchStudyStatusResearchStudy. getStatus()static ResearchStudy.ResearchStudyStatusResearchStudy.ResearchStudyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResearchStudy.ResearchStudyStatus[]ResearchStudy.ResearchStudyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchStudy.ResearchStudyStatus Modifier and Type Method Description Enumeration<ResearchStudy.ResearchStudyStatus>ResearchStudy.ResearchStudyStatusEnumFactory. fromType(Base code)Enumeration<ResearchStudy.ResearchStudyStatus>ResearchStudy. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type ResearchStudy.ResearchStudyStatus Modifier and Type Method Description ResearchStudyResearchStudy. setStatus(ResearchStudy.ResearchStudyStatus value)StringResearchStudy.ResearchStudyStatusEnumFactory. toCode(ResearchStudy.ResearchStudyStatus code)StringResearchStudy.ResearchStudyStatusEnumFactory. toSystem(ResearchStudy.ResearchStudyStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchStudy.ResearchStudyStatus Modifier and Type Method Description ResearchStudyResearchStudy. setStatusElement(Enumeration<ResearchStudy.ResearchStudyStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ResearchStudy.ResearchStudyStatus Constructor Description ResearchStudy(Enumeration<ResearchStudy.ResearchStudyStatus> status)Constructor
-