
Uses of Enum
org.hl7.fhir.r5.model.GenomicStudy.GenomicStudyStatus
Packages that use GenomicStudy.GenomicStudyStatus
-
Uses of GenomicStudy.GenomicStudyStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GenomicStudy.GenomicStudyStatusModifier and TypeFieldDescriptionprotected Enumeration
<GenomicStudy.GenomicStudyStatus> GenomicStudy.status
The status of the genomic study.Methods in org.hl7.fhir.r5.model that return GenomicStudy.GenomicStudyStatusModifier and TypeMethodDescriptionGenomicStudy.getStatus()
Returns the enum constant of this type with the specified name.static GenomicStudy.GenomicStudyStatus[]
GenomicStudy.GenomicStudyStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type GenomicStudy.GenomicStudyStatusModifier and TypeMethodDescriptionGenomicStudy.GenomicStudyStatusEnumFactory.fromType
(PrimitiveType<?> code) GenomicStudy.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type GenomicStudy.GenomicStudyStatusModifier and TypeMethodDescriptionGenomicStudy.setStatus
(GenomicStudy.GenomicStudyStatus value) GenomicStudy.GenomicStudyStatusEnumFactory.toCode
(GenomicStudy.GenomicStudyStatus code) GenomicStudy.GenomicStudyStatusEnumFactory.toSystem
(GenomicStudy.GenomicStudyStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type GenomicStudy.GenomicStudyStatusModifier and TypeMethodDescriptionGenomicStudy.setStatusElement
(Enumeration<GenomicStudy.GenomicStudyStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type GenomicStudy.GenomicStudyStatusModifierConstructorDescriptionGenomicStudy
(GenomicStudy.GenomicStudyStatus status, Reference subject) Constructor