Uses of Class
org.linuxforhealth.fhir.persistence.InteractionStatus
- 
Packages that use InteractionStatus Package Description org.linuxforhealth.fhir.persistence org.linuxforhealth.fhir.persistence.jdbc.dto  - 
- 
Uses of InteractionStatus in org.linuxforhealth.fhir.persistence
Methods in org.linuxforhealth.fhir.persistence that return InteractionStatus Modifier and Type Method Description InteractionStatusSingleResourceResult. getStatus()Getter for the interaction statusstatic InteractionStatusInteractionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InteractionStatus[]InteractionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.persistence with parameters of type InteractionStatus Modifier and Type Method Description SingleResourceResult.Builder<T>SingleResourceResult.Builder. interactionStatus(InteractionStatus interactionStatus)Sets the interaction status - 
Uses of InteractionStatus in org.linuxforhealth.fhir.persistence.jdbc.dto
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto that return InteractionStatus Modifier and Type Method Description InteractionStatusResource. getInteractionStatus()Methods in org.linuxforhealth.fhir.persistence.jdbc.dto with parameters of type InteractionStatus Modifier and Type Method Description voidResource. setInteractionStatus(InteractionStatus interactionStatus) 
 -