public enum PatProfile extends Enum<PatProfile> implements ConformanceProfile
| Enum Constant and Description |
|---|
PAT_10_ORU_R01 |
| Modifier and Type | Method and Description |
|---|---|
ConformanceProfileInfo |
profileInfo() |
static PatProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatProfile PAT_10_ORU_R01
public static PatProfile[] values()
for (PatProfile c : PatProfile.values()) System.out.println(c);
public static PatProfile 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 ConformanceProfileInfo profileInfo()
profileInfo in interface ConformanceProfileCopyright © 2020 Open eHealth Foundation. All rights reserved.