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