Uses of Class
com.ibm.fhir.model.type.code.ConsentState
-
Packages that use ConsentState Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ConsentState in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConsentState Modifier and Type Method Description ConsentStateConsent. getStatus()Indicates the current state of this consent.Methods in com.ibm.fhir.model.resource with parameters of type ConsentState Modifier and Type Method Description Consent.BuilderConsent.Builder. status(ConsentState status)Indicates the current state of this consent. -
Uses of ConsentState in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ConsentState Modifier and Type Field Description static ConsentStateConsentState. ACTIVEActivestatic ConsentStateConsentState. DRAFTPendingstatic ConsentStateConsentState. ENTERED_IN_ERROREntered in Errorstatic ConsentStateConsentState. INACTIVEInactivestatic ConsentStateConsentState. PROPOSEDProposedstatic ConsentStateConsentState. REJECTEDRejectedMethods in com.ibm.fhir.model.type.code that return ConsentState Modifier and Type Method Description ConsentStateConsentState.Builder. build()static ConsentStateConsentState. of(ConsentState.ValueSet value)Factory method for creating ConsentState objects from a passed enum value.static ConsentStateConsentState. of(String value)Factory method for creating ConsentState objects from a passed string value.
-