Uses of Class
org.hl7.fhir.dstu2.model.Claim.ClaimType
-
Packages that use Claim.ClaimType Package Description org.hl7.fhir.dstu2.model -
-
Uses of Claim.ClaimType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Claim.ClaimType Modifier and Type Field Description protected Enumeration<Claim.ClaimType>Claim. typeThe category of claim this is.Methods in org.hl7.fhir.dstu2.model that return Claim.ClaimType Modifier and Type Method Description static Claim.ClaimTypeClaim.ClaimType. fromCode(String codeString)Claim.ClaimTypeClaim.ClaimTypeEnumFactory. fromCode(String codeString)Claim.ClaimTypeClaim. getType()static Claim.ClaimTypeClaim.ClaimType. valueOf(String name)Returns the enum constant of this type with the specified name.static Claim.ClaimType[]Claim.ClaimType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Claim.ClaimType Modifier and Type Method Description Enumeration<Claim.ClaimType>Claim.ClaimTypeEnumFactory. fromType(Base code)Enumeration<Claim.ClaimType>Claim. getTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Claim.ClaimType Modifier and Type Method Description ClaimClaim. setType(Claim.ClaimType value)StringClaim.ClaimTypeEnumFactory. toCode(Claim.ClaimType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Claim.ClaimType Modifier and Type Method Description ClaimClaim. setTypeElement(Enumeration<Claim.ClaimType> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Claim.ClaimType Constructor Description Claim(Enumeration<Claim.ClaimType> type, Reference patient)
-