Uses of Class
com.ibm.fhir.model.type.code.DiagnosticReportStatus.ValueSet
-
Packages that use DiagnosticReportStatus.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of DiagnosticReportStatus.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return DiagnosticReportStatus.ValueSet Modifier and Type Method Description static DiagnosticReportStatus.ValueSetDiagnosticReportStatus.ValueSet. from(String value)Factory method for creating DiagnosticReportStatus.ValueSet values from a passed string value.DiagnosticReportStatus.ValueSetDiagnosticReportStatus. getValueAsEnumConstant()static DiagnosticReportStatus.ValueSetDiagnosticReportStatus.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosticReportStatus.ValueSet[]DiagnosticReportStatus.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type DiagnosticReportStatus.ValueSet Modifier and Type Method Description static DiagnosticReportStatusDiagnosticReportStatus. of(DiagnosticReportStatus.ValueSet value)Factory method for creating DiagnosticReportStatus objects from a passed enum value.DiagnosticReportStatus.BuilderDiagnosticReportStatus.Builder. value(DiagnosticReportStatus.ValueSet value)
-