Uses of Class
com.ibm.fhir.model.type.code.IssueType
-
Packages that use IssueType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code com.ibm.fhir.model.util -
-
Uses of IssueType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return IssueType Modifier and Type Method Description IssueTypeOperationOutcome.Issue. getCode()Describes the type of the issue.Methods in com.ibm.fhir.model.resource with parameters of type IssueType Modifier and Type Method Description OperationOutcome.Issue.BuilderOperationOutcome.Issue.Builder. code(IssueType code)Describes the type of the issue. -
Uses of IssueType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as IssueType Modifier and Type Field Description static IssueTypeIssueType. BUSINESS_RULEBusiness Rule Violationstatic IssueTypeIssueType. CODE_INVALIDInvalid Codestatic IssueTypeIssueType. CONFLICTEdit Version Conflictstatic IssueTypeIssueType. DELETEDDeletedstatic IssueTypeIssueType. DUPLICATEDuplicatestatic IssueTypeIssueType. EXCEPTIONExceptionstatic IssueTypeIssueType. EXPIREDSession Expiredstatic IssueTypeIssueType. EXTENSIONUnacceptable Extensionstatic IssueTypeIssueType. FORBIDDENForbiddenstatic IssueTypeIssueType. INCOMPLETEIncomplete Resultsstatic IssueTypeIssueType. INFORMATIONALInformational Notestatic IssueTypeIssueType. INVALIDInvalid Contentstatic IssueTypeIssueType. INVARIANTValidation rule failedstatic IssueTypeIssueType. LOCK_ERRORLock Errorstatic IssueTypeIssueType. LOGINLogin Requiredstatic IssueTypeIssueType. MULTIPLE_MATCHESMultiple Matchesstatic IssueTypeIssueType. NO_STORENo Store Availablestatic IssueTypeIssueType. NOT_FOUNDNot Foundstatic IssueTypeIssueType. NOT_SUPPORTEDContent not supportedstatic IssueTypeIssueType. PROCESSINGProcessing Failurestatic IssueTypeIssueType. REQUIREDRequired element missingstatic IssueTypeIssueType. SECURITYSecurity Problemstatic IssueTypeIssueType. STRUCTUREStructural Issuestatic IssueTypeIssueType. SUPPRESSEDInformation Suppressedstatic IssueTypeIssueType. THROTTLEDThrottledstatic IssueTypeIssueType. TIMEOUTTimeoutstatic IssueTypeIssueType. TOO_COSTLYOperation Too Costlystatic IssueTypeIssueType. TOO_LONGContent Too Longstatic IssueTypeIssueType. TRANSIENTTransient Issuestatic IssueTypeIssueType. UNKNOWNUnknown Userstatic IssueTypeIssueType. VALUEElement value invalidMethods in com.ibm.fhir.model.type.code that return IssueType Modifier and Type Method Description IssueTypeIssueType.Builder. build()static IssueTypeIssueType. of(IssueType.ValueSet value)Factory method for creating IssueType objects from a passed enum value.static IssueTypeIssueType. of(String value)Factory method for creating IssueType objects from a passed string value. -
Uses of IssueType in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util with parameters of type IssueType Modifier and Type Method Description static OperationOutcomeFHIRUtil. buildOperationOutcome(Exception exception, IssueType issueType, IssueSeverity severity, boolean includeCausedByClauses)Build an OperationOutcome for the specified exception.static OperationOutcomeFHIRUtil. buildOperationOutcome(String message, IssueType issueType, IssueSeverity severity)Build an OperationOutcome for the specified exception.static OperationOutcome.IssueFHIRUtil. buildOperationOutcomeIssue(IssueSeverity severity, IssueType code, String details)static OperationOutcome.IssueFHIRUtil. buildOperationOutcomeIssue(IssueSeverity severity, IssueType code, String details, String expression)static OperationOutcome.IssueFHIRUtil. buildOperationOutcomeIssue(String msg, IssueType code)
-