public static enum MHD.SubmitInteractions extends Enum<MHD.SubmitInteractions> implements org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<Iti65AuditDataset>
| Enum Constant and Description |
|---|
ITI_65 |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<Iti65AuditDataset> |
getFhirTransactionConfiguration() |
static MHD.SubmitInteractions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MHD.SubmitInteractions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MHD.SubmitInteractions ITI_65
public static MHD.SubmitInteractions[] values()
for (MHD.SubmitInteractions c : MHD.SubmitInteractions.values()) System.out.println(c);
public static MHD.SubmitInteractions 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 org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<Iti65AuditDataset> getFhirTransactionConfiguration()
getFhirTransactionConfiguration in interface org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<Iti65AuditDataset>Copyright © 2021 Open eHealth Foundation. All rights reserved.