
Uses of Enum
org.hl7.fhir.r4.model.Media.MediaStatus
Packages that use Media.MediaStatus
-
Uses of Media.MediaStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Media.MediaStatusModifier and TypeFieldDescriptionprotected Enumeration
<Media.MediaStatus> Media.status
The current state of the {{title}}.Methods in org.hl7.fhir.r4.model that return Media.MediaStatusModifier and TypeMethodDescriptionstatic Media.MediaStatus
Media.getStatus()
static Media.MediaStatus
Returns the enum constant of this type with the specified name.static Media.MediaStatus[]
Media.MediaStatus.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 Media.MediaStatusModifier and TypeMethodDescriptionMedia.MediaStatusEnumFactory.fromType
(PrimitiveType<?> code) Media.getStatusElement()
Methods in org.hl7.fhir.r4.model with parameters of type Media.MediaStatusModifier and TypeMethodDescriptionMedia.setStatus
(Media.MediaStatus value) Media.MediaStatusEnumFactory.toCode
(Media.MediaStatus code) Media.MediaStatusEnumFactory.toSystem
(Media.MediaStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Media.MediaStatusConstructor parameters in org.hl7.fhir.r4.model with type arguments of type Media.MediaStatusModifierConstructorDescriptionMedia
(Enumeration<Media.MediaStatus> status, Attachment content) Constructor