Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ClaimresponseStatus
-
Packages that use ClaimresponseStatus Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ClaimresponseStatus in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ClaimresponseStatus Modifier and Type Method Description static ClaimresponseStatusClaimresponseStatus. fromCode(String codeString)ClaimresponseStatusClaimresponseStatusEnumFactory. fromCode(String codeString)static ClaimresponseStatusClaimresponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimresponseStatus[]ClaimresponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type ClaimresponseStatus Modifier and Type Method Description StringClaimresponseStatusEnumFactory. toCode(ClaimresponseStatus code)StringClaimresponseStatusEnumFactory. toSystem(ClaimresponseStatus code)
-