
Uses of Enum
org.hl7.fhir.dstu3.model.Media.DigitalMediaType
Packages that use Media.DigitalMediaType
-
Uses of Media.DigitalMediaType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Media.DigitalMediaTypeModifier and TypeFieldDescriptionprotected Enumeration
<Media.DigitalMediaType> Media.type
Whether the media is a photo (still image), an audio recording, or a video recording.Methods in org.hl7.fhir.dstu3.model that return Media.DigitalMediaTypeModifier and TypeMethodDescriptionstatic Media.DigitalMediaType
Media.getType()
static Media.DigitalMediaType
Returns the enum constant of this type with the specified name.static Media.DigitalMediaType[]
Media.DigitalMediaType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Media.DigitalMediaTypeModifier and TypeMethodDescriptionMedia.DigitalMediaTypeEnumFactory.fromType
(PrimitiveType<?> code) Media.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Media.DigitalMediaTypeModifier and TypeMethodDescriptionMedia.setType
(Media.DigitalMediaType value) Media.DigitalMediaTypeEnumFactory.toCode
(Media.DigitalMediaType code) Media.DigitalMediaTypeEnumFactory.toSystem
(Media.DigitalMediaType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Media.DigitalMediaTypeModifier and TypeMethodDescriptionMedia.setTypeElement
(Enumeration<Media.DigitalMediaType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Media.DigitalMediaTypeModifierConstructorDescriptionMedia
(Enumeration<Media.DigitalMediaType> type, Attachment content) Constructor