Bundle |
Bundle.addEntry(Bundle.Entry theValue) |
Adds a given new value for entry ()
|
Bundle |
Bundle.addLink(Bundle.Link theValue) |
Adds a given new value for link ()
|
Bundle |
Bundle.setEntry(List<Bundle.Entry> theValue) |
Sets the value(s) for entry ()
|
Bundle |
Bundle.setLink(List<Bundle.Link> theValue) |
Sets the value(s) for link ()
|
Bundle |
Bundle.setSignature(SignatureDt theValue) |
Sets the value(s) for signature ()
|
Bundle |
Bundle.setTotal(int theInteger) |
Sets the value for total ()
|
Bundle |
Bundle.setTotal(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) |
Sets the value(s) for total ()
|
Bundle |
Bundle.setType(BundleTypeEnum theValue) |
Sets the value(s) for type ()
|
Bundle |
Bundle.setType(ca.uhn.fhir.model.primitive.BoundCodeDt<BundleTypeEnum> theValue) |
Sets the value(s) for type ()
|