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