Subscription |
Subscription.addContact(ContactPointDt theValue) |
Adds a given new value for contact (who.focus)
|
Subscription |
Subscription.addTag(CodingDt theValue) |
Adds a given new value for tag ()
|
Subscription |
Subscription.setChannel(Subscription.Channel theValue) |
Sets the value(s) for channel ()
|
Subscription |
Subscription.setContact(List<ContactPointDt> theValue) |
Sets the value(s) for contact (who.focus)
|
Subscription |
Subscription.setCriteria(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for criteria ()
|
Subscription |
Subscription.setCriteria(String theString) |
Sets the value for criteria ()
|
Subscription |
Subscription.setEnd(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for end (when.done)
|
Subscription |
Subscription.setEnd(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for end (when.done)
|
Subscription |
Subscription.setEndWithMillisPrecision(Date theDate) |
Sets the value for end (when.done)
|
Subscription |
Subscription.setError(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for error ()
|
Subscription |
Subscription.setError(String theString) |
Sets the value for error ()
|
Subscription |
Subscription.setReason(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for reason (why)
|
Subscription |
Subscription.setReason(String theString) |
Sets the value for reason (why)
|
Subscription |
Subscription.setStatus(SubscriptionStatusEnum theValue) |
Sets the value(s) for status (status)
|
Subscription |
Subscription.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<SubscriptionStatusEnum> theValue) |
Sets the value(s) for status (status)
|
Subscription |
Subscription.setTag(List<CodingDt> theValue) |
Sets the value(s) for tag ()
|