
Uses of Enum Class
org.hl7.fhir.r4.model.ImagingStudy.ImagingStudyStatus
Packages that use ImagingStudy.ImagingStudyStatus
-
Uses of ImagingStudy.ImagingStudyStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImagingStudy.ImagingStudyStatusModifier and TypeFieldDescriptionprotected Enumeration<ImagingStudy.ImagingStudyStatus> ImagingStudy.statusThe current state of the ImagingStudy.Methods in org.hl7.fhir.r4.model that return ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.getStatus()Returns the enum constant of this class with the specified name.static ImagingStudy.ImagingStudyStatus[]ImagingStudy.ImagingStudyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.ImagingStudyStatusEnumFactory.fromType(PrimitiveType<?> code) ImagingStudy.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.setStatus(ImagingStudy.ImagingStudyStatus value) ImagingStudy.ImagingStudyStatusEnumFactory.toCode(ImagingStudy.ImagingStudyStatus code) ImagingStudy.ImagingStudyStatusEnumFactory.toSystem(ImagingStudy.ImagingStudyStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.setStatusElement(Enumeration<ImagingStudy.ImagingStudyStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ImagingStudy.ImagingStudyStatusModifierConstructorDescriptionImagingStudy(Enumeration<ImagingStudy.ImagingStudyStatus> status, Reference subject) Constructor