Renamed "setMyCautionNote" method to "setCautionNote"
This commit is contained in:
parent
fe387b564b
commit
fbf7305a92
|
@ -1210,7 +1210,7 @@ public class Patient extends BaseResource implements IResource {
|
||||||
* Complete caution note
|
* Complete caution note
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
public void setMyCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
|
public void setCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue