public static enum Media.DigitalMediaType extends Enum<Media.DigitalMediaType>
| Enum Constant and Description |
|---|
AUDIO
The media consists of a sound recording
|
NULL
added to help the parsers with the generic types
|
PHOTO
The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents
|
VIDEO
The media consists of a series of frames that capture a moving image
|
| Modifier and Type | Method and Description |
|---|---|
static Media.DigitalMediaType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Media.DigitalMediaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Media.DigitalMediaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Media.DigitalMediaType PHOTO
public static final Media.DigitalMediaType VIDEO
public static final Media.DigitalMediaType AUDIO
public static final Media.DigitalMediaType NULL
public static Media.DigitalMediaType[] values()
for (Media.DigitalMediaType c : Media.DigitalMediaType.values()) System.out.println(c);
public static Media.DigitalMediaType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Media.DigitalMediaType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.