
Uses of Enum Class
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.statusThe current state of the {{title}}.Methods in org.hl7.fhir.r4.model that return Media.MediaStatusModifier and TypeMethodDescriptionstatic Media.MediaStatusMedia.getStatus()static Media.MediaStatusReturns the enum constant of this class with the specified name.static Media.MediaStatus[]Media.MediaStatus.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 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