mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-25 01:18:37 +00:00
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
|
||||
* </p>
|
||||
*/
|
||||
public void setMyCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
|
||||
public void setCautionNote(List<StringDt> theValue){ myCautionNote = theValue; }
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user