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