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 InteractionStatus
SingleResourceResult. getStatus()
Getter for the interaction statusstatic InteractionStatus
InteractionStatus. 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 InteractionStatus
Resource. getInteractionStatus()
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto with parameters of type InteractionStatus Modifier and Type Method Description void
Resource. setInteractionStatus(InteractionStatus interactionStatus)
-