
Uses of Enum
org.hl7.fhir.r5.model.ImagingStudy.ImagingStudyStatus
Packages that use ImagingStudy.ImagingStudyStatus
-
Uses of ImagingStudy.ImagingStudyStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingStudy.ImagingStudyStatusModifier and TypeFieldDescriptionprotected Enumeration
<ImagingStudy.ImagingStudyStatus> ImagingStudy.status
The current state of the ImagingStudy resource.Methods in org.hl7.fhir.r5.model that return ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.getStatus()
Returns the enum constant of this type with the specified name.static ImagingStudy.ImagingStudyStatus[]
ImagingStudy.ImagingStudyStatus.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 ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.ImagingStudyStatusEnumFactory.fromType
(PrimitiveType<?> code) ImagingStudy.getStatusElement()
Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type ImagingStudy.ImagingStudyStatusModifier and TypeMethodDescriptionImagingStudy.setStatusElement
(Enumeration<ImagingStudy.ImagingStudyStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type ImagingStudy.ImagingStudyStatusModifierConstructorDescriptionImagingStudy
(ImagingStudy.ImagingStudyStatus status, Reference subject) Constructor