Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOperationStatusEnum
-
Packages that use ConsentOperationStatusEnum Package Description ca.uhn.fhir.rest.server.interceptor.consent -
-
Uses of ConsentOperationStatusEnum in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent that return ConsentOperationStatusEnum Modifier and Type Method Description ConsentOperationStatusEnumConsentOutcome. getStatus()static ConsentOperationStatusEnumConsentOperationStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsentOperationStatusEnum[]ConsentOperationStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type ConsentOperationStatusEnum Constructor Description ConsentOutcome(ConsentOperationStatusEnum theStatus)ConsentOutcome(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome)ConsentOutcome(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseResource theResource)
-